What should I look for if I want a simplistic system for avoiding trips to the DB for pages that are only built upon and between changes are 100% similar? Is there a cache framework I should look into or could I use something even simpler? After all, most pages only occasionally have true dynamic needs. I suppose I'm looking for something like a publishing system, only much much simpler, especially on how much resources (and coding) it would need.
It would be nice if it would easily integrate with Tomcat 3, 4 or 5 (any version will do for now, but I'm currently using 3.2.4 on Mac OS X Server 10.2.6), Apache 1.3 and later the WebWork 1 or 2 frameworks. But basically I'm just looking for starting points for research. I know I can separate to have Apache serve static pages not ending with .jsp, but if my structure and links points to .jsp files, then I need some kind of mechanism to check whether the cache can be used instead of building the page a new. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
