Sounds like an interesting functionnality to add to GAE. May be you could create a feature request : http://code.google.com/p/googleappengine/issues/list
On 18 mai, 11:29, Erdinc Yilmazel <[email protected]> wrote: > You are not allowed to access the same data from different applications > (Using different appIds), however you can deploy different versions of your > application and they will run on separate urls. (Something like > <versionNo>.latest.<appId>.appspot.com. So you can create a version named > admin for that purpose which isn't the default version for that purpose. > > Erdinc > > On Tue, May 18, 2010 at 10:26 AM, aswath satrasala < > > > > > > [email protected]> wrote: > > Hello, > > I want to create two webapps accessing the same datastore > > - Admin webapp > > - enduser webapp > > > I want to separate out these, so that I will not end up creating one big > > application and that in turn will have an effect on the startup time of the > > application on the appengine. > > > -Aswath > > > -- > > 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]<google-appengine-java%2B > > [email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/google-appengine-java?hl=en. > > -- > 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 > athttp://groups.google.com/group/google-appengine-java?hl=en. -- 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.
