On 1/5/06, Sean Schofield <[EMAIL PROTECTED]> wrote:
Some code that meets the objectives I've outlined here has been checked in to Shale as well, and is part of the current nightly builds. Check out the javadocs for the "org.apache.shale.remoting " package[1]. In particular, for static resource serving, this code supports conditional GETs so the client browser can cache the resources it retrieves ... and that works across pages too, if they all share a common URL for the resource. This tends to dramatically reduce the penalty of using a single large resource (such as the kitchen sink version of DOJO).
Craig
There is also a Shale proposal{1] related to some of this.
Sean
[1] http://www.mail-archive.com/[email protected]/msg16683.html
Some code that meets the objectives I've outlined here has been checked in to Shale as well, and is part of the current nightly builds. Check out the javadocs for the "org.apache.shale.remoting " package[1]. In particular, for static resource serving, this code supports conditional GETs so the client browser can cache the resources it retrieves ... and that works across pages too, if they all share a common URL for the resource. This tends to dramatically reduce the penalty of using a single large resource (such as the kitchen sink version of DOJO).
Craig
[1] http://struts.apache.org/struts-shale/shale-core/apidocs/index.html?org/apache/shale/remoting/package-summary.html
