Reputation: 119
I want to build multi tenant application. I build application with gwt. my server side run on google app engine and my data base is jdo datanucleus if possible to create data base per tenant? if yes how I can do this? if is not possible how i can build multi tenant application? sorry on my english thank you
Upvotes: 0
Views: 201
Reputation: 84
Didn't try this myself but I sugges to look here: https://developers.google.com/appengine/docs/java/multitenancy/ for the recommended way of multi-tenancy by Google on AppEngine.
Upvotes: 1