Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Code generation in Eclipse

What is the most useful code generation tool in eclipse, velocity or jet templates? Anybody has experience with both of them and know the pro and cons?

like image 517
fastcodejava Avatar asked Feb 25 '23 18:02

fastcodejava


2 Answers

In the Telosys Eclipse plugin we are using Velocity 1.7 ( for scaffolding and for wizards )

It works fine and it can be embedded in a plugin

To try it : http://marketplace.eclipse.org/content/telosys-tools
For more information : http://www.telosys.org/

like image 79
lgu Avatar answered Mar 04 '23 02:03

lgu


I don't know about Jet, but I like Velocity very much. I especially like the fact that it looks so much like the end product. I think it makes things easier than something like JSP for generating HTML.

like image 41
duffymo Avatar answered Mar 04 '23 03:03

duffymo