> i'm confused.. which plug-in again should i use?? looking at the excel
> plugin doc, it only tells how to get data from java objects to excel..
> but i cant find how to get data from excel so that i can persist it to
> the datastore.

The datanucleus-excel plugin supports persistence/retrieval from Excel
(just like the datanucleus-google plugin supports persistence/
retrieval for Google BigTable). You use the JDO API as normal but with
a PMF for that Excel "datastore" and retrieve your objects, and detach
them. You then persist those detached objects to the PMF for the
Google "datastore". Easy
--~--~---------~--~----~------------~-------~--~----~
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-java@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