Friday, February 29, 2008

Java EE components:

There are web, enterprise bean, or application clientcomponents.

¦ Application clients and applets are components that run on the client.
¦ Java Servlet, JavaServer Faces, and JavaServer Pages(JSP) technology components areweb components that run on the server.
¦ Enterprise JavaBeans(EJB) components (enterprise beans) are business componentsthat run on the server.

Containers..Containers are the interface between a component and the low-level platform-specificfunctionality that supports the component. Before a web, enterprise bean, or application clientcomponent can be executed, it must be assembled into a Java EE module and deployed into its container.

No comments: