image « Filter « JSP-Servlet Q&A





1. Separate project for only images - need refactoring?    stackoverflow.com

I have webapp project (tomcat + jsp + spring) I want all images move to different project. It'll give me possible to change images by redeploy only one war. The biggest problem ...

2. Java Servlet framework that does things like rencoding images to preferred format etc    stackoverflow.com

Are there any frameworks/libraries that provide servlets/filters etc that handle reencoding on the fly of images.

  • interpret the accept headers and output the file, reencoding into the new format if necessary by ...