CodeCrank Code Generator

564

Author: JT Smith

Richard Keene writes “While developing databse JDBC code I found that I had a file for each database table that had the JDBC code for
read/write/create/search. I was creating the files by copying a previous
file and changing column names and such. Very tedious and error prone. Thus I created CodeCrank. It takes a template file and an XML file
that describes tags, and generates a source code file. It has saved me a lot of time. CodeCrank is suitable for any templated file generation, not just source code. Would someone like to do a database-table-to-JSP-template? The source is available from iCentris.com.
It is available in WinZip or
in Unix tar gzip formats.
The README is here.”