One other thing you might consider is using the native App Engine datastore, since it's already schemaless. You can even mix and match using the native API and JDO/JPA.
On Wed, Dec 16, 2009 at 1:30 AM, Bombay Goose <[email protected]> wrote: > Hello All, > > I am doing a feasibility study of whether we can develop our application on > appengine or not. > > Our application has a requirement where we have to create tables > dynamically, without restarting the application. > > Is that possible in Appengine? > > Datanucleus supports this through JDO, with some byte code instrumentation. > More info - > http://www.jpox.org/servlet/wiki/pages/viewpage.action?pageId=6619188 > > Is it possible through JPA? if yes, does appengine allow it? > if not, does Appengine allow Bytecode instrumentation so that we can > create classes dynamically according to the link above using JDO. > > Any help is greatly appreciated. > > Thanks, > > G > > -- > 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]<google-appengine-java%[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.
