I have a Spring MVC application, and one of the JSPs must show images coming from a database.
The images are stored in the DB as Blobs.
What is the easiest w
I have compiled some code here!
Please have a look and let me know if that fits your case. I think this should work.