Abstract
Alternate way to integrate Groovy in a Java-Application using Spring, without the usage of <lang:groovy/>-Tags.
Advantages
- Works with Spring-AOP
- You can use other Groovy-Classes e.g. internal datatypes, in your Beans without the need to inject them.
Example
Java Code that's create the App-Context
Sample beans.xml
ticketing/bo/impl/TicketAssemblerImpl.groovy
Hopefully that is helpful...
Labels