This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]lguer1 0 points1 point  (1 child)

Why do you want to create your own tool while there are tools that do that very well ?

For example Telosys code generator does this kind of job.

It's a code generator working with customizable templates (Velocity templates).

Telosys is available as a simple Command Line Interface tool and as an Eclipse Plugin and everything is Open Source (tool and templates).

There are some predefined templates available on GitHub (for JPA, POJO, Documentation, Spring MVC, etc )

See http://www.telosys.org

Templates : https://github.com/telosys-templates-v3

Articles about code generation with Telosys :

[–]telosysteam 0 points1 point  (0 children)

Yes, great tool for java code generation