Jenerator
In short, Jenerator is a code generator which takes meta information from different mediums, applies XSL templates and generates code.
Unlike other code generators, which use JavaDoc custom tags to define and describe what is to be generated (like XDoclet), Jenerator uses XML based Descriptor files (author's note: which unfortunately separates code and meta data).
Homepage: http://www.visioncodified.com/
|