On 06/18/2009 05:53 AM, Wendy Istvanick wrote:
> I am working with a client who is interested in using GWT on the front
> end and Rails on the back end of their application.  Does anyone have
> any sample code they can provide or some pointers to things they
> needed to address to make this type of integration work (samples of
> using Python on the back end would also be useful).

It's just a standard CGI interface[1] on the server. One advantage of
GWT is that it's very XML and JSON friendly[2] So, you may want to
leverage that for client/server communication.

I use GWT on the client and Perl on the server. It works quite smoothly,
no learning curve on the server side to handle GWT generated Javascript.

Interesting job title...

Cheers,
jec

[1]
  Some of the CGI methods (e.g. DELETE) aren't directly supported by GWT.

[2]
  XML friendly in a cross-browser way

--~--~---------~--~----~------------~-------~--~----~
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