Apache Tomcat User Guide - 3.1) Introduction

이 문서는 아키텍쳐를 논의하거나 ... 개발 툴에 대한 것을 깊이있게 다루지는 않는다.
여기서는 텍스트 에디터, 커맨드 라인 툴을 사용한다.

http://java.sun.com/products/jsp/
JavaServer Pages (JSP) Specification, Version 2.0.
Specific information on scripting (Chapter 6)
tag extensions (Chapter 7)
packaging JSP pages (Appendix A)

http://java.sun.com/products/servlet/download.html
Servlet API Specification, Version 3.0.
web application directory structure and deployment file (Chapter 9)
methods of mapping request URIs to servlets (Chapter 11)
container managed security (Chapter 12)
syntax of the web.xml Web Application Deployment Descriptor (Chapter 13)

http://java.sun.com/j2ee/blueprints/
Sun BluePrints (tm) Design Guidelines for J2EE.
servlet and JSP design 장은 J2EE 환경이 아니더라도 유용한 내용을 담고 있다.