I am creating a Grails application and I understand that a lot of custom things would be useful in other projects that I will use in my palette, and wonder what would be a reasonable way to reuse? Not only common domain classes of functionality, controllers and corresponding gsp views, but also services, tags, css files, etc.
From what I collect Weceem CMS can work as a standalone application or plugin, will this approach be the most practical? Ideally, it would be great to be able to apply / update changes in the template project to those dependent on it. Thanks in advance.
source share