Hi Keith,

I don't really see the need to add specific support for this in the site structure. You can easily handle this with behavioral inheritance ("inherits" attribute).

Best regards,

Geert

On 3-dec-05, at 19:25, Keith Lea wrote:

I wonder if there's anything built into rife to allow the browser to better cache some data, and support for if-modified-since. if there's nothing special for it, I imagine there could be a new item on <element> like:

<element implementation="x.y.MyElement " check="x.y.MyElementChecker"> and MyElementChecker implements some interface:

interface Checker {
long getLastUpdated(ElementContext ctx);
}

There would be performance problems because most checkers would probably fetch the same data from the DB that the element itself would. I wonder if anyone else has ideas for this.
_______________________________________________
Rife-users mailing list
[email protected]
http://www.uwyn.com/mailman/listinfo/rife-users


--
Geert Bevin                       Uwyn bvba
"Use what you need"               Avenue de Scailmont 34
http://www.uwyn.com               7170 Manage, Belgium
gbevin[remove] at uwyn dot com    Tel +32 64 84 80 03

PGP Fingerprint : 4E21 6399 CD9E A384 6619  719A C8F4 D40D 309F D6A9
Public PGP key  : available at servers pgp.mit.edu, wwwkeys.pgp.net


_______________________________________________
Rife-users mailing list
[email protected]
http://www.uwyn.com/mailman/listinfo/rife-users

Reply via email to