|
Grails, nominated for JAX innovation award
Last changed: Apr 21, 2008 03:13 by glaforge
This week takes place the 2008 JAX conference, in Germany. Last year, Groovy won the first prize of the JAX innovation award, and this year, Grails was submitted and has just been nominated by the jury. Guillaume Laforge, Groovy project lead and initiator of the Grails project, will be at JAX this week and will represent the Grails team and project. From the nomination announcement:
Authentication Plugin 1.0 released
Last changed: Apr 22, 2008 17:16 by Marc Palmer
"What, Another one?" you say. Well I personally don't like Acegi and other Java based auth libraries I've seen because they are overcomplicated and not very Grailsy. This plugin can virtually install and go - it also has a development-mode only "signup" controller so you can easily create accounts for testing. This plugin has no API classes to extend or interfaces to implement, it uses Groovy's dynamic nature and a simple events mechanism so that you can alter behaviour by providing your own event handlers, or replacing the entire event handler class. It also leverages Groovy's dynamic abilities so that you don't have to use the default GORM domain class for user data, in fact you don't need to use GORM at all, it is completely abstracted with minimal requirements on your class (just support 3 properties - login, email and password). Documentation for Authentication Plugin is online. It can be installed with "grails install-plugin authentication"
JSecurity Plugin 0.2 released
Last changed: Apr 26, 2008 01:21 by Peter Ledbrook
The eagerly anticipated 0.2 release of the JSecurity plugin has finally arrived! Release notes are available here, but to whet your appetite here are a few highlights:
Have fun!
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||