Re: Displaying a PDF in a GWT application using a servlet (or not)

2012-03-20 Thread Santosh kumar
Why do you want to store invoice info in the blob store ? Invoice data is not meant to be fixed, I mean client might update it at any time, again its over head you to go and update it in the blod store. Try this http://pdfjet.com/ I suggest you to develop your own servlet, let this servlet do use

Re: Displaying a PDF in a GWT application using a servlet (or not)

2012-03-15 Thread karim duran
Hi Philroc1, I suggest you to developp your own servlet to do that. PDF in a blob is a good solution ( no need to fill the filesystem ). Put the SubscriberInformation object in session, so your servlet can find it, and serve the PDF. I met a similar problem, and it's how i did. Regards. Karim D