Friday, September 28, 2012

GWT 2.3 client side

we are upgrading from gwt1.2 to gwt2.3. In earlier version we modified
the client side code which was dealing with POST request so that it
can integrate with vignette portal i.e. asyncPostImpl() method in
HTTPRequestImpl.java..

but on gwt2.3, that implementation is no more.. i tried modifying in
doSend() method in RequestBuilder and seems it is still not modifying.
i was also looking into XMLHTTPRequest.java but no luck..

Can anyone please help me pointing the equivalent class of
HTTPRequestImpl in gwt 2.3 where request and response pass thru so
that i can try modifying the code to make it working ?

Thanks DK

--
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