This is a simple code generator for Java. It generates a simple JavaBean class based on the properties specified.
It is quite intuitive to use, and will create a java source file with the name of the bean
and properties. As of now-it does not support detection of package names.
Click here to download. If you already have JDK or JRE installed, then doubleclick on the file to run, else run using 'java -jar Beanmaker.jar'.