This project leverages the Eclipse platform (v3.1.2 and v3.2) and the Java (v1.5+) by adding IDE support for code generation tools. Initially, the end-user support is focused on support for the Jostraca code generator. In the future, the aim is to provide support for multiple code generation tools.
Note: You can find additional information about these plugins, code generation, jostraca and more at the blog Software Development & Beyond.
CodeGenClipse : A generic eclipse plugin that provides a basic foundation for integrating code generators in eclipse. End users do not use this plugin in itself, but other plugins depends on it. This plugin is bundled with the plugin below.
CodegenJostraca : An eclipse plugin that offers integration of the Jostraca code generator into the Eclipse IDE. This plugin is targeted towards end users. For installation information see the install section below.
This plugin allows programmers using eclipse to create, edit and run Jostraca templates within the eclipse IDE. The Jostraca templates uses the Java Server Pages syntax . However this syntax can be used with multiple languages, including Java, Perl, Python, Ruby etc. The output can be of any (textual) type including new source files for the project. For additional information about the Jostraca code generator see here. For more information about code generation in general see here.
See below for a list of the key features - For a full feature list refer to the integrated eclipse help documentation (available once the plugin is installed).
Main feature: A jostraca aware editor with a fully integrated (incremental) jostraca builder:
Feature:
New template file wizards:
Feature:
Integrated help:
Feature:
Template settings on project, folder or template-files:
If you can't get these URLs to work, you can also download a ZIP file containing the update site from sourceforge and install using the ZIP as an archived update site with the eclipse update manager. Finally, to get the source, use anonymous access with the subversion respository at https://svn.sourceforge.net/svnroot/codegenclipse
To get started using this plugin use the instructions below:
For additional getting started information and troubleshooting refer to the integrated eclipse help documentation.