Jostraca is a general purpose code generation
toolkit for software developers. It uses JSP
syntax and can be configured to use a number of
different programming languages. Jostraca is a
templating tool for Generative Programming.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
This release of includes much needed performance improvements when generating multiple Java templates. All Java templates are compiled and executed inside the Jostraca process if possible, and multiple templates are compiled together instead of separately. This release adds Jython to the list of languages that can be used in Jostraca templates. Jython is an excellent choice for creating templates that need to integrate with an existing Java environment (and it's faster than normal Java templates!).
This release introduces a new easy-to-use API
for generating code from within your own
applications. It also includes tested versions
of the internal Java template handlers. These
components allow you to compile and execute Java
templates inside the Jostraca process, which
improves performance. Error reporting was also
improved.
The major new feature in this version is a significant performance improvement. Jostraca is now far more intelligent about regenerating and recompiling templates and will avoid doing so if it is not necessary. This means that the Ant task can finally be used effectively. A number of resource consumption bugs have also been fixed in this release. Code and error handling consistency have been improved and are moving slowly towards a more structured architecture.