Modularize Grails Application (Grails 2.3.x)
I want to start my first project in Grails and I want to split in more application/plugins. For now I have only one site/application ( /myproj/projectA ). In the future I want to add a new application ( /myproj/projectB ) and I want to reuse some of logic of projectA (Ex. UserService). In Grails, what is the way? Create 2 applications ( projectA, projectB ) and one common (ex.with UserService) plugin? How do it? The final result is : I want to update single application without redeploy entire application. Thanks in advance Creating reusable/shared functionality is one of the key advantages of