Hi,

GWT works very well with servlets: you can use the GWT-RPC to transfer
objects back and forth between front- and back-end without going
through JSON and the like. You can then transfer complex object
structures / collections between both sides.

Is your back-end server servlet-oriented?

Anyway, GWT is a very good choice for front-end when back-end is also
java: you enjoy then a great technological homogeneity between both
sides and can also leverage the great java tooling (findbugs, junit,
etc.) for your front-end

regards

didier

On Dec 7, 2: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.

Reply via email to