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 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? 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 to 
> use Ruby on Rails for the back end. I'm in the process of researching how 
> we could use GWT as the front end. Any tips, links, tutorials, anything to 
> help me figure this process out would be greatly appreciated. Thank you
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




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
TL;DR: GWT generates JS (and images, and CSS, and HTML), so you host it 
just like any other static asset.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




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 something similar 
for Ruby on Rails.

2013. június 7., péntek 21:29:45 UTC+2 időpontban Nolan Brassard a 
következőt írta:
>
> 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 to 
> use Ruby on Rails for the back end. I'm in the process of researching how 
> we could use GWT as the front end. Any tips, links, tutorials, anything to 
> help me figure this process out would be greatly appreciated. Thank you
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




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 to 
use Ruby on Rails for the back end. I'm in the process of researching how 
we could use GWT as the front end. Any tips, links, tutorials, anything to 
help me figure this process out would be greatly appreciated. Thank you

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.