In this article, we will examine the components of Java EE technology stack and historically look at the new comer components and version changes in the components along with the Java EE versions. I will use this article as the umbrella for Java EE stack and update for every new features added to Java EE. About Java Enterprise Edition Under the container architecture named Java Enterprise Edition; - business logic (projects to EJB) - contents or presentations (projects to Servlet, JSP, JSF) are developed as software components and then run in a managed execution environment named containers. In terms of Java EE, there are two types of containers; Web container In web container, the components are generated in the form of Servlet, JSP and JSF, called web components. Tomcat is a Java EE web container in which web components can be executed. Application container In the application container, the components are generated in the form of EJBs. Weblogic, Websphere,
Yorumlar
Yorum Gönderme