I am kind of starter in gwt and will appreciate if some can help me.
The use case scenarios I am trying to implement require some http get
requests to some remote resources. I have attempted to implement it
using java.net.HttpURLConnection on server-side. Even though I am
pretty sure that urls are available and reachable (by checking with
wget for instance), I receive SocketTimeoutException whenever I try on
developer server.I also implemented a simple application using exactly
the same code that I have used in the server-side and it works
perfectly with the same problematic urls.
What am I missing?
Thanks,
koray
--
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