SpringMVC: What is the best strategy to display an Image?
May I know what is the best strategy to display an image (blob) from
database.
using Spring MVC.
Should I load all the image at once from db or create a controller method
to get the images individually?
Some tutorial link will be greatly appreciated.
No comments:
Post a Comment