jsp-basic JSP - Model1 , Model2 그리고 Spring MVC패턴이란 프로젝트를 JSP( Controller + View ) 와 Java Bean( Model ) 로 구성 즉, 로직( Controller ) 과 화면( View )가 통합되어 있다는 말 클라이언트가 웹 브라우져를 통해서 hello.jsp 파일 요청 웹 서버가 요청을 받아서 hello.jsp에 대한 요청을 servlet(JSP) Container로 전달 servlet controller 쪽에서 일... jsp-basicjsp-basic
JSP - Model1 , Model2 그리고 Spring MVC패턴이란 프로젝트를 JSP( Controller + View ) 와 Java Bean( Model ) 로 구성 즉, 로직( Controller ) 과 화면( View )가 통합되어 있다는 말 클라이언트가 웹 브라우져를 통해서 hello.jsp 파일 요청 웹 서버가 요청을 받아서 hello.jsp에 대한 요청을 servlet(JSP) Container로 전달 servlet controller 쪽에서 일... jsp-basicjsp-basic