Hi Vijay,

You certainly can use Protocol Buffers to persist your data. Unless
you have a well-defined need for the features of Protocol Buffers,
though, you probably just want to use JDO directly, since that allows
your data to be indexed, as opposed to treated as an opaque blob. The
documentation on how to use JDO with App Engine is here:
http://code.google.com/appengine/docs/java/datastore/usingjdo.html

-Nick Johnson

On Apr 21, 6:59 am, vijay <[email protected]> wrote:
> Hi All,I am working on a website(using GWT and appengine)  where I need to
> save some data to app engine datastore using JDO, for this as mentioned in
> tutorials<http://code.google.com/appengine/docs/java/gettingstarted/usingdatast...>I
> need to write a persistent class, I would like to know if I can use
> proto
> buff <http://code.google.com/apis/protocolbuffers/docs/overview.html> and Is
> there a way to make it persistent, I guess that will save me lot of time and
> code. Any suggestions??
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" 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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to