Servlets

Links

    • Choose the Right Servlet Framework - Eh
    • Use Pre-Encoded Characters - OK
      • Avoid converting bytes to chars
    • Load Configuration Files from the Classpath - Good
    • Think of Sessions as a Local Cache - OK (But most web app devs should know it already)
    • Don't Use SingleThreadModel - Great
    • Pregenerate content offline and devlope a process to regenerate it when needed - OK
      • Anakia is an Jakarta tool listed.
    • Cache on the client (Implement getLastModified) - Good
    • Cache at the proxy (Set Expires header) - Good
    • Cache on the server - OK
    • … Or don't cache at all (The headers to set to completly disable caching) - Good
    • Use Content-Disposition to Send a File - Good
    • Hire a UI Designer - Good
 
servlets.txt · Last modified: 2007/07/10 14:19 (external edit)
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki