Java EE Containers vs Web Containers

前端 未结 6 990
没有蜡笔的小新
没有蜡笔的小新 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条回答
  •  無奈伤痛
    2020-12-07 14:28

    A Java EE Container is an application server solution that supports a web container, EJB 3, and other Java EE APIs and services.

    Oracle WebLogic server, GlassFish server, IBM WebSphere application server, JBoss Application server and Caucho Resin are examples of Java EE containers...

提交回复
热议问题