-------------------답변폼 조회----------------------

시작 : show_content.jsp 답변링크 클릭. command : reply_form
Ctr : ReplyFormController.execute()
BoardService : getContentByNOForForm(int no) : BoardDTO
BoardDAO : selectContentByNO(int no) : BoardDTO
응답 : reply_form.jsp


---------------------------답변처리----------------- 

시작 : reply_form.jsp 답변버튼 클릭. command : reply_content
Ctr : ReplyContentController.execute()
BoardService : replyContent(BoardDTO)
BoardDAO : updateRestep(int refamily, int restep)
                  selectBoardNO()
                  insertContent()

응답 : show_content.jsp

 

-------------------답변폼 조회----------------------

시작 : show_content.jsp 답변링크 클릭. command : reply_form
Ctr : ReplyFormController.execute()
BoardService : getContentByNOForForm(int no) : BoardDTO
BoardDAO : selectContentByNO(int no) : BoardDTO
응답 : reply_form.jsp

 

 

 

 

 

 

 

 

 

 

* 결과보기

 

 

 

---------------------------답변처리----------------- 

시작 : reply_form.jsp 답변버튼 클릭. command : reply_content
Ctr : ReplyContentController.execute()
BoardService : replyContent(BoardDTO)
BoardDAO : updateRestep(int refamily, int restep)
                  selectBoardNO()
                  insertContent()

응답 : show_content.jsp

 

 

 

 

 

 

 

 

 

 

 

* 결과보기

 

 

 

 

 

Posted by 조은성
,