Re: GWT with a non-java server

2012-04-10 Thread dominikz
We've been using GWT with non-java servers (SAP and AS/400): https://groups.google.com/d/topic/google-web-toolkit/7-JLKRd0H3s/discussion -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: GWT with a non-java server

2012-04-09 Thread Steve Moyer
My application is served by CouchDB (as what they call a couchapp) and also communicates back to the CouchDB server for back-end persistence and certain queries. You could easily serve a GWT application with a Node.js server too. You can serve as many applications as you want from a single port

GWT with a non-java server

2012-04-08 Thread Traktor Toni
Hi guys, I'm new to GWT and pretty confused on how to include it into my workflow. I just ran the first sample tutorial. So I understand how the whole deal works with the embedded jetty server. So far so good. But naturally I have my own non-java server, and I want to use that one to respond

Re: GWT with a non-java server

2012-04-08 Thread Andy Stevko
That is a pretty broad question. What is your non-java server? What protocols does it support? Ajax etc is not a communications protocol. On Fri, Apr 6, 2012 at 4:58 AM, Traktor Toni trustthe...@googlemail.comwrote: Hi guys, I'm new to GWT and pretty confused on how to include it into my