You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attached is a draft of a servlet implementation that can handle image
resizing. It is working but I'm still working on a caching mechanism that
would prevent the recreation of the thumbnails
I've used the latest svn version
Original issue reported on code.google.com by [email protected] on 16 Mar 2010 at 2:26
I think the servlet is a little outside the scope of the project. However I'm
sure that
your servlet will be appreciated by the users of the library, so maybe I'll
create an zip
file with example usage.
I must say that I was impressed with your work. I think you have a very clear
way of
writing source code.
For the caching part, I suggest that you take a look at EHCache (or the JSR107
JCACHE API).
Thanks, You can use the code provided as you wish!
By the way, I was looking at a JSR107 based solution witch could fall back to a
simple
disk persistence based cache in case of no jsr107 implementation.
I think it becomes a little bit bigger than a simple java file implementing a
Servlet
:-)
Thanks again :-)
I think I'll add the servlet you created pretty much as it is, and then point
out that it
must add some kind of cache mechanism to be useful in a production environment.
Adding a cache is absolutely required, but it also spoils the simplicity of the
servlet.
I'll add the servlet in the next release. Maybe in it's own file.
Original issue reported on code.google.com by
[email protected]
on 16 Mar 2010 at 2:26Attachments:
The text was updated successfully, but these errors were encountered: