java - What is the difference between Tomcat, JBoss and Glassfish? -


i starting enterprise java , book following mentions use jboss. netbeans ships glassfish. have used tomcat in past.

what differences between these 3 programs?

tomcat servlet container, i.e. implements servlets , jsp specification. glassfish , jboss full java ee servers (including stuff ejb, jms, ...), glassfish being reference implementation of latest java ee 6 stack, jboss in 2010 not supporting yet.


Comments

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -