|
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
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.
|
|
Message #228897
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Re: Review: Glassfish V2M4
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
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
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
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
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
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
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 #229347
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Re: Review: Glassfish V2M4
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 |
 |
 |
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 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)
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)
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)
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)
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, CTO of Terracotta, Inc., talks about the new features in Terracotta 3.1, announced during JavaOne and available now.
(June 15, Tech Talk)
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)
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)
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)
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)
Gil demonstrates how new, aggressive uses of already abundant compute capacity by common applications offer competitive value for application designers.
(May 21, Tech Talk)
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)
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)
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)
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)
|
|