user2320349
user2320349

Reputation: 119

build multi tenant application with jdo google app engine

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

Answers (1)

ruggi
ruggi

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

Related Questions