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.
The content has been bookmarked!
There was an error bookmarking this content! Please retry.
Posted by Jon Rose on Jun 26, 2008
Liferay Portal 5.0 includes the core collaboration tools needed in today's enterprises, including: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:
- 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
In addition, Liferay, Inc. announced Sun Microsystems is officially joining the Liferay Open Source community. Liferay's CEO, Bryan Cheung, shared his excitement:
- 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.
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.
Improve Java Garbage Collection, Runtime Execution, and JVM visibility with Zing
18 agile and lean practices for effective software development governance
Using Drools? See what you're missing! Get the Power of Drools with the Assurance of Red Hat
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.
Michael Snoyman presents Yesod, a web framework written in Haskell and containing a web server, templating, ORM, libraries (templating, gravatar, etc.).
Richard Kreuter and Kyle Banker on how to avoid classical RDBMS transactional systems by using compensation mechanisms, transactional messaging or transactional procedures.
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.
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.
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.
Alex Papadimoulis discusses ugly code, where it comes from, how to avoid it, and how to get rid of it.
John Davies examines Visa’s architecture and shows how enterprises have architected complex integrations incorporating Hadoop, memcached, Ruby on Rails, and others to deliver innovative solutions.
1 comment
Watch Thread Reply