Friday, December 21, 2007

javax.tools

Provides interfaces for tools which can be invoked from a program, for example, compilers:
  • add dynamic capabilities to extend static applications
  • compile Java source from String, StringBuffer or CharSequence instead of files
  • handle security risks by preventing loading of uncontrolled classes and preprocessing questionable code
javax.tools
JSR 199: Java Compiler API
Create dynamic applications with javax.tools

No comments: