Hi Katya,

RequestFactory creates concrete instances of your entity types on the client
using GWT AutoBeans, so it's not possible to use your own entity classes on
the client, only interfaces. Because RF instantiates the concrete classes,
it is able to track changes to entities and send only deltas to the server.

FYI, work is progressing on support for JSR 303 bean validation on the
client. See http://code.google.com/p/google-web-toolkit/wiki/BeanValidation

/dmc

On Fri, Mar 4, 2011 at 12:36 PM, Katya <[email protected]> wrote:

> Hi!
>
> Whether it is possible to create fat client while using
> RequestFactory?
> It would be great if it is possible to have some class on the client
> side, which implements the EntityProxy interface from shared folder.
> So it could have some logic to perform on client side like validation,
> etc.
> I tried this idea but did not succeed in it. Maybe I missed something?
>
> 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.
>
>


-- 
David Chandler
Developer Programs Engineer, Google Web Toolkit
w: http://code.google.com/
b: http://googlewebtoolkit.blogspot.com/
t: @googledevtools

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