Download List

Project Description

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.

System Requirements

System requirement is not defined
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.

2006-05-31 14:43
0.4.1

Classpath controls were added to the Ant task.
JavaScript support was added (using Rhino). Many
minor bugs were fixed.
Tags: Minor feature enhancements

2004-12-02 20:50
0.4.0

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!).
Tags: Major feature enhancements

2003-06-21 11:47
0.3.3

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.
Tags: Minor feature enhancements

2003-02-26 03:05
0.3.2

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.
Tags: Minor feature enhancements

2002-08-09 01:44
0.3.1

The REBOL code writer format and the directive replace-regexp have been introduced. There is some transitional code cleanup.
Tags: Initial freshmeat announcement

Project Resources