On Thu, Jun 28, 2007 at 09:16:13AM -0700, Igor Vaynberg wrote: > On 6/28/07, Huergo Perez <[EMAIL PROTECTED]> wrote: > > One possible solution would be to move the static resources away from my > JAR file directly into the WAR (as most Java web MVC apps usually have), > however I would not like to take this approach -- Wicket is a component > framework after all and I want my resources packaged together with my > components in a JAR file. > > not sure if there is a clean and simple way to do this. what i would do is > subclass the spring filter delegate and manually filter the urls that > contain /resources/ url fragment. >
One thing you can try is to put a caching web server in front of your app server and have it cache your images. Then most of the image requests will never even hit your app server. jk ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Wicket-user mailing list Wicket-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user