Web Appilcation Architecture


Web Appilcation Architecture

1. 사전내용 MVC Model : Model, View(JSP), Controller(Servlet) 를 분리해서 개발 Framework : Controller(Struts1,2, Webwork), Presentation(Tiles, SiteMesh, Velocity), Bussiness Logic(Spring), DataAccess(iBatis, Hibernate) Struts2 = Struts + Webwork 2. Struts2 (1) configuration : web.xml (declaration of struts2 filter), struts.xml (package(name, namespace, extends), action(name, method, class), result(name, type), interceptors(특정 액션과 상관없이 전처리 역할, name, class) (2) action : .action 이나 .do 형식의 확장자를 가진다. Method pa...



원문링크 : Web Appilcation Architecture