how to display a blob as an image
843838Apr 24 2006 — edited Apr 28 2007I am working on an application which stores images in a database as blobs. I need to extract these images and display them from a web page. How do I go about this using JSP or JSF?
Werner