img
After the installation completes and you restart STS, right-click the project in STS, and add the
Groovy Project nature to the project, as shown in Figure 22-5.
Figure 22-5. Converting to a Groovy project
At this point, the project setup is complete. However, we still need to add the relevant Maven
dependencies so that the project can be built from Maven. (We will let you know when dependencies
need to be added.)
Scripting Support in Java
Starting with JSE 6, the Scripting for the Java Platform API (JSR-223) is bundled into the JDK. Its objective
is to provide a standard mechanism for running logic written in other scripting languages on the JVM.
Search WWH :
Custom Search
Previous Page
Spring Framework 3 Topic Index
Next Page
Spring Framework 3 Bookmarks
Home