BLOB « Struts « JPA Q&A





1. How to send a file from a MySQL BLOB as download to the enduser?    stackoverflow.com

How can I send a file as download to the enduser? I have implemented a form submission of a page with a column of data as session of the DB. This ...

2. I try to retrieve blob data from db and export it as a file, but the blob object is always lost passing it from ejb tier to action tier    stackoverflow.com

I have a blob field in the db. i am using hibernate to extract the data to an entity object, when the data is passed into the dao tier, the blob is ...