The explanation isn't overly complicated :) First, TomEE is a separate codebase from JBoss. They DO however attempt to accomplish the same goals, which is provide a JEE compliant container.
Don't confuse Tomcat with TomEE. Tomcat is merely a servlet container (a very small portion of the JEE spec), whereas TomEE is a full JEE container. Why would you choose one over the other? That is a very difficult question to answer. If are risk adverse, and you want your vendor (RedHat) to support you and help you solve problems, use JBoss. If you are concerned about performance and footprint, but can accept that you'll have to solve problems yourself, go TomEE. (TomEE seems to be _much_ faster than JBoss) I hope this helps! -- View this message in context: http://openejb.979440.n4.nabble.com/Difference-between-Tomee-and-JBoss-tp4655990p4655991.html Sent from the OpenEJB User mailing list archive at Nabble.com.