java - Difference between an application server and a servlet container? -


i trying understand difference between full fledged application server (e.g. weblogic, jboss etc.) , servlet container (tomcat, jetty etc.).

how differ , when use which?

thanks,

a servlet-container supports servlet api (including jsp, jstl).

an application server supports whole javaee - ejb, jms, cdi, jta, servlet api (including jsp, jstl), etc.

it possible run of javaee technologies on servlet-container, have install standalone implementation of particular technology.


Comments

Popular posts from this blog

jQuery clickable div with working mailto link inside -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -

java - Getting corefrences with Standard corenlp package -