InfoQ

InfoQ

News

My Bookmarks

Login or Register to enable bookmarks for unlimited time.

The content has been bookmarked!

There was an error bookmarking this content! Please retry.

GlassFish V2 Brings Clustering, Administration, and Speed Enhancements

Posted by Scott Delap on Sep 17, 2007

Sections
Development,
Operations & Infrastructure
Topics
Application Servers ,
Java
Tags
Glassfish
Today Sun Microsystems released GlassFish V2. GlassFish is an open source JEE 5 compliant application server. Among the key features of the release:

  • Best-in-class performance – as evidenced in a July 2007 SPECjAppServer benchmark result
  • Clustering – enables enterprises to group servers for scalability and replicate data in-memory for fail over protection and high availability.
  • Centralized administration – manage application server clusters and application deployments from a centralized administration console.
  • Project Metro – allows for interoperability between Web services hosted on Java technology and Windows environments.
  • Open ESB – enables easy integration of Web services and existing enterprise resources.
  • Java Business Integration (JBI) – provides a standardized approach to delivering SOA using Web services.
  • NetBeans(TM) IDE Integration - enabling developers to deploy SOA applications by designing business process execution language (BPEL) workflows.

InfoQ sat down with Sun Community Development and Marketing Manager Ken Drachnik and Netbeans Product Line Manager Kuldip Oberoi to discuss the release. Drachnik explained that V1 was largely targeted to developers since it was the JEE 5 reference implementation. V2 adds enterprise and production features such as clustering, enhanced admin console, and performance. He was also quick to note the SPECjAppServer 2004 results which place GlassFish first among open-source application servers. Drachnik said that this proves that open source isn't second class in terms of performance and price/performance. InfoQ then asked Drachnik about the new pricing model available for the commercial Sun Appserver 9.1 version of the GlassFish implementation:

V2 introduces a new pricing model. GlassFish is available under the CDDL and GPLv2 (Classpath Exception) licenses. Commercially Sun offers the same bits as Sun Appserver 9.1. Service and Support pricing has been reduced by 75%. 9.1 also includes indemnification, 24/7 support options, and access to hot patches and updates. Glassfish and 9.1 are identical from a bits perspective otherwise however.

The competition of JBoss and Geronimo was then discussed:

In comparison to other appservers the speed of V2 is a selling point. V2 is also the Java EE5 RI which drives innovation in the project. Even Marc Flury has been surprised that GlassFish has become the key competitor to JBoss. GlassFish also features a number of subprojects such as JSF 1.2 and JAXB which other appservers are using as reference for their implementations. In Evans Data surveys GlassFish has moved from 8 to 2 for linux developers.

RedHat is "professional open source" largely developed by RH employees. GlassFish as a project welcomes contributes from the developer community at large with companies like Oracle, BEA, JBoss and Ericsson contributing.

Oberoi then commented on the Netbeans 6.0 Beta also being announced:

Netbeans 6.0 includes a number of improves such as editor enhancements, Ruby support, and continued integration with GlassFish V2. Sun's goal is the provide excellent tooling support for GlassFish making task such as deployment and the development of web services as easy as possible for developers. 6.0 production version will be dual licensed with CDDL and GPLv2 (Classpath Exception).

Finally Drachnik addressed the future direction of the GlassFish project. He stated the goals of the GlassFish team for V3 involve making startup faster, the appserver smaller, and support scripting features. It is likely V3 will support a micro kernel architecture. The goal is to startup the core in 2 seconds with a 200k memory footprint.

No comments

Watch Thread Reply

Educational Content

New-age Transactional Systems - Not Your Grandpa's OLTP

John Hugg discusses high volume transaction processing applications with high and low frequency profiles, and how VoltDB can be used for that purpose.

Cool Code

Kevlin Henney examines code samples to see what can be learned from them starting from the premise that one won’t write great code unless he knows how to read it.

Collaboration: At the Extremities of Extreme

Jason Ayers share the observations he made watching a team of developers collaborating in real time on the same code base, pushing XP, pair programming and continuous integration to their extremes.

Yesod Web Framework

Michael Snoyman presents Yesod, a web framework written in Haskell and containing a web server, templating, ORM, libraries (templating, gravatar, etc.).

Transactions without Transactions

Richard Kreuter and Kyle Banker on how to avoid classical RDBMS transactional systems by using compensation mechanisms, transactional messaging or transactional procedures.

Attila Szegedi on JVM and GC Performance Tuning at Twitter

Attila Szegedi talks about performance tuning Java and Scala programs at Twitter: how to approach GC problems, the importance of asynchronous I/O, when to use MySQL/Cassandra/Redis, and much more.

10 tips on how to prevent business value risk

One category of risk that project teams need to ensure they address is business value failure – delivering a product that fails to provide value for the business investor.

Interview: Software Systems Architecture: Working With Stakeholders Using Viewpoints and Perspectives

InfoQ spoke to the authors of Software Systems Architecture on a couple of new topics, the System Context viewpoint and Agile, which have been added to the second edition.