JSP 5. Development Using Patterns 1. Why Use Patterns?Best Practice니까..재사용 하려고..의사소통을 위해..2. Introducting the J2EE Patterns Cataloghttp://java.sun.com/blueprints/corej2eepatterns/Patterns/index.htmlPresentation tier :: 데이터를 보여주는 것을 책임지는 계층Business tier :: 비즈니스 처리를 책임지는 계층Integration tier :: resource 계층과의 연결을 책임지는 계층 3. Looking at