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
Rife-users@uwyn.com
http://www.uwyn.com/mailman/listinfo/rife-users