Great, but how you make the SAME Java code (that runs both on the
client and the server) share the SAME object (not 2 objects like Obj1
and Obj1Proxy)?

On Aug 4, 11:34 am, Ben Munge <[email protected]> wrote:
> You create a Proxy object on the client for your corresponding server
> object.
>
> http://code.google.com/webtoolkit/doc/latest/DevGuideRequestFactory.html
>
> On Aug 4, 5:46 am, br22 <[email protected]> wrote:
>
> > Sometimes you want the same Java code to run on the client and server.
> > With RPC it is easy to share the same object, what is the best way to
> > do this with RF?
> > Thank You.

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