so after taking a look at the idea behind the requestFactory and using
Service Objects instead of mapping directly to a domain object there will be
a RequestFactoryServletHelper  on the server side that will decide if it
should go to a Domain Object or an actual Service object based on a client
side annotation of @Service(Foo.class) or another annotation for a Domain
Object. Am I understanding that correctly and if so has this been
implemented yet in GWT 2.1 trunk ?

On Fri, Aug 13, 2010 at 12:53 PM, Thomas Broyer <[email protected]> wrote:

>
> On 13 août, 18:07, tc <[email protected]> wrote:
> > How does the new RequestFactory work with with actual Service Objects
> > on the server.  Not everything is a simple CRUD operation and you
> > definitely do not want to through everything into the entity object.
> > Does RequestFactory work with service objects?  If so can someone show
> > a quick example on how that works with DTO concept and such?
>
> The design doc is here
> https://wave.google.com/wave/waveref/googlewave.com/w+WU4iAICkI
>
> --
> 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]<google-web-toolkit%[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