Have you look at ValueProxy with RequestFactory ? http://code.google.com/webtoolkit/doc/latest/DevGuideRequestFactory.html#valueProxies Your proxyfied object doesn't need to implement Serializable.
Alexandre 2011/4/10 Phalgun Guduthur <[email protected]> > Can someone tell me which is best pratice to transfer DataTable (data > for visualization) with GWT RPC. Cause DataTable is not serializable, > and I have a lot of data. I want to use GWT RPC cause I use Java on > the server side. > > I know that just sending the raw data to the client and formatting > there can be done, but this is very slow and there should be a better > way to do this. > > Any help would be appreciated. > > -- > 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.
