Java Reference
In-Depth Information
The POM needs a Groovy dependency. It doesn't have to be global, but it was just as easy
to add it that way here. The provider was adjusted to 2.1.5 in order to use Groovy version
2.
Building the system is done with a standard Maven install :
> mvn clean install
During the build process, Java stubs are generated for each Groovy file. The stubs them-
selves are quite minimal; they're only used to resolve the inter-language dependencies
rather than execution. As an example, here's a portion of the stub generated for the
Weather class, whose Groovy implementation was shown in the previous section.
Search WWH ::




Custom Search