Types of Container :
There are four basic containers in J2EE. In that two server containers and two client containers are listed below.
Applet Container
Applet container is a client container which is used to manage an execution of the applet on the browser.
1) Application Container.
Application container is a client container which is used to manage application client and their components.
2) EJB Container.
EJB container is a server container which is used to manage Enterprise beans components.
3) Web Container.
Web container is also a server container which is used to manage execution of JSP pages and servlet components.
No comments:
Post a Comment