You mean declare your own serializable class and return it from a GWT RPC call? Yes, you can do that. What makes you think you can't?
On Mon, May 24, 2010 at 5:01 PM, doles <[email protected]> wrote: > Hello All, > > So is there no way to return a custom object from a GWT servlet other > than classes included in the GWT JRE emulation module? I am totally > cool with that, but I am finding it hard to swallow that no one has > needed that type of thing before. Again, this limitation does make > sense because of the need to compile from a typed java language to a > typeless javascript language... I am curious thats all. > > Thanks! > Doles > > -- > 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.
