also.. please post back here if you succeed! Am also trying to implement the DTO but not sure how far i can do that :)
On Fri, Aug 20, 2010 at 12:22 AM, Tan Duy <[email protected]> wrote: > Thanks for your help, > I'm trying to read and test some demo. So, I realize something about > GWT-RPC. > Yeah, I will try to make a Data Transfer Object. > > On Aug 19, 11:12 pm, Arthur Kalmenson <[email protected]> wrote: > > GTW-RPC can only serialize objects that are emulated or new ones you > > create that implement Serializable. There are some solutions to get > > other stuff to serialize, but that's probably not what you want. If > > you make a Data Transfer Object (DTO) that only contains serializable > > fields, you'll be able to send it over the wire no problem. > > > > -- > > Arthur Kalmenson > > -- > 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. > > -- -Thanks -Srikanth.G -Google India Ltd -Hyderabad -- 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.
