1. Smart GWT Version 3.0
2. Browser: IE 9
3 Server Side: Spring 3.x & HIbernate
Inquiry:
In our project, we use a servlet to show PDF(we use Itext to generate PDF Document) ..We have issues of 'overlapping content' once in a while as this is not thread safe ... Leaving all that aside.. we are trying to figure out a way to have the pdf all with in the app in sepeparte window.
All of our AJAXcalls uses GWT-RPC machanism to get the server side information.
With out many changes, we could get the get Document(content )back to the UI... Basically, we have Byte Stream here available..
My question here is : Is there a way that we can write/flush this byte stream onto layout/widget/window ?
2. Browser: IE 9
3 Server Side: Spring 3.x & HIbernate
Inquiry:
In our project, we use a servlet to show PDF(we use Itext to generate PDF Document) ..We have issues of 'overlapping content' once in a while as this is not thread safe ... Leaving all that aside.. we are trying to figure out a way to have the pdf all with in the app in sepeparte window.
All of our AJAXcalls uses GWT-RPC machanism to get the server side information.
With out many changes, we could get the get Document(content )back to the UI... Basically, we have Byte Stream here available..
My question here is : Is there a way that we can write/flush this byte stream onto layout/widget/window ?