Which is the best Open source application server? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-21T08:26:43Z http://stackoverflow.com/feeds/question/217827 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/217827/which-is-the-best-open-source-application-server 4 Which is the best Open source application server? Rejeev Divakaran 2008-10-20T09:04:09Z 2009-03-11T20:52:44Z <p>We are looking for a open source J2EE Application server for log budget deployments. We are considering JBoss and Glassfish. Which is the best open source application server? Any comparative study available?</p> http://stackoverflow.com/questions/217827/which-is-the-best-open-source-application-server/217836#217836 1 Answer by smink for Which is the best Open source application server? smink 2008-10-20T09:09:05Z 2008-10-20T09:09:05Z <p>A comparison table between JBoss, Geronimo and Tomcat for latter 2007.</p> <p><a href="http://www.javaworld.com/javaworld/jw-12-2007/jw-12-appservers.html" rel="nofollow">This article</a> has many interesting points to aid your decision and is worth reading:</p> <blockquote> <p><strong>Geronimo 2 is the clear choice if your Java application needs are particularly extensive or if you just want to leverage total Java EE 5 compliance.</strong> Although JBoss 4.2 is not completely compatible with Sun's Java EE 5 standard, the JBoss 4.2 team is responsible for many of the cutting-edge technologies used by all of the servers and added to the standard Java EE 5 capabilities. Tomcat 6 by itself is a lightweight solution. It does not come with all the JEE features and additional packages found in JBoss and Geronimo, but also doesn't require much memory and runs fast even on smaller servers.</p> </blockquote> <p>In conclusion the author says:</p> <blockquote> <p>Bottom line: JBoss, Geronimo, and Tomcat are reliable, fast, and definitely able to handle the traffic on large-scale enterprise applications. Furthermore, many of the high-demand Java server technologies presented in the features comparison originate from the open source world, not the commercial one.</p> </blockquote> http://stackoverflow.com/questions/217827/which-is-the-best-open-source-application-server/217843#217843 3 Answer by Miguel Ping for Which is the best Open source application server? Miguel Ping 2008-10-20T09:14:10Z 2008-10-20T09:14:10Z <p>I'm sure the answer depends on your specific needs. You won't go wrong with either Glassfish or Jboss. I tend to prefer Glassfish because of the nice admin console. My advice to you is that you draw you requirements and test both app servers. Most benchmarks I find on the net tend to be a little biased.</p> http://stackoverflow.com/questions/217827/which-is-the-best-open-source-application-server/220089#220089 3 Answer by anjanb for Which is the best Open source application server? anjanb 2008-10-20T21:53:00Z 2008-10-20T21:53:00Z <p>JBoss has been used in production environment for over 6 years now. Glassfish's codebase is over 10 years BUT most of the code is recent. Glassfish v3 (still in beta) has a microkernel (so is Jboss 5) architecture.</p> <p>Glassfish has command line tools and a nice console. Since Glassfish is from sun, usually it will work well with the latest version of JDK/J2EE -- currently JDK 6/J2EE 5.</p> <p>Glassfish should work well in windows, solaris and linux. Jboss(from redhat) should work just fine on linux, windows for sure.</p> <p>community : a much much bigger community around Jboss. Glassfish still forming its community. Books and other 3rd party products are available for JBoss but not for Glassfish.</p> <p>If something is mission critical and you need to get it up and running right now, you will NOT go wrong going with JBoss. However, if you have some time, in the long run Glassfish will NOT hurt you. Especially, if you're targeting Solaris.</p> http://stackoverflow.com/questions/217827/which-is-the-best-open-source-application-server/220670#220670 0 Answer by Spencer K for Which is the best Open source application server? Spencer K 2008-10-21T03:17:05Z 2008-10-21T03:17:05Z <p>I would consider any bells and whistles you might be interested in. JBoss has a lot of nice integration points with frameworks, such as Hibernate, but has a history of not playing well with Spring. Both very useful frameworks, both code change your decision on how you might proceed.</p> http://stackoverflow.com/questions/217827/which-is-the-best-open-source-application-server/220686#220686 2 Answer by Craig for Which is the best Open source application server? Craig 2008-10-21T03:24:57Z 2008-10-21T03:24:57Z <p>After using JBoss from the very beginning and then switching to Glassfish in the last 6 months, I can honestly say that Glassfish is fast, reliable and full-featured. I would never consider going back. Im not talking "PetStore" here, my experience with these servers is in the high-transaction online stock-trading arena.</p> http://stackoverflow.com/questions/217827/which-is-the-best-open-source-application-server/232071#232071 0 Answer by jsight for Which is the best Open source application server? jsight 2008-10-24T00:16:20Z 2008-10-24T00:16:20Z <p>I've had great experiences with JBoss 4.x, but unfortunately they seem to have gone off the tracks with their Java EE 5 implementation effort. The fact that JBoss 5 is so late getting to market is extremely disappointing.</p> <p>The most impressive to me right now is Glassfish. It has a great pace of development, and appears poised to dominate once JEE6 hits the wire.</p> http://stackoverflow.com/questions/217827/which-is-the-best-open-source-application-server/636320#636320 0 Answer by Karl for Which is the best Open source application server? Karl 2009-03-11T20:52:44Z 2009-03-11T20:52:44Z <p>Websphere CE is also worth looking at, but over all my vote would be for glassfish. The v3 version is looking very promising.</p> <p>Karl</p>