My first community presentation

Over the last 6 months I’ve attended a few nights at my local web developer group, Webdev 42°. For a little while I’ve thought that I should do a presentation of my own.

Originally I had thought about presenting about Groovy and Grails as I use them at my workplace, and I think that knowing about them would really open the eyes of anyone who develops webapps on the JVM. However after thinking about it more I realised that Continue reading

Adding Groovy extension modules to a Grails application

If you’re a Grails developer then once you’ve found a Groovy extension module you’ll want to include it into your Grails application. If the library is available through Maven or Grapes then it’s easy to include. If you only have the jar then you’ll probably have more difficulty.

I found this question on StackOverflow to have good information on the changes you’ll have to make to have the library included in your application.

There is also a Jira ticket for Grails to address the fact that you need to add this code to load such libraries.
Update: Fixed in Grails 2.4.4.