Re: gwt gui with no servlet container

2012-01-05 Thread Mark
GWT doesn't require you to make any server calls so while I've never done something like that there should be no reason that it cannot be done. On Jan 4, 2:54 pm, Sebastian Gurin sgu...@softpoint.org wrote: Hi all. This is my first message to the group. I'm a contributor on a similar project

Re: gwt gui with no servlet container

2012-01-05 Thread Jens
Just compile your app and deploy its host html page + compiled javascript/images to any web server you want. Thats not a problem at all. -- 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 gui with no servlet container

2012-01-05 Thread Steve Moyer
Yes ... my application is being served from CouchDB and there is no back-end code (since I make XMLHttpRequests directly to CouchDB using JSON). I've got another small application that works off-line (using HTML5 Application Caching) and stores all it's data on the user's computer using

RE: gwt gui with no servlet container

2012-01-05 Thread Armishev, Sergey
, 2012 5:36 PM To: google-web-toolkit@googlegroups.com Subject: gwt gui with no servlet container Hi all. This is my first message to the group. I'm a contributor on a similar project at j2s.sf.net. Tried GWT some years ago and didn't like it, but now, it has improved a lot. My congrats

Re: gwt gui with no servlet container

2012-01-05 Thread Sebastian Gurin
thank you for the fast responses. Regards On Thu, 5 Jan 2012 07:13:18 -0800 (PST) Steve Moyer smoye...@gmail.com wrote: Yes ... my application is being served from CouchDB and there is no back-end code (since I make XMLHttpRequests directly to CouchDB using JSON). I've got another small

gwt gui with no servlet container

2012-01-04 Thread Sebastian Gurin
Hi all. This is my first message to the group. I'm a contributor on a similar project at j2s.sf.net. Tried GWT some years ago and didn't like it, but now, it has improved a lot. My congrats to the authors! keep the good work. Now my question, I would like create a simple html site, with no

gwt gui with no servlet container

2012-01-04 Thread Sebastian Gurin
Hi all. This is my first message to the group. I'm a contributor on a similar project at j2s.sf.net. Tried GWT some years ago and didn't like it, but now, it has improved a lot. My congrats to the authors! keep the good work. Now my question, I would like create a simple html site, with no