Thursday, May 21, 2009

Grails JSR-186 Portlets Plugin Released

Kenji Nakamura has taken the reins of my initial work on the Grails Portlets plugin and done an awesome job of refactoring it into more manageable sub-plugins.

You can now plug-in portal implementations with Pluto and Liferay supported initially.

JSR-286 will be supported when the underlying version of Spring used by Grails is updated to Spring 3.0.

Check it out at the Grails plugin portal.

Great work Kenji!

Wednesday, May 6, 2009

Grails Amazon S3 Plugin 0.5 Released

The latest version of the Amazon S3 plugin has been released which incorporates the latest jets3t snapshot library (0.7.1-SNAPSHOT) which has improved compatibility with the Eucalyptus open source EC2/S3 clone and some bug fixes.

The plugin S3 event handling code was also updated to avoid stale object and optimistic locking exceptions being thrown by Hibernate.