[jsp16] - 회원가입 MVC
회원가입MVC 파일 세팅 작업 ☑ View ▪ jsp : WEB-INF/member_views/ 안에 jsp파일들 배치 ▪ css, html, imgs, js : WebContent > jsp16 폴더 안에 배치 ☑ Controller ▪ src > web.jsp16.controller 패키지 > new servlet > MemberController.java ☑ Model ▪ src > web.jsp16.model 패키지 > SuperBean, DAO, DTO, jsp 파일당 Bean 하나씩 만들기(Super Bean 구현 클래스) ☑ properties 파일 ☑ web.xml jsp&Bean 클래스들 수정 ☑ 경로 : css, imgs : /web/jsp16/... : webContent 아래 둔 소..