Java Platform, Enterprise Edition/Java EE Glossary
A
Applet - Runs inside the Web browser
B
C
Common Gateway Interface or CGI
D
E
Enterprise Java Beans Entity Bean
F
G
H
I
J
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
L
M
Message Bean - messages that are send between tiers of a multi tiered application Multi-tiered Architecture
N
O
P
Q
R
S
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
Tier - A layer in the Multi-tiered Architecture