> From the article, if i have an appengine > application and want to run db2. i would need to modify the project to > use datanucleus api directly rather than GAE api.
No idea what is "datanucleus API" and "GAE API". The API is JDO; its a standard. You change *nothing* in your code. You simply change 1. connection properties (to point to your DB) 2. where it is deployed (onto your own server) as demonstrated in those links --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
