Hi.

GWT is not directly related to the GAE datastore, but I assume you
mean that you want to be able to pass entities between client and
server.
This can be done both with JDO and detachable entities, or you should
have a look at the objectify framework that wraps the low level api.

JDO stuff: http://code.google.com/appengine/docs/java/datastore/
Objectify: http://code.google.com/p/objectify-appengine/

On Feb 12, 1:31 pm, vbjain <webash...@gmail.com> wrote:
> Can anyone provides me the well understandable example of use of low
> level API with GWT 2.0.1?
>
> I have one grid in which there will be three columns and 2 rows.
> Coulmns : Field Name, Field Type, Field Type
> Row1: Id, String, 100
> Row2: fName, int, 10
>
> I want to pass this values to datastore and fetch it whenever
> required. I am using low level apis to do this thing.
>
> Anyone have comment on this?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to