What is the problem having the administration part in the same application?
Then you don't have problems with Model versions.
The admin URLs are protected with 'login:admin'.
And it's not very efficient to transport back and forth a lot of
entities over HTTP. (Yes, you can do it with XML. But XML is not a
holy grail)

And you are in violation of TOS. The admin app has no "users" part.

You can have the admin part a distinct version of the app. It can have
it's own code base, it can even been written in a different language.
If you need to do admin stuff go to the url

http://admin.latest.appname.appspot.com

Or whatever name you give the admin version.


2010/6/25 Jaroslav Záruba <[email protected]>:
> On Fri, Jun 25, 2010 at 4:48 PM, djidjadji <[email protected]> wrote:
>>
>> Yes, but be aware of the TOS "Terms Of Service".
>> It is not allowed to have two or more apps working together as one to
>> increase the free quota up to 10GB storage and 65CPU hours.
>>
>> You have enough concurrent instances to do the job in one app.
>
> This something I will have to solve sooner or later. And all I've been able
> to find on this topic is this:
> "4.4. You may not develop multiple Applications to simulate or act as a
> single Application or otherwise access the Service in a manner intended to
> avoid incurring fees"
> Given that any application has its own free-quota one could say that
> whenever they communicate they "intend to avoid incurring fees".
> Is this discussed in more detail somewhere?
>
>> If Google detects this kind of traffic your apps are out.
>>
>> 2010/6/25 Jeff Schwartz <[email protected]>:
>> > I believe datastore entities are sandboxed to their respective
>> > applications
>> > for sercurity reasons. You can, however, use REST web services as an api
>> > between 2 or more applications.
>> >
>> > Jeff
>> >
>> > On Thu, Jun 24, 2010 at 3:50 PM, kstewart <[email protected]>
>> > wrote:
>> >>
>> >> With the Application Id as part of the Entity key, does this make it
>> >> impossible to share Entities between apps?  My main application will
>> >> be the user facing app and will own the Entities.  However, there will
>> >> be a large administration and reporting component which I would rather
>> >> not package in the same application for numerous reasons, but it needs
>> >> to interact with the same Entities.  Is this possible using the
>> >> Datastore?
>> >>
>> >> --
>> >> You received this message because you are subscribed to the Google
>> >> Groups
>> >> "Google App Engine" 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?hl=en.
>> >>
>> >
>> >
>> >
>> > --
>> > --
>> > Jeff
>> >
>> > --
>> > You received this message because you are subscribed to the Google
>> > Groups
>> > "Google App Engine" 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?hl=en.
>> >
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Google App Engine" 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?hl=en.
>>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" 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?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" 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?hl=en.

Reply via email to