[E-Lang] Trove
Monty Zukowski
mzukowski@bco.com
Fri, 23 Feb 2001 06:57:36 -0800
I remember a discussion some time ago about generating JVM bytecodes instead of
generating source code and then invoking a compiler. Here's an opensource
toolkit which could help with that.
http://opensource.go.com/Trove/index.html
Trove version 1.2.0 is a library of useful classes that is used by Tea and the
TeaServlet. Trove includes the Class File API, the Logging API and a set of
utility classes.
The Class File API simplifies creation of Java class files. Instead of having to
write byte-code, the Class File API allows you to call high-level methods which
generate the byte-code for you.
...
Monty