I was working on a Grails 1.1 project where I wanted to create and initialize an object using Spring. This class would access a Grails service and would interface with open source libraries. This post shows how to create a Java object that is initialized using Spring with various properties, including wiring in a Grails service class.
(more…)