On Apr 16, 10:13 am, Peter Ondruska <[email protected]> wrote: > You you really need something like that you may try using Gears or > design another application (e.g. servlet/J2EE container) which will > mirror/sync data from GAE. Either way you will do a lot of extra > coding but I miss the point.. GAE offers all you need, just restrict > its use with access control and use it from anywhere.
I'm also running into this issue with a single-business custom application. You can't use GAE from "anywhere"--you can only use it from somewhere with a reliable and fairly high-speed Internet connection. Over a slow, flaky satellite link, GAE isn't available enough for a business application, and it would be useful to be able to run a private "GAE" server locally. -- 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.
