Page 1 of 1

Grails tutorials

Posted: Wed Nov 14, 2012 11:12 am
by Alex
Hi,

I am very interested in using breadleaf framework inside my grails application, as it seems to be the perfect match by the core stack. I would give the https://github.com/BroadleafCommerce/GrailsPlugin grails plugin a try. Thus, I am wondering if there is some further documentation, tutorials.

Thanks

Re: Grails tutorials

Posted: Tue Dec 11, 2012 12:29 pm
by ktisdell
We have had marginal success at using Broadleaf in a Grails application. We have generally shelved the idea of maintaining a Grails plugin for BLC. The main reasons are that BLC requires JPA 2.0, and Grails GORM-JPA currently uses JPA 1.0. In addition, there are some complex dependency resolution issues and Spring Bean definition issues that make it somewhat difficult to plug BLC into Grails. We will likely revisit this in the future.