Re: Caching Imagages, CSS, JS in Wicket 1.5.3

2011-11-30 Thread chris.schaefer
another thing i did not mention is, that in this applicaiton the images and js and css files are stored in the webapp/images folder and not in the classpath packages ! is it intended / required to store all images within java packages ? chris -- View this message in context: http://apach

Re: Caching Imagages, CSS, JS in Wicket 1.5.3

2011-11-30 Thread chris.schaefer
thanks for this answer. in the pub example this seems to work, and we also see the Cache-control headers. but we do not need and have language specific resouces (so far). a. can you tell me how we should change the image construction for our initialization code which currently looks like this:

Re: Caching Imagages, CSS, JS in Wicket 1.5.3

2011-11-30 Thread chris.schaefer
yes we also tested with the default strategy, it does not change anything. and yes we reviews the link about caching already. no we have not found any working example for wicket 1.5. and caching, but reviewed most of the samples and git sources i think. which example would be the working one ?

Caching Imagages, CSS, JS in Wicket 1.5.3

2011-11-30 Thread chris.schaefer
we are new to wicket, and currently trying to optimize and performance tune our wicket application. using 1.5.3. we tried to get the caching configuration up and running. red this: https://cwiki.apache.org/WICKET/migration-to-wicket-15.html#MigrationtoWicket1.5-inIResourceSettingsmethodsetAddLas