RE: mountSharedResource() on huge amount of images

2011-03-17 Thread Ladislav DANKO
-Original Message- From: Bas Gooren [mailto:b...@iswd.nl] Sent: Tuesday, March 15, 2011 7:10 PM To: users@wicket.apache.org Subject: Re: mountSharedResource() on huge amount of images Now you're talking about rendering them, which is a different topic than mounting a resource

RE: mountSharedResource() on huge amount of images

2011-03-17 Thread Ladislav DANKO
-Original Message- From: mzem...@osc.state.ny.us [mailto:mzem...@osc.state.ny.us] Sent: Tuesday, March 15, 2011 7:28 PM To: users@wicket.apache.org Subject: Re: mountSharedResource() on huge amount of images No offense Bas but that seems like a major hassle, especially

RE: mountSharedResource() on huge amount of images

2011-03-15 Thread Ladislav DANKO
To: users@wicket.apache.org Subject: Re: mountSharedResource() on huge amount of images The general idea is to mount a single handler, which takes the filename from the url. There is no reason to mount all images by such a handler one-by-one. Bas Op 10-3-2011 23:01, Ladislav DANKO

RE: mountSharedResource() on huge amount of images

2011-03-15 Thread MZemeck
: Ladislav DANKO em...@1ac0.net To: users@wicket.apache.org Date: 03/15/2011 01:01 PM Subject:RE: mountSharedResource() on huge amount of images Imagine this situation: users have accounts on photo album where they upload images. System from uploaded images create thumbnails. Users

Re: mountSharedResource() on huge amount of images

2011-03-15 Thread Bas Gooren
to do it better way? Thanks, Laco -Original Message- From: Bas Gooren [mailto:b...@iswd.nl] Sent: Thursday, March 10, 2011 11:32 PM To: users@wicket.apache.org Subject: Re: mountSharedResource() on huge amount of images The general idea is to mount a single handler, which takes

Re: mountSharedResource() on huge amount of images

2011-03-15 Thread MZemeck
images in one photoalbum. Or -how to do it better way? Thanks, Laco -Original Message- From: Bas Gooren [mailto:b...@iswd.nl] Sent: Thursday, March 10, 2011 11:32 PM To: users@wicket.apache.org Subject: Re: mountSharedResource() on huge amount of images The general idea

Re: mountSharedResource() on huge amount of images

2011-03-15 Thread Bas Gooren
To: users@wicket.apache.org Date: 03/15/2011 02:10 PM Subject:Re: mountSharedResource() on huge amount of images Now you're talking about rendering them, which is a different topic than mounting a resource which serves said images. You'll only need to mount a single shared resource which

Re: mountSharedResource() on huge amount of images

2011-03-10 Thread Bas Gooren
The general idea is to mount a single handler, which takes the filename from the url. There is no reason to mount all images by such a handler one-by-one. Bas Op 10-3-2011 23:01, Ladislav DANKO schreef: Hi all, what is the recommended way to mount huge amount of an images (thousands) in app?