DAOGenerator automatically generates dao classes for Jee web apps
...Fully compatible with eclipse/JPA POJO generator
DAO Generator currently supports below ORM frameworks:
Hibernate
JPA
Application is platform free, you can run via console:
java -jar daogenerator.jar
OR
right click -> open with -> Java SE Binary (Windows)
Application requeries Java 1.6+
You can check online tutorial:
http://www.youtube.com/watch?v=FPKCnSqwjDY
P.S. I start project 4 day ago from scratch, so source code uncmmented. I will update source in following week
Java Stub [empty .jar] Generator.
This software generates empty implementations of methods based on the method
signatures - so that a bunch of empty *.java or *.class files can easily be
handed out to third parties without the fear of decompilation.
The JTools project contains small java functionalities which will make the live of a developer easier. For each functionality there will be a source release and a jar release.
JEnum is a Java runtime jar for working with enumerated types, as described in Josh Bloch's Effective Java, and a one-way code generator to create the needed classes from xml. The API is patterned after the Java Collections API.
Flow4J is a java framework, that enables the user to model process flow with a gui interface. The flow may include tasks, decisions or calls to other process flows. The saved flow is in a jar file together with its bytecode.
classdoc is a Java reverse engineering API documentation generator based on the Java Doclet API.
It generates javadoc-style HTML files or other documentation formats without source code from compiled .class/.jar files ONLY.