I'd suggest using the app creator http://code.google.com/webtoolkit/gettingstarted.html to create a blank project for you. It also builds with ant...
You can then get a feel for how it works and merge them together... The ant compile works nicely but you need a bit of care getting class paths etc correct. Definitely agree that GWT is a good choice. Having the same source running on client and server has some huge advantages... Junit testing client and server... Don't get me started ;) On Dec 7, 1:48 pm, Andrew Balakhanov <[email protected]> wrote: > Hello. > Could you please help me. I have a Java project (server part) and now > I am going to write client part on GWT. I build my project via ANT. > Can you please help me, how shlould I add GWT to my project, and then > to build it ? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
