I'm working on a Java Enteprise web application that manages many image files.
I do not want to store the image files in a database.
Do I have to store the images on the filesystem? Is there an established framework for this purpose?
To access to images to save on filesystem for to optimize the performance that you give me advice?