Wednesday, May 26, 2010

Re: custom return objects from GWT servlets?

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 <sachin.dole@gmail.com> 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 google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
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 google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment