Hi,

My app allows users to upload images and I store them in JCR <http://en.wikipedia.org/wiki/Content_repository_API_for_Java>. I can get InputStream for each one of them. I want to display images in specific pages and I want image URLs to be stable/bookmarkable. Also I don't want these pages to use the session in any way. I checked again chapter 9 about images from Wicket In Action but such use case is not addressed there.

I found that SharedResources allows for stable URLs, but I cannot register each individual image.

What approach would you suggest?

Best regards,
Peter


Reply via email to