I was wondering if there is a (mostly) objective comparison between the JBoss AS 7 and Glassfish 3.x?

I don't care for any differences in standards or their implementation, I was thinking more about startup time, failover, scalability, performance, memory footprint, known problems, administration, security, clustering etc.

Real world examples & experiences are very welcome!

link|improve this question

80% accept rate
feedback

3 Answers

Antonio Goncalves recently did a comparison of all the latest application servers including some of the metrics you requested - http://agoncal.wordpress.com/2011/10/20/o-java-ee-6-application-servers-where-art-thou/ .

link|improve this answer
interesting, but limited: it only compares start up times of the empty container, and memory footprint at start up. – stivlo Oct 30 '11 at 12:07
feedback

I found this introduction to JBoss AS7 with short memory/startup comparison to Glassfish 3.1.1: http://hwellmann.blogspot.com/2011/10/jboss-as-7-catching-up-with-java-ee-6.html

link|improve this answer
feedback

Real-world experiences for GlassFish are here: http://blogs.oracle.com/stories

link|improve this answer
1  
Are they really "real-world" and objective? :) – Nightsorrow Oct 24 '11 at 23:07
marked down: stories on the product owners website can't be considered a reliable source for comparison – dstibbe Oct 27 '11 at 8:13
@dstibbe I think you may not have read the stories, they're all provided by users. – Alexis MP Oct 28 '11 at 12:39
@Nightsorrow they're absolutely real-world. As for objectivity, I'll let you decide if they're relevant for your particular use-case. This is a way for users to share with the rest of the community their experience. Good and not so good. It helps improve the product too. Feel free to ignore if there isn't value for you. – Alexis MP Oct 28 '11 at 12:41
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.