I developed a set of open source tools to access the appengine datastore
remotely. The project is hosted on http://aejtools.googlecode.com.

AEJTools provide a server module which can be installed on appengine as a
seperate java web application and can be used to access your original
application data remotely. The server module has an Rest style Xml interface
to access the data. It also provides a client command line tool that works
as the mysql command line client and you can access your data remotely using
it. The client module implements low level interfaces such as
DatastoreService and PreparedQuery etc. and calls made to these
implementations actually performs operation on the remote server. The client
module makes use of a Groovy interactive shell which you can use to make
some calls.

Even though this project is still in early stages (There isn't any
documentation right now, just a video tutorial), it is already very useful.
You can use it as a tool to run queries on your data remotely, use it as a
data import/export tool etc. Any feedback is appreciated. I uploaded a
tutorial on YouTube about aejtools, you can check it to understand what it
actually does..

http://www.youtube.com/watch?v=sfd4i7FzozM

http://www.youtube.com/watch?v=3_aIAjeQ4Ho

http://www.youtube.com/watch?v=B-QvidgpTGo

Erdinc

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to