Re: Struts generate code

2009-03-03 Thread Angelo zerr
Hi, If you use Eclipse, you can see Akrogen http://akrogen.sourceforge.net/which is Eclipse plugin to describe your wizard with XML (XUL) and Javascript and link it to a template (XSL, Freemarker, Velocity...) Akrogen works wit catalog (folder which contains, XUL wiizard, templates..). You can

Struts generate code

2009-02-27 Thread Mileidys Gonzalez Prieto
Hi, Im searching for tools that allows to generate some struts resources, like validation and app resources. I was looking around and I found the xDoclet annotations for to generate struts code, but my database is really so big, not so easy going to all the POJOs for to do that. Any other way,

Re: Struts generate code

2009-02-27 Thread Musachy Barroso
You can use Java APT: http://java.sun.com/j2se/1.5.0/docs/guide/apt/GettingStarted.html We use it for struts-annotations (internal tool to generate TLD files for tags): http://svn.apache.org/viewvc/struts/maven/trunk/struts-annotations/ musachy On Fri, Feb 27, 2009 at 12:59 PM, Mileidys