Servlet Best Practices, Part 1, Part 2, Part 3 from “Java Enterprise Best Practices”
“There’s no need to dynamically regenerate content that doesn’t change between requests.” — so true! I’ve developed way too many sites that don’t go one step further to generating flat static content. Great point. Anyone have a great tool to do that? Maybe wget could fit in here?