Links
- sourceforge project
- JavaCC is used to
auto-generate the parser for the reference implementation. (jjdoc
is distributed as part of JavaCC.)
- Java Tree Builder (JTB)
is the syntax tree build which is used, in conjunction with javacc,
to generate a syntax-tree from the script code to evaluate.
- Byte Code Engineering
Library (BCEL) is used to generate the raw bytecode for
dynamically compiling script code to java bytecode for faster
evaluation. It is also used to implement support for subclassing
java types and interfaces.
- Jawin
java-windows integration project, provides the library
used to implement windows COM support on windows systems.
- Apache XML-RPC library is
used to implement XML-RPC support
- scarab issue tracking system
used by the project
- subversion for version
control. (See the Subversion Book).
Last modified: Mon Sep 8 16:20:09 PDT 2003