1)jquery이용해 DB연결1-1) 간단한로그인폼1-2) 아이디중복버튼 기능 추가1-3) 아이디 리스트추출(자동완성)1-4) ajax를 이용해 XML문서분석1-5) JSON방식 이용한 조회 2) model2Study 프로젝트로 넘어가기2-1) ajaxController 및 select 구현 (태그선택시 txt파일의 모든 시를가져옴)2-2) 구군 , 동리 선택창 구현 (집에와서곰곰히생각해보니 떠오름 난이도높음) 1) jqeury이용해 DB와연결1-1) 간단한 로그인폼 ex08_login.html 아이디 : 비밀번호: (해당jar파일들이 있어야 실행가능함 WEB_INF/lib/에넣자) ex08_login.jspselect * from member where id=? and pass=?${param..