Hello,

I do not think a library can exist, rather a set of JSP pages or
servlets.
The operations you listed are exactly the operations provided by
the low-level datastore API.

But you forgot to mention also "dynamic search" operation, which is
not
directly provided by the API. So I created a GQL dynamic parser
and a sample data viewer which you can find here:
http://vaclavb.blogspot.com/2010/02/google-app-engine-data-viewer-gql-java.html

Vaclav


On Mar 24, 4:49 am, Trung <gwtdevelo...@gmail.com> wrote:
> Hi,
>
> Is there any lib for editing datastore? Similar to Datastore Viewer
> with some additional features.
>
> Editing means:
> + New entity: create a empty entity
> + Delete existing entity
> + Add a property to entity
> + Remove a property from entity
> + Change a property's value
>
> Thanks,

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