Java EE Containers vs Web Containers

前端 未结 6 1003
没有蜡笔的小新
没有蜡笔的小新 2020-12-07 14:23

I\'m relatively new to Java EE/EJB, and I\'ve been reading a lot regarding Java EE containers. I\'ve had experience working with a web container (WAR file in JBoss). I am al

6条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-07 14:31

    Java EE container: Manages the execution of EJB, JMS, JTA run on the Java EE server e.g. JBoss, Glassfish.

    Web container: Manages the execution of web pages, servlets, and some EJB components for Java EE applications. Web components and their container run on the Web server such as Jetty, tomcat.

提交回复
热议问题