You can't use two different datastores, but you can use multitenancy: http://code.google.com/appengine/docs/java/multitenancy/overview.html
On Fri, Feb 11, 2011 at 9:02 AM, dudu <[email protected]> wrote: > Is it possible? If i configure two persistence providers in > persistence.xml? > I need to separte my data per software component. > > -- > 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. > -- 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.
