hi gang, I am new in jackrabbit and would like to write web (wicket) photo gallery. I am thinking about this structure:
data/pictures/gallery/original/ data/pictures/gallery/processed/1024x768/ data/pictures/gallery/processed/64x64/ ... I will uload folders with pictures via webdav to the "data/pictures/gallery/original/" and some save event listener process it and save folders and images to the "data/pictures/gallery/processed/" Is this right idea? Thanks.
