i also thought that this discussion was also about dynamic images that are generated once (per session or what ever)
And then saved to the work dir so that they can be cached (both sides) as long as it is possible.


Or are we talking purely about static/fixed images in the jar of the component..?

johan


Eelco Hillenius wrote:

Because in the ideal case, you would have a servlet engine (Jetty, Tomcat, Resin, Websphere) for running Java code and serving the results and a webserver (Apache, IBM Http Server) for serving static content like images.

Eelco

Johan Compagner wrote:

Why should the server have direct access to it?
How do you think that currently static resources that are served by tomcat/resin or jetty? Through a servlet!
It is just a way that you set the right headers AND return the right date in the getLastModified() method of a servlet..for a specific request..




-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Wicket-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-develop





------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ Wicket-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-develop

Reply via email to