Hi, there currently is no Java specific bulk loader. However, the Phyton bulk loader can be used to upload/download data and accessing any persistent entities from within a GAE/Java application is no problem.
The official documentation is quite good: http://code.google.com/intl/fr/appengine/docs/python/tools/uploadingdata.html I have no problems using the bulk loader against the GAE server. For local development, I have an issue (see thread http://code.google.com/intl/fr/appengine/docs/python/tools/uploadingdata.html for details). Hope that helps. Regards, J. On 19 juin, 09:32, MANISH DHIMAN <[email protected]> wrote: > Hello Everybody, > > Does anybody have some short of document or link regarding bulk > loader. > Please provide me sample code for the same (if possible). -- 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.
