I believe that a fairly flat structure is not the most efficient for jackrabbit. Maybe use dates (month/year) or some other grouping to further build the tree?
-mike > -----Original Message----- > From: danisevsky [mailto:[email protected]] > Sent: Wednesday, April 21, 2010 11:50 AM > To: [email protected] > Subject: novice question - photo gallery > > 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.
