Community

Scripting, Compiling, and Annotation Processing

(Cay S. Horstmann) This chapter introduces three techniques for processing code. The scripting API lets you invoke code in a scripting language such as JavaScript or Groovy. You can use the compiler API when you want to compile Java code inside your application.

Read More - Register for Free Membership