A little early perhaps...bump! On Sep 24, 10:50 am, rvjcallanan <[email protected]> wrote: > Hi all, > > I have a requirement to place a thin "security" layer between the > Datastore and my App proper. I need to be able to lock down this layer > and prevent other coders from bypassing it and performing raw > Datastore operations directly. > > I am thinking about a dual App approach where one App is a wrapper for > its own datastore and the other App implements the main functionality > (persisting to the Datastore of the first App via a simple API). This > is obviously not ideal for a number of reasons which I won't go into. > > My question: Is there any way of achieving the same level of > modularisation within a single App? Python seems weak in that > respect. I am not familiar with the Java implementation of the GAE. > Does it fare any better? Are there any non-language mechanisms > available to help here? > > Note: I don't want to get into a separate debate about trust and > security. > > TIA
-- 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.
