The Artima Developer Community
Sponsored Link

Java Buzz Forum
Java EE Container Survey Provides Inside View on User Perspectives

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
News Manager

Posts: 47623
Nickname: newsman
Registered: Apr, 2003

News Manager is the force behind the news at Artima.com.
Java EE Container Survey Provides Inside View on User Perspectives Posted: Sep 24, 2009 7:39 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by News Manager.
Original Post: Java EE Container Survey Provides Inside View on User Perspectives
Feed Title: Java Today
Feed URL: http://weblogs.java.net/blog/editors/index.rdf
Feed Description: Java Today on java.net
Latest Java Buzz Posts
Latest Java Buzz Posts by News Manager
Latest Posts From Java Today

Advertisement

Jevgeni Kabanov has reported the results of a survey on Java EE Containers, focusing specifically on redeploy and restart times. The survey results most prominently feature information about the following Java EE containers:

  • Jetty
  • Apache Tomcat
  • GlassFish
  • JBoss
  • Oracle Weblogic
  • IBM WebSphere

In fact, the containers line up in that order in terms of how much time is spent redeploying (in minutes per hour). That's Chart 6 in the report.

In fact, that ordering was applied in all of the charts that presented the results of container redeploy and restart times. Jetty was always clearly the fastest in terms of restart time. Tomcat and GlassFish were quite close, not much different overall. JBoss was slower, with Oracle WebLogic a bit slower than JBoss, and IBM WebSphere the slowest of all in redeploy times.

So, does this mean that everyone should switch to Jetty? Not exactly! Jevgeni considers the redeploy times to be an indicator of the complexity of the applications that developers are deploying on each container. His interpretation, after presenting his final chart (#9) is:

  • Jetty is only used in projects that redeploy quickly. This makes all kind of sense, considering that Jetty doesn't even support redeployment and instead has extremely fast container startup.
  • Apache Tomcat and GlassFish are used in same types of project. Both are posed as fully functional yet lightweight alternatives to the classic heavy application servers. Although Tomcat is much more popular today, GlassFish is growing in popularity in the same market share.
  • JBoss, Oracle Weblogic and IBM WebSphere compete for pretty much the same market segment. The majority of their projects are large and complex, and the redeploy times reflect that.

More than 1100 people participated in the survey. Though it wasn't a scientific survey, the results are still interesting, and worthy of a look, if you're interested in seeing what others who work with Java EE containers are experiencing.


In Java Today, robilad provides a JVM Language Summit roundup:

The JVM language summit happened last week, and as usual after a developer gathering these days, slowly the podcasts are starting to appear. First to get a summit-related recording out were the makers of the Grails Podcast, who in the issue 95 have led an interview with Jochen Theodorou, the Groovy Project Tech Lead, touching on "Groovy history and his current role, polyglot programming, JSR 292 (invokeDynamic) and the Da Vinci Machine Project"...

Joe Darcy talks about Java Posse #279: A View from an Eggshell-Colored Clock Tower:

Dick Wall and the rest of the Java Posse graciously offered to interview Alex Buckley and me one evening at the JVM Language Summit last week. Our discussion about general evolution of the Java programming language, including Project Coin and reactions to previous podcasts and Google group threads, is now available as episode #279 of the Java Posse podcast...

Jevgeni Kabanov announces The Java EE Container Redeploy & Restart Report:

The Java EE Container Redeploy & Restart Report comes from a survey conducted over the summer, with over 1100 Java EE developer respondents. It analyzes time spent on the Redeploy and Restart process, and compares the following containers: GlassFish, Jetty, Tomcat, WebSphere and WebLogic. Among other results, this report shows that Java EE developers are spending 3 to 7 work weeks a year on redeploys and restarts, depending on their container of choice.

http://www.zeroturnaround.com/blog/java-ee-container-redeploy-restart-turnaround-report/


In today's Weblogs, Fabrizio Giudici announces his Next speeches and conferences:

Quick recap of the next speeches I'll give and conferences I'll attend:

  • JavaDay in Verona, October 24, organized by JUG Padova and LUG Verona: "Stanco del solito database SQL? Passa ad uno store RDF!" (the conference is in italian, the title translated in english is "Tired of the old SQL? Move to a RDF store").
  • JAXItalia 2009, November 12-14, in Milan: "Tools for an effective software factory (I can't live without Hudson)".
  • Devoxx 2009, November 16-20, in Antwerp...

John Ferguson Smart announces a New Training Course in TDD and advanced Java testing techniques:

Wakaleo Consulting is pleased to announce a new training course focusing on "Agile Testing Practices for Java developers". Indeed, whether you are applying Agile methodologies or not, high quality unit and integration testing is an essential key to high-quality software...

And Ed Burns invites us to view a Video from Secrets of the Rockstar Programmers at Jazoon on Parleys:

Ed has developed a 50 minute audio-visual presentation recounting his experience in writing the book. This presentation includes audio clips from the programmers themselves, including subtitles for those for whom English is not their native language, together with insight to tie it all together...

In the Forums, priravi asks how to create a webservice wrapper around an existing java application: "Hi i need to create a webservice wrapper around an existing java application. could you please help me pointing out any online tutorial regarding this or some code samples..."

ramses_perez wonders about HTTP methods PUT, DELETE, TRACE: "Hi. I am faced with the problem that I can not figure out how to disable the HTTP methods PUT, DELETE, TRACE. What documentation exists that details the precedures on how to disabel the HTTP methods on the Application Server? Or if..."

And tahicks asks How to add missing namespace information?: "In response to the invocation of a web service I'm getting a return that has the namespace missing from the "payload" of the SOAP message. This detail throws the JAXB unmarshaller off when it tries to convert the XML to a JAXB bound class..."


Our current Spotlight is the new Janice Heiss interview with "Java Champion Kirk Pepperdine on Performance Tuning and Cloud Computing": "java.sun.com (JSC): In your talks, you always warn developers that they must carefully evaluate any generic advice that you provide to see if it applies to a particular situation. Why is this so important? Pepperdine: While I do give generic advice, I carefully explain that people have to evaluate it to see if it will work. I am giving advice in a vacuum, so what may work for many people most of the time may be very detrimental in other contexts. I don't know in advance what specific problem someone is working on..."


The current java.net Poll, which was submitted by Geertjan Wielenga, asks "What's your opinion of 'the Cloud'?" The poll will run through Thursday.


Our Feature Articles include Jeff Lowery's A Finite State Machine Supporting Concurrent States, which demonstrates how Java enums and EnumSets can be used as a basis to define and validate application states and state transitions. We're also featuring Jeff Friesen's article Introducing Custom Paints to JavaFX, which shows how you can leverage undocumented JavaFX capabilities to support custom paints in JavaFX Version 1.2.


The latest Java Mobility Podcast is Java Mobile Podcast 87: Tranqueira project used LWUIT: "Eloi Junior from Brazil has just opened the Tranqueira project and shares his experience in using LWUIT."


Current and upcoming Java Events:

Registered users can submit event listings for the java.net Events Page using our events submission form. All submissions go through an editorial review before being posted to the site.


Archives and Subscriptions: This blog is delivered weekdays as the Java Today RSS feed. Also, once this page is no longer featured as the front page of java.net it will be archived along with other past issues in the java.net Archive.

-- Kevin Farnham
O'Reilly Media

Read: Java EE Container Survey Provides Inside View on User Perspectives

Topic: How to find ethernet / MAC address on Linux Previous Topic   Next Topic Topic: Newspapers expected to open Internet toll booths this fall as publishers test online fees

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use