Presentation is loading. Please wait.

Presentation is loading. Please wait.

29강. MVC패턴을 이용한 게시판 만들기-III

Similar presentations


Presentation on theme: "29강. MVC패턴을 이용한 게시판 만들기-III"— Presentation transcript:

1 29강. MVC패턴을 이용한 게시판 만들기-III
글 목록 페이지 만들기 글 내용 보기 페이지 만들기 글 내용 수정 페이지 만들기 글 삭제 페이지 만들기 Lecturer Kim Myoung-Ho Nickname 블스

2 list.do 요청 BFrontController BListCommand BDao list.jsp
29-1. 글 목록 페이지 만들기 지난 시간에 이어서 (jsp_27_1_ex1_mvcboardex) 소스에 추가 하도록 합니다. list.do 요청 BFrontController BListCommand BDao 글 목록 로직 분기 DAO에 글 목록 생성 요청 DB작업 list.do list.jsp 리스트 화면

3 content_view.do BFrontController BContentCommand BDao content_view.jsp
29-2. 글 내용 보기 페이지 만들기 content_view.do BFrontController BContentCommand BDao 글 내용 보기 요청 글 내용 보기 로직 분기 DAO에 글 내용 보기 지시 DB작업 content_view.jsp 글 내용 보기 화면

4 content_view.jsp BFrontController BModifyCommand BDao list.jsp
29-3. 글 내용 수정 페이지 만들기 content_view.jsp BFrontController BModifyCommand BDao 글 내용 보기 화면 글쓰기 로직 분기 DAO에 글 수정 지시 DB작업 list.do list.jsp 리스트 화면

5 content_view.jsp BFrontController BDeleteCommand BDao list.jsp
29-4. 글 삭제 페이지 만들기 content_view.jsp BFrontController BDeleteCommand BDao 글 내용 보기 화면 글 삭제 로직 분기 DAO에 글 삭제 지시 DB작업 list.do list.jsp 리스트 화면


Download ppt "29강. MVC패턴을 이용한 게시판 만들기-III"

Similar presentations


Ads by Google