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