667481 members! Sign up to stay informed.

Sponsored Links


Resources

Enterprise Java
Research Library

Get Java white papers, product information, case studies and webcasts

News News News Messages: 9 Messages: 9 Messages: 9 Printer friendly Printer friendly Printer friendly Post reply Post reply Post reply XML XML XML

Review: Glassfish V2M4

Posted by: Eugene Ciurana on March 08, 2007 DIGG
Scott Balmos has written a review of the Glassfish project. According to Balmos, better integration, clustering, high availability sessions, JAX-WS, WebDAV and a number of features that were introduced earlier are now polished enough to launch as a beta release this March 12.

Writes Balmos:

Sun's Glassfish project is quickly making its way towards the release of its V2 branch. And the Milestone 4 release, made available for download a few weeks ago, is truly a milestone in achievements. While previous milestone builds have had a rough, unfinished feel to them, Milestone 4 is definitely a quality build - with some compelling new features added since the last time TSS reviewed Glassfish (Milestone 2). While a number of these features were actually added in Milestone 3, almost all of them have received further polish and better integration in Milestone 4. This work is all leading towards the release of Beta 2 of the V2 branch, now slated for next Monday, March 12.

The Shoal dynamic clustering system continues to be improved. It is quite usable, and the introduction of high-availability for HTTP sessions has opened the door to true clustering and load balancing abilities. While not necessarily as easy as JBoss's fully-dynamic clustering, where a new cluster node in the same subnet can quickly pick up its settings and join the farm, it is quite usable in its current form. And, thankfully, the web Administration Interface now distributes app archives and resources across cluster nodes.

The Administration website has been rewritten with JSF templates, which makes it much faster, and generally has a bit more polish to it. Some categories of the site have been moved around, to better account for clustered situations. And there are fewer errors, especially when displaying large log files and monitoring traces. For those administrators who easily lose their way around, navigation breadcrumbs have been added throughout. And the administration command-line interface has been updated to include command guessing, where you can type a shorthand version of a command, and as long as the shorthand entry is unique, the rest of the command name will be figured out.

The JAX-WS integration has provided much shorter URLs for the WSDL file and XSD schema files. This is purely an aesthetic matter, but it does invariably lead to better URLs to provide to other developers. You would prefer getting https://soap.blah.com/Service/Service?wsdl and https://soap.blah.cm/Service/Service?xsd=1 rather than the old style dynamic servlet URLs, right? WSIT (Project Tango) for Java/.Net SOAP interoperability is integrated, which is a welcome sight to me personally. I always write all of my client acceptance tests in C#, in order to ensure true interoperability. And work continues on port unification, along with the SOAP/TCP transport.

Finally, various improvements on the HTTP side of things have been made. The Grizzly engine now supports Comet-based "data pushing", to send data back to a client without the client having done an explicit request beforehand. Major improvements have been made in the virtual hosting and virtual directory support. WebDAV support was added. And there's official support the Apache AJP connector, which I know is a major checkbox on some peoples' wishlists (mine included). JSP compilation is now handled through JSR 199, and the embedded Eclipse JDT compiler is now included, in case you want to use that instead.

All in all, this is quite an enjoyable, stable development build. Whereas in previous milestones I've sometimes felt that the milestone build was actually worse off than some of the weekly promoted builds, M4 will be staying around on my development box for quite a while.

For those curious about how the JEE5 reference implementation server is coming along, I highly encourage you to take this milestone for a test drive. You'll be pleasantly surprised.

Threaded replies

·  Review: Glassfish V2M4 by Eugene Ciurana on Thu Mar 08 10:56:31 EST 2007
  ·  Re: Review: Glassfish V2M4 by Shreedhar Ganapathy on Thu Mar 08 17:35:49 EST 2007
  ·  Re: Review: Glassfish V2M4 by Hugo Palma on Fri Mar 09 12:05:51 EST 2007
    ·  Re: Review: Glassfish V2M4 by augustientje bloem on Fri Mar 09 17:53:06 EST 2007
      ·  Re: Review: Glassfish V2M4 by Werner Punz on Mon Mar 12 07:05:22 EDT 2007
        ·  Re: Review: Glassfish V2M4 by Werner Punz on Mon Mar 12 08:20:03 EDT 2007
          ·  Re: Review: Glassfish V2M4 by arjan tijms on Mon Mar 12 19:55:01 EDT 2007
      ·  Re: Review: Glassfish V2M4 by George Jiang on Thu Mar 15 01:11:59 EDT 2007
  ·  Pure Java Glassfish by Mohammed Al-Qaimari on Fri Mar 09 14:15:15 EST 2007
    ·  Pure Java MQ in Glassfish by Ramesh P on Wed Mar 14 00:12:54 EDT 2007
  Message #228897 Post reply Post reply Post reply Go to top Go to top Go to top

Re: Review: Glassfish V2M4

Posted by: Shreedhar Ganapathy on March 08, 2007 in response to Message #228825
Great review. I hope this is helpful for folks looking for a good quality enterprise level open source Java EE 5 application server.

I am interested in the part where you mention that the Shoal dynamic clustering is not as easy to use as JBoss dynamic clustering is.
Could you give us more specifics on that so we can address any ease of use issues?

Thanks very much
Shreedhar
(PS: I am a Sun Employee)

  Message #228951 Post reply Post reply Post reply Go to top Go to top Go to top

Re: Review: Glassfish V2M4

Posted by: Hugo Palma on March 09, 2007 in response to Message #228825
The open-source J2EE servers space is really getting exciting.

Is there any source for an evaluation between Glassfish V2, Geronimo V2 and JBoss V5 ?

  Message #228964 Post reply Post reply Post reply Go to top Go to top Go to top

Pure Java Glassfish

Posted by: Mohammed Al-Qaimari on March 09, 2007 in response to Message #228825
I love Glassfish, I like all it's features, I even promote to use it in production, still there's a single nagging problem with it, Sun's Message Queue implementation, as long as message queue is native I can't install Glassfish on HP-UX or AIX, both envs. are used at my business and there's no intention to drop them. A Pure Java Glassfish would be great.

  Message #228981 Post reply Post reply Post reply Go to top Go to top Go to top

Re: Review: Glassfish V2M4

Posted by: augustientje bloem on March 09, 2007 in response to Message #228951
The open-source J2EE servers space is really getting exciting.

Is there any source for an evaluation between Glassfish V2, Geronimo V2 and JBoss V5 ?


It wouldn't be fair to include Geronimo in the comparison. Java EE requires JSF 1.2, and Geronimo (of course) must use the MyFaces implementation. However, the Myfaces guys don't really seem to be in a hurry to release a JSF 1.2 version at all.

Glassfish and JBoss AS 5 on the other hand use a mature JSF 1.2 implementation that has been final for nearly a full year and has already seen several stability updates.

  Message #229061 Post reply Post reply Post reply Go to top Go to top Go to top

Re: Review: Glassfish V2M4

Posted by: Werner Punz on March 12, 2007 in response to Message #228981
The open-source J2EE servers space is really getting exciting.

Is there any source for an evaluation between Glassfish V2, Geronimo V2 and JBoss V5 ?


It wouldn't be fair to include Geronimo in the comparison. Java EE requires JSF 1.2, and Geronimo (of course) must use the MyFaces implementation. However, the Myfaces guys don't really seem to be in a hurry to release a JSF 1.2 version at all.

Glassfish and JBoss AS 5 on the other hand use a mature JSF 1.2 implementation that has been final for nearly a full year and has already seen several stability updates.


Actually MyFaces 1.2 is being worked on as we speak...

  Message #229067 Post reply Post reply Post reply Go to top Go to top Go to top

Re: Review: Glassfish V2M4

Posted by: Werner Punz on March 12, 2007 in response to Message #229061
The open-source J2EE servers space is really getting exciting.

Is there any source for an evaluation between Glassfish V2, Geronimo V2 and JBoss V5 ?


It wouldn't be fair to include Geronimo in the comparison. Java EE requires JSF 1.2, and Geronimo (of course) must use the MyFaces implementation. However, the Myfaces guys don't really seem to be in a hurry to release a JSF 1.2 version at all.

Glassfish and JBoss AS 5 on the other hand use a mature JSF 1.2 implementation that has been final for nearly a full year and has already seen several stability updates.


Actually MyFaces 1.2 is being worked on as we speak...


Actually I have to be more precise in this, I am not one of the Geronimo devs, but there are several parts in Geronimo which are at the finishing stages. Tomcat 6 with the latest servlet, and jsp apis has reached stable currently, openjpa and openejb to my knowledge are almost there, and myfaces 1.2 is pretty far on its way as well (although I have to admit i do not know how far they are but it is being worked on intensively).
So it is not just myfaces, but all parts currently come together.

  Message #229143 Post reply Post reply Post reply Go to top Go to top Go to top

Re: Review: Glassfish V2M4

Posted by: arjan tijms on March 12, 2007 in response to Message #229067

and myfaces 1.2 is pretty far on its way as well (although I have to admit i do not know how far they are but it is being worked on intensively).


Are you sure about that? Don't get me wrong as I absolutely love myfaces, but to be fair, I monitor the myfaces dev mailing list frequently and there is (seemingly) little activity going on concerning JSF 1.2. Most topics are about some 1.1.x version or about some Tomahawk issue.

  Message #229287 Post reply Post reply Post reply Go to top Go to top Go to top

Pure Java MQ in Glassfish

Posted by: Ramesh P on March 14, 2007 in response to Message #228964
Hi Mohammed,
GlassFish V2 comes bundled with Open Queue 4.1 (https://mq.dev.java.net/) which does not have any native code, (pure java impl).

-Ramesh

  Message #229347 Post reply Post reply Post reply Go to top Go to top Go to top

Re: Review: Glassfish V2M4

Posted by: George Jiang on March 15, 2007 in response to Message #228981
Glassfish and JBoss AS 5 on the other hand use a mature JSF 1.2 implementation


Which implementation?

New content on TheServerSide.comNew content on TheServerSide.comNew content on TheServerSide.com

Dependency Injection in Java EE 6 - Part 1

Reza Rahman explores the features of the proposed JSR 299, Contexts and Dependency Injection for Java EE (CDI). When approved, it promises to be a key feature of Java EE 6. (November 2, Article)

SAML: It's Not just for Web services

SAML is an XML-based standard for exchanging authentication and authorization data between security domains. The single most important problem that SAML was created to solve is the Web browser Single Sign-On problem. Many organizations are debating whether to stay with version 1.1 or move to 2.0. This article makes observations about both options. (September 28, Article)

Programming is Also Teaching Your Team

Joe Ottinger takes a look at how people learn, and applies it to the practice of programming. He notes that understanding how people learn is an essential part of working in a programming team. (September 22, Article)

Can Java EE Deliver The Asynchronous Web?

Stephen Maryka gave us an article about the Asynchronous Web and posed a number of questions that get examined like an approach to delivering Asynchronous Web capabilities through extensions to existing Java EE technologies. (July 14, Article)

JSF Flex

JavaServer Faces Flex goal is to provide users capability in creating standard Flex components, part of flexSDK which is open sourced through MPL license, as normal JSF components. This article by Ji Hoon Kim will provide an overview of creating a simple multilingual JSF page consisting of JSF Flex tags. (June 29, Article)

The Rules of SOA - A Road to a Successful SOA Implementation

In this session Jeff explores the key characteristics of successful SOA projects. He covers some of the patterns, and anti-patterns, tool sets, and strategies that he himself learned the hard way. Last, he provides a strategy and blueprint for achieving a high likelihood of success in your SOA project. (June 23, Tech Talk)

Ari Zilka Talks About Terracotta 3.1

Ari Zilka, CTO of Terracotta, Inc., talks about the new features in Terracotta 3.1, announced during JavaOne and available now. (June 15, Tech Talk)

Enterprise Application Integration, and Spring

In this Tech Talk, Josh Long explores an integration challenge using Spring Integration and walks through the implementation, employing and expanding on the basic patterns of Enterprise Application Integration to tie together components into a function integration solution, and then demonstrates how Spring Integration helps address the integration requirements. (June 15, Tech Talk)

Google Web Toolkit: An Introduction

In this Tech Talk, David Geary teaches you: The basics of Google Web Toolkit; How to implement Ajax-enabled applications in Java; Internationalization; Hooking into the browser history mechanism; Remote procedure calls. (June 4, Tech Talk)

Just Enough Early Architecture to Guide Development

Jon Kern discusses the best architecture/technical solutions and ensure that they are repeated by all developers. By tackling the architecture up-front in a serial manner, subsequent parallel development will be much more manageable and predictable. (May 28, Tech Talk)

Productive Programmer: On the Lam from the Furniture Police

This keynote describes the frustrations of modern knowledge workers in their quest to actually get some work done, and solutions for how to guard yourself against all those distractions. Neal Ford talks about environments, coding, acceleration, automation, and avoiding repetition as ways to defeat the misguided attempts to sap your ability to produce good work. (May 26, Tech Talk)

Auto-Scaling Your Existing Web Application

Gil demonstrates how new, aggressive uses of already abundant compute capacity by common applications offer competitive value for application designers. (May 21, Tech Talk)

Automating Hibernate Mapping and Queries For Java Web Development

Chris Keene introduces WaveMaker as a new way to automate the ability to generate Hibernate classes in order to more quickly bring OR mapping into an application. (May 19, Article)

Auto-Scaling Your Existing Web Application

In this session Nati Shalom demonstrates how to take a standard Java EE web application and scale it out or down dynamically without changes to the application code. Seeing as most web applications are over-provisioned to meet infrequent peak loads, this is a dramatic change because it enables growing your application as needed, when needed, without paying for unutilized resources. (May 19, Tech Talk)

Free Book PDF Download: Mastering EJB Third Edition

Mastering EJB was one of the original and most influential EJB books in the industry. Mastering EJB III now returns with two new expert co-authors, updated for EJB 2.1 and 30% new chapters including security, integration, best practices, open source, and more.
(Book PDF Download)

Application Server Matrix

The Application Server Matrix is a detailed listing of J2EE vendors and their application server products, with information on latest version numbers, J2EE spec support and licensing, pricing, platform support, and links to product downloads and reviews.
(Application Server Comparison Matrix)

News | Blogs | Discussions | Tech talks | Patterns | Reviews | White Papers | Downloads | Articles | Media kit | About
Java Solutions
All Content Copyright ©2007 TheServerSide Privacy Policy
Site Map