By Burt
The big news of this week is that there is finally a book available that covers Grails 2, Jeff and Graeme’s The Definitive Guide to Grails 2. There’s even photographic proof that it’s shipping
If you’re considering submitting talk proposals to either or both of GR8Conf Europe and GR8Conf US
be sure to do so soon; the deadline is February 15. Submit for the US conference here
and the EU conference here
, and if you want to submit for both you can do that from either site.
I released two new plugins this week. The first was the database-migration-jaxb plugin which was going to be part of the database-migration
plugin but it requires Java 7 or higher (more specifically JAXB 2.2 or higher) so I released it as an addon instead. It adds a new approach to creating database migrations – writing them programmatically using JAXB-generated classes. I wrote about this and the big new 1.3 release of the database-migration plugin in this blog post
.
The other new plugin is spring-security-shiro which adds the ability to use Shiro’s easy and powerful ACLs and permissions alongside Spring Security and the spring-security-core plugin. See this blog post
for more information.
If you want to keep up with these “This Week in Grails” posts you can access them directly via their category link or in an RSS reader with the feed
for just these posts.
Translations of this post:
Miscellaneous Items
-
14 Ways to Contribute to Open Source without Being a Programming Genius or a Rock Star
-
Grails Unit Testing and a little fun with @Before
-
Get up and running with GroovyFX on the Raspberry Pi
-
Grails 2.x update gotcha – your logging has changed
-
Geb Quickie: Automatically download drivers for Chrome and Internet Explorer
-
Be productive with the MySQL command line
-
Like Smalltalk/Objective-C message passing? Want to have a more human-readable code? Annotate your method with @AsMessage
-
Using Memoization in Groovy
-
Modularizing your Grails Application
-
Grappling with Groovy and Grails for the First Time
-
This Week in Spring – January 1, 2013
Plugins
There were 2 new plugins released:
-
database-migration-jaxb
version 0.1. Adds support for migrations using JAXB classes
-
spring-security-shiro<img src='/blog/images/pop.gif'
Source: Bruce Beckwith
You must log in to post a comment.