JTemplate
JTemplate is a little Java program to generate in a fast and easy way a template
for the code of Java applications.
It is suitable for little Java programs, applets and servlets which are too small, to
start a own project in an IDE.
Although those programs are small, much of the initial code is always the same.
This code is, what JTemplate provides.
Features
There are only few functions implemented at this moment:
- generation of sourcecode for command line interface programs
- code for internationalisation (i18n)
- javadoc comments
The following features are planned and will be implemented in future versions:
- command line driven code generation.
You will be able to provide arguments from the commandline and code will be generated without
starting the gui.
- Code for following application types:
- CLI - text/commandline orientated programs
- AWT - AWT programs
- SWING - Swing programs
- MDI - Swing Programs with multiple document interface
- SERVLET - servlets
- APPLET - applets
Status
There is currently only an alpha version available. This version is not recommended for
download.
License
GNU General Public License
Contact
Karsten Schulz (kaschu@t800.ping.de)
© by Karsten Schulz, last modified at $Date: 2000/07/30 06:40:11 $ UTC