Java Platform, Enterprise Edition/Java EE Glossary

From Wikiversity
Jump to navigation Jump to search

A[edit | edit source]

Applet - Runs inside the Web browser

B[edit | edit source]

C[edit | edit source]

Common Gateway Interface or CGI

D[edit | edit source]

E[edit | edit source]

Enterprise Java Beans Entity Bean

F[edit | edit source]

G[edit | edit source]

H[edit | edit source]

I[edit | edit source]

J[edit | edit source]

JavaServer Page or JSP - A page of html that contain java codes, which runs on the Server and creates an html page, which is send to the Client browser

K[edit | edit source]

L[edit | edit source]

M[edit | edit source]

Message Bean - messages that are send between tiers of a multi tiered application Multi-tiered Architecture

N[edit | edit source]

O[edit | edit source]

P[edit | edit source]

Q[edit | edit source]

R[edit | edit source]

S[edit | edit source]

Servlet - Java Class that runs in the Server and creates a web page in response to a request from a client browser

Servlet Container - A specialized web server that supports Servlet execution. [[[w:Servlet_container#Servlet_containers|More..]]]

Session Bean - A kind of Enterprise Bean that keep track of an internet session between the client and the server

T[edit | edit source]

Tier - A layer in the Multi-tiered Architecture

U[edit | edit source]

V[edit | edit source]

W[edit | edit source]

X[edit | edit source]

Y[edit | edit source]

Z[edit | edit source]