Java Platform, Enterprise Edition/Java EE Glossary
A
editApplet - Runs inside the Web browser
B
editC
editCommon Gateway Interface or CGI
D
editE
editEnterprise Java Beans Entity Bean
F
editG
editH
editI
editJ
editJavaServer 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
editL
editM
editMessage Bean - messages that are send between tiers of a multi tiered application Multi-tiered Architecture
N
editO
editP
editQ
editR
editS
editServlet - 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
editTier - A layer in the Multi-tiered Architecture