Saturday, December 15, 2012

App server, Web server: What's the difference?

App server, Web server: What's the difference?
http://www.javaworld.com/javaqa/2002-08/01-qa-0823-appvswebserver.html?page=1

An application server (like WebLogic, WebSphere, JBoss AS, Glassfish, etc) usually includes a web server, but also adds a lot more features. The most important is that it manages objects. Whether they will be servlets (Servlet container), EJBs (ejb container), JMS listeners, etc.

No comments:

Post a Comment