Automatically generating GWT web pages

2012-04-21 Thread vanessa vanessa
Hello every body , I have to develop a gnerator that generate from a model GWT code that will be after that compiled and the output is a gwt web page. How can i proceed ? which template engine to use .. ? is velocity a good solution .. ? I'm needing your help. Thanks a lot . Have a good day.

Re: Automatically generating GWT web pages

2012-04-21 Thread Gal Dolber
GWT have its own generators system you can use, also it allows you to use any template engine. Here's an example: http://francisshanahan.com/index.php/2010/a-simple-gwt-generator-example/ Or just google for "GWT generator" On Sat, Apr 21, 2012 at 6:35 AM, vanessa vanessa wrote: > > Hello every