I'm new to Java, so this is probably a really newbie question, but
anyway:

I'm trying to use the flXHR library in one of my GWT projects (it's a
Flash/Javascript solution for cross-domain XMLHttpRequests).  The
library basically provides a version of XMLHttpRequest that is able to
make cross-domain requests.  So all I need to do is get GWT to use the
flXHR() object instead of XMLHttpRequest().  The problem is that
RequestBuilder uses a private, final variable to store the instance of
HttpRequestImpl (which is a JavaScriptObject for an XMLHttpRequest),
and I can't figure out how to make a RequestBuilder class that uses my
custom implementation of HttpRequest instead.  Any thoughts, or am I
going to have to patch/compile the GWT JARs myself?

--~--~---------~--~----~------------~-------~--~----~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to