gotchajavaCritical
What is the difference between Tomcat, JBoss and Glassfish?
Viewed 0 times
tomcatandbetweenthedifferenceglassfishjbosswhat
Problem
I am starting to look into Enterprise Java and the book I am following mentions that it will use JBoss. Netbeans ships with Glassfish. I have used Tomcat in the past.
What are the differences between these three programs?
What are the differences between these three programs?
Solution
Tomcat is just a servlet container, i.e. it implements only the servlets and JSP specification. Glassfish and JBoss are full Java EE servers (including stuff like EJB, JMS, ...), with Glassfish being the reference implementation of the latest Java EE 6 stack, but JBoss in 2010 was not fully supporting it yet.
Tomcat, Glassfish, JBoss:
They are also listed in this table:
Tomcat, Glassfish, JBoss:
- https://en.wikipedia.org/wiki/Apache_Tomcat
- https://en.wikipedia.org/wiki/GlassFish
- https://en.wikipedia.org/wiki/JBoss
They are also listed in this table:
- https://en.wikipedia.org/wiki/List_of_application_servers#Java
Context
Stack Overflow Q#3821640, score: 524
Revisions (0)
No revisions yet.