Reputation: 86015
GAE recommends using JDO/JPA. But I have serious question about using OODB like them. JDO based on user's class structure. And data structure should be modified continually as service advances. So,
Major point is "How JDO/GAE/BigTable applies modification of application level structure(class/attributes) into existing data on DB?".
Upvotes: 4
Views: 149
Reputation: 52330
Take a look at Updating Your Model's Schema.
Upvotes: 1