Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version. Compare with Current ·  View Page History

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
de/sdm/ticketing/bo/impl/TicketAssemblerImpl.groovy

Hopefully that is of use.

Labels
  • None