What are the leading frameworks for java code generation?
I am not looking for a DB or app generation tool. I have a skeleton of a class, and I need to generate it with different dynamic parts for different use cases. The majority of the class is identical, hence I want to run code that generates different flavors of the class.
Anyone know a good framework?
Thanks.
cglib is a powerful, high performance and quality Code Generation Library
jet/velocityare using templates.If you’re looking to generate a whole application check out JBoss Seam framework.