Wednesday, May 28, 2014

Access OutputStream of HttpServlet within GWT Client

Hi,

we have the following scenario:

We want to show an html output from our reporting framework within the gwt client.
We have access to this generated html content via an HttpServlet that writes its output to
HttpServletResponse.getOutputStream()

We already had a look at RequestBuilder. But the response does not look like the one from the HttpServlet.

Is there any chance to access data from a HttpServlet response in GWT?

Regards
Ben

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment