You're talking about using two or more back-ends, one hosted on App Engine and the other on your existing Apache setup. Yes, this is possible, although you'll have to juggle multiple domains in your GWT client code since App Engine apps are hosted on appspot.com. It's not completely unusual to have one back-end for front-end content and another for back-end, especially during transitions, but this will add to your maintenance overhead. - Jason
On Mon, Oct 19, 2009 at 1:15 AM, Itzik Yatom <[email protected]> wrote: > > Hi all > > I have been developing web sites using GWT at the client and Apache > web server with PHP and My SQL DB. > The server side is responsible for data access, mail and some other > server jobs > > These days I am considering using Google App engine as my server. I > don't want to through all the code I have written in PHP and develop > everything from scratch. > > My question is there a way to combine in a web site HTTP calls to the > Apache server and to the app engine, both from a browser client that > is developed with GWT. > > Thanks > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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-appengine-java?hl=en -~----------~----~----~----~------~----~------~--~---
