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 
https://groups.google.com/d/msg/google-web-toolkit/-/s6GqL3wGX1AJ.
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: 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 as long as you have unique
URLs for everything the server provides.

Good luck and welcome to GWT.

smoyer

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



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
 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 to all requests, ajax etc. How do I do that, as I understand it, I
 can't have two applications listen on the same port?

 I'm sure this is a very common problem.


  --
 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/-/ELpBU67cTAcJ.
 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.




-- 
-- A. Stevko
===
If everything seems under control, you're just not going fast enough. M.
Andretti

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