Hi. > The idea would be to host those files on a non Java server, a classic > Apache 2 server for instance. Server treatments could be in PHP or > something else (but not generated by GWT of course). > > Is this possible? > Absolutely.
When you use REST for server access. you get a completely server independent GWT application, so you can implement the server side in any way you wish. Greetings, Michael -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
