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 google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.


Reply via email to