RE: Compressing and Caching in your webapps
Jayson Falkner writes about two Filters everyone should have in their webapps: one for compression (via gzip) and one for caching. I try to add a CompressionFilter to all the apps I write, but I don't have a CacheFilter. So my question is: should I add Jayson's CacheFilter to AppFuse or should I use OSCache? I haven't got to Dave's chapter yet on performance and caching (in JSP 2.0), so I haven't read his opinion - what's your opinion? I like Jayson's solution because I can add 3 new classses with no additional JARs - AppFuse already has 21 jars (Struts, Hibernate, JSTL + a few other taglibs).
Posted by Vic on November 21, 2003 at 07:37 PM MST #
Posted by Lance on November 21, 2003 at 08:25 PM MST #
Posted by Vincent on November 24, 2003 at 06:46 AM MST #
Posted by Vincent on November 24, 2003 at 07:23 AM MST #