Skip JDO/JPA and use something like
http://code.google.com/p/objectify-appengine/ which uses *real* POJOs
for your domain objects.  They will transfer through GWT-RPC just
fine.

Jeff

On Fri, Dec 25, 2009 at 11:10 AM, GWTCurious <[email protected]> wrote:
> I have seen some messages mentioning that with gwt 2.0 it is possible
> now to transfer jdo domain objects on app engine / data nucleus to the
> client side using standard gwt-rpc mechanism. But I could not find any
> information regarding this in GWT documentation. So I would like to
> know whether this works fine for a production application without
> problems? and also if this is limited to JDO and does not support JPA
> or we could also use JPA app engine domain objects with gwt-rpc?
> I have been using GILEAD with JPA+ hibernate + MySQL for this and so
> far encountered no problems. Gilead site mentions that it now supports
> JPA + app engine but it cautions this feature is experimental and
> should not be used for production applications. Does anyone using it?
> Thanks!
>
> --
>
> You received this message because you are subscribed to the Google Groups 
> "Google Web Toolkit" 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-web-toolkit?hl=en.
>
>
>

--

You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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-web-toolkit?hl=en.


Reply via email to