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.

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/lgjt72henM8J.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



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 vanessa032...@gmail.comwrote:


 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.

 --
 You received this message because you are subscribed to the Google Groups
 Google Web Toolkit group.
 To view this discussion on the web visit
 https://groups.google.com/d/msg/google-web-toolkit/-/lgjt72henM8J.
 To post to this group, send email to google-web-toolkit@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.




-- 
Guit: beautiful gwt applications

https://github.com/galdolber/Guit

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.