InfoQ

News

Liferay Portal 5.0 Released, Sun Joins the Team

Posted by Jon Rose on Jun 26, 2008 02:16 AM

Community
Java
Topics
Portal/CMS
Tags
Liferay
Last month at JavaOne, Liferay, Inc. announced the release of the 5.0 version of their Liferay Portal product. The Liferay press release highlights a handful of the key tools and uses in the portal product:
Liferay Portal 5.0 includes the core collaboration tools needed in today's enterprises, including:
  • Blogs, Message Boards, and Wikis
  • A dynamic tagging system for user-driven categorization
  • AJAX-based mail client that allows users to send email directly from the portal
  • Shared calendars, chat and polls
  • Direct portlet publishing to the MySpace and Facebook networks
  • Ability to leverage iGoogle gadgets directly within portal deployments
As Liferay’s CTO, Michael Young, promised in InfoQ’s coverage of the 4.4 release of Liferay, the 5.0 release is JSR 286 compliant. The specification went final this month and includes a number of new features. Liferay’s Jorge Ferrer highlights a few of them:
  • Inter-portlet communication (aka IPC): there are two new mechanisms to achieve this. The first is called shared render parameters and allows portlets to set params that can be read by other portlets. This rather simple mechanism will probably be enough for all but the most complex communication needs. For those complex ones there is a second method based on events. The main advantage of this second method is that it allows a fully uncoupled communication. A portlet issues an event and doesn't have to care if there is anyone listening for it.
  • Resource serving: this is very useful not only to serve binary content such as files but also to improve drastically the support for AJAX in portlets. Through the new serveResource() method it's possible to serve HTML fragments, XML, JSON, anything that your AJAX based app can consume in the client side.
  • Portlet filters: Add filters to execute code before or after a request to a portlet. While this was already possible by using a solution provided by Apache Portals it's now part of the standard. This makes it easier to use and will fortunately foster the development of reusable filters.
In addition, Liferay, Inc. announced Sun Microsystems is officially joining the Liferay Open Source community. Liferay's CEO, Bryan Cheung, shared his excitement:
Sun's participation in Liferay's community is an indication of our community's strength and the quality of the software we've produced. Our commitment to open standards means Liferay easily integrates with the Sun family of products. We are pleased that Sun has chosen to participate with us in building great software to serve our communities.
Learn more about Liferay on their website: http://www.liferay.com.

1 comment

Reply

where is the final download? by joe faw Posted Jun 26, 2008 10:13 PM
  1. Back to top

    where is the final download?

    Jun 26, 2008 10:13 PM by joe faw

    the site still point to a release candidate version not a final release

Exclusive Content

A Formal Performance Tuning Methodology: Wait-Based Tuning

Steven Haines talks about tackling web application performance tuning by proposing a method called wait-based tuning.

Shaw and Fowler About Forging a New Alliance

Shaw and Fowler talk about the need for a new relationship between the business department and the IT department. Studies have shown that projects mostly fail due to miscommunication between the two.

How to GET a Cup of Coffee

In this article, Jim Webber, Savas Parastatidis and Ian Robinson show how to drive an application's flow through the use of hypermedia in a RESTful application.

Archaeopteryx: A Ruby MIDI Generator

Eccentric artist turned overnight anti-celebrity, Giles Bowkett captures the heart and soul of RubyFringe as he demonstrates his revolutionary Archaeopteryx MIDI drum pattern generator.

Alexandru Popescu Discusses the InfoQ.com Site Architecture

InfoQ Chief Architect Alexandru Popescu discusses the InfoQ architecture, WebWork and DWR, Hibernate and JCR, Hibernate scalability, the new InfoQ video streaming system, and future plans for InfoQ.

LHC Grid: Data storage and analysis for the largest scientific instrument on the planet

higgs-event

The Worldwide Large Hadron Collider (LHC) Computing Grid provides data storage and analysis for the entire high energy physics community that will use the LHC.

Fostering Software Craftsmanship in a Corporate Setting

Scott talks about software craftsmanship represented by people responsible for their work, continuously learning, taking pride in their work, sharing knowledge and respecting professional standards.

Eric Nelson on Windows as a Web Platform

Eric Nelson explores Windows as a web platform using IIS 7.0 providing an architecture deep dive and striving to reduce the lines of code in web applications.