Re: GWT frontend, non java backend

2013-06-10 Thread Thomas Broyer
On Friday, June 7, 2013 9:29:45 PM UTC+2, Nolan Brassard wrote: I've read a few different sources about how to create projects with a GWT front and a non-java backend. Well how about hosting, how do you host a GWT front end? See http://www.gwtproject.org/doc/latest/DevGuideDeploying.html

Re: GWT frontend, non java backend

2013-06-10 Thread Ronan Quillevere
As Thomas Broyer stated the client part is only static code. So if your backend is using a REST API you could use restyGWT which is a REST client service generator to communicate between your client (in GWT) and your backend (whatever the technology is). Hope it can help :) On Friday, June

Re: GWT frontend, non java backend

2013-06-08 Thread Ferenc Balogh
https://code.google.com/p/phpgwt/source/browse/#svn%2Ftrunk%2Fphpgwt%2Fsrc%2Forg%2Fphpgwt Check out the classes under phpgenerator and phpservice packages. Although it's for PHP, if you study these classes and the deferred binding capabilities of GWT you will have the idea how to realise

GWT frontend, non java backend

2013-06-07 Thread Nolan Brassard
I've read a few different sources about how to create projects with a GWT front and a non-java backend. Well how about hosting, how do you host a GWT front end? We've been primarily developing GWT/GXT applications for the past 5 or 6 years until we got bought out recently and their forcing us

Re: GWT with non-Java backend

2008-12-01 Thread Peter Ondruška
I use GWT with Google App Engine backend with RequestBuilder. 2008/12/1, ajay jetti [EMAIL PROTECTED]: This should help i think http://angel.hurtado.googlepages.com/tutorialgwt2 yours Ajay --~--~-~--~~~---~--~~ You received this message because you are

Re: GWT with non-Java backend

2008-12-01 Thread Reinier Zwitserloot
Yes, tons of people have used GWT on the front and something that isn't java on the back-end. You can transfer data using JSON, XML (but, really, don't. XML is stupid as a wire protocol), or whatever binary format you think is useful. The only caveat (and this applies to using GWT-RPC as well),

Re: GWT with non-Java backend

2008-12-01 Thread Johan Rydberg
Joshua Partogi skrev: Dear all, Has anyone worked GWT with non-Java backend (like PHP or Rails) and send it with AJAX Http request? Does it work good? I am wondering whether this is a good approach. I would appreciate any experience shared here. I've developed a GWT RPC gateway to Python

Re: GWT with non-Java backend

2008-12-01 Thread Eduardo Guardiola
anyone worked GWT with non-Java backend (like PHP or Rails) and send it with AJAX Http request? Does it work good? I am wondering whether this is a good approach. I would appreciate any experience shared here. I've developed a GWT RPC gateway to Python on the server.  It is tightly integrated

GWT with non-Java backend

2008-11-30 Thread Joshua Partogi
Dear all, Has anyone worked GWT with non-Java backend (like PHP or Rails) and send it with AJAX Http request? Does it work good? I am wondering whether this is a good approach. I would appreciate any experience shared here. Thank you in advance -- Not by might nor by power, but by His Spirit

Re: GWT with non-Java backend

2008-11-30 Thread Martin Gorostegui
, Nov 30, 2008 at 9:31 PM, Joshua Partogi [EMAIL PROTECTED]wrote: Dear all, Has anyone worked GWT with non-Java backend (like PHP or Rails) and send it with AJAX Http request? Does it work good? I am wondering whether this is a good approach. I would appreciate any experience shared here

Re: GWT with non-Java backend

2008-11-30 Thread [EMAIL PROTECTED]
for you:http://code.google.com/docreader/#p=google-web-toolkit-doc-1-5s=goog... Hope this helps, Martin On Sun, Nov 30, 2008 at 9:31 PM, Joshua Partogi [EMAIL PROTECTED]wrote: Dear all, Has anyone worked GWT with non-Java backend (like PHP or Rails) and send it with AJAX Http request

Re: GWT with non-Java backend

2008-11-30 Thread Joshua Partogi
Thank you so much Martin for the hint. :-) I am more confident now to use GWT with non-Java backend. Because I thought people only use GWT with Java on the backend. Cheers. On Dec 1, 12:15 pm, Martin Gorostegui [EMAIL PROTECTED] wrote: Yes, I´m working with GWT with a PHP backend and I know

Re: GWT with non-Java backend

2008-11-30 Thread ajay jetti
This should help i think http://angel.hurtado.googlepages.com/tutorialgwt2 yours Ajay --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to