Grails 1.1 is available!
Hello!
Good news for today!! I just got @ work and saw in my twitter that Graeme Rocher just updated Grails with the new Version 1.1. This is awesome!!
Here is his twitt: http://twitter.com/graemerocher/status/1305118282
Grails 1.1 release notes: http://www.grails.org/1.1+Release+Notes
Grails 1.1 documentation: http://grails.org/doc/1.1.x/
Some stuff I really liked and I thing will help the day-by-day development:
- GORM is now independent from Grails
- Yeah, that is correct, now you can use GORM’s god-blessed-methods in your own groovy project!
- hasMany associations for primitive types
- You can use hasMany for primitive types, eg. Strings. Remember that time you had to create one domain class just for encapsulate one string? Now you can have this!
- You can use hasMany for primitive types, eg. Strings. Remember that time you had to create one domain class just for encapsulate one string? Now you can have this!
- Global plugins
- For people that knows Ruby and Rails, this will be like a gem. You install the plugin once with the tag -global and will be available for all apps
Visit the links above and stay tuned!
You can follow me on twitter: http://twitter.com/lucastex
Take care!
Comments(0)