google来的资料
1.JSP/Servlet应用程序优化八法(http://publish.it168.com/2005/1209/20051209002301.shtml?cChanNel=11&cpositioncode=297)
技术1:在HttpServletinit()方法中缓存数据
技术2:禁用servlet和Jsp的自动装载功能
技术3:控制HttpSession
技术4:使用gzip压缩
技术5:不要使用SingleThreadModel
技术6:使用线程池
技术7:选择正确的包括机制
技术8:在useBean动作中使用合适的范围
杂项技术
1) 避免字符串连接:
2) 避免使用System.out.println
3) ServletOutputStream与PrintWriter比较
2.初学者如何开发出一个高质量的J2EE系统(http://www.jdon.com/idea/j2eebasic.htm)
博客提供了google来的资料,包含JSP/Servlet应用程序优化八法,如在HttpServletinit()方法中缓存数据、禁用自动装载功能等,还提及杂项技术,如避免字符串连接等,此外给出初学者开发高质量J2EE系统的参考链接。
1544

被折叠的 条评论
为什么被折叠?



