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