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

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

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