• LF몰 이벤트
  • 파일시티 이벤트
  • 서울좀비 이벤트
  • 탑툰 이벤트
  • 닥터피엘 이벤트
  • 아이템베이 이벤트
  • 아이템매니아 이벤트

스프링(Spring) 및 JSP 기반의 웹 페이지 프로젝트 구현

*현*
개인인증판매자스토어
최초 등록일
2015.12.07
최종 저작일
2015.06
파일확장자 압축파일
가격 20,000원 할인쿠폰받기
다운로드
장바구니

소개글

1) S/W Framework 수업 때 만든 과제입니다.
Spring Framework 와 JSP 및 Maven 빌드를 사용하여 만든 웹 프로젝트 과제입니다.
'잡플래닛'을 벤치마킹한 기업비교사이트이며
원본 소스 및 퍼블리싱, 기획서, DB Script, ERD를 포함하고 있습니다.

2) 컴파일 실행환경
에서 세팅하여 실행해주셔야 합니다.

※ 많은 노력과 열정을 쏟아부어 만든 과제입니다.
과제 완성도도 높고 실제 오픈할 사이트를 만든다는 생각으로 개발했습니다.
강의를 해주셨던 분이 빅데이터, 클라우드 기업의 CEO 셨는데
바로 A+ 확정해주시고 운영하시는 기업에서 채용제의도 받았습니다.
그만큼 과제에 대한 퀄리티를 보장합니다.

컴파일 실행환경

Java 1.7x 이상 , Tomcat 7.X 이상, MySQL 5.5 이상, Maven 3.x 이상, Eclipse Juno 이상

본문내용

1) 프로젝트 전체 소스
2) 이미지
3) 기획서
4) 퍼블리싱 자료
5) DB 스크립트 및 ERD

압축파일 내 파일목록

screenshot/change_info.png
screenshot/company_info.png
screenshot/company_review.png
screenshot/main.png
screenshot/main2.png
screenshot/member_manager.png
screenshot/search.png
source/20150619_honeyplanet/honeyplanet/.classpath
source/20150619_honeyplanet/honeyplanet/.project
source/20150619_honeyplanet/honeyplanet/.settings/org.eclipse.core.resources.prefs
source/20150619_honeyplanet/honeyplanet/.settings/org.eclipse.jdt.core.prefs
source/20150619_honeyplanet/honeyplanet/.settings/org.eclipse.m2e.core.prefs
source/20150619_honeyplanet/honeyplanet/.settings/org.eclipse.wst.common.component
source/20150619_honeyplanet/honeyplanet/.settings/org.eclipse.wst.common.project.facet.core.xml
source/20150619_honeyplanet/honeyplanet/.settings/org.eclipse.wst.validation.prefs
source/20150619_honeyplanet/honeyplanet/.settings/org.springframework.ide.eclipse.beans.core.prefs
source/20150619_honeyplanet/honeyplanet/.settings/org.springframework.ide.eclipse.core.prefs
source/20150619_honeyplanet/honeyplanet/.springBeans
source/20150619_honeyplanet/honeyplanet/pom.xml
source/20150619_honeyplanet/honeyplanet/src/main/java/honeyplanet/common/dao/AbstractDAO.java
source/20150619_honeyplanet/honeyplanet/src/main/java/honeyplanet/common/logger/LoggerInterceptor.java
source/20150619_honeyplanet/honeyplanet/src/main/java/honeyplanet/common/util/PagingMo.java
source/20150619_honeyplanet/honeyplanet/src/main/java/honeyplanet/corp/controller/CorpController.java
source/20150619_honeyplanet/honeyplanet/src/main/java/honeyplanet/corp/dao/CorpDAO.java
source/20150619_honeyplanet/honeyplanet/src/main/java/honeyplanet/corp/service/CorpService.java
source/20150619_honeyplanet/honeyplanet/src/main/java/honeyplanet/corp/service/CorpServiceImpl.java
source/20150619_honeyplanet/honeyplanet/src/main/java/honeyplanet/main/controller/JoinController.java
source/20150619_honeyplanet/honeyplanet/src/main/java/honeyplanet/main/controller/LoginController.java
source/20150619_honeyplanet/honeyplanet/src/main/java/honeyplanet/main/controller/ManagementController.java
source/20150619_honeyplanet/honeyplanet/src/main/java/honeyplanet/main/dao/JoinDAO.java
source/20150619_honeyplanet/honeyplanet/src/main/java/honeyplanet/main/dao/LoginDAO.java
source/20150619_honeyplanet/honeyplanet/src/main/java/honeyplanet/main/dao/ManagementDAO.java
source/20150619_honeyplanet/honeyplanet/src/main/java/honeyplanet/main/service/JoinService.java
source/20150619_honeyplanet/honeyplanet/src/main/java/honeyplanet/main/service/JoinServiceImpl.java
source/20150619_honeyplanet/honeyplanet/src/main/java/honeyplanet/main/service/LoginService.java
source/20150619_honeyplanet/honeyplanet/src/main/java/honeyplanet/main/service/LoginServiceImpl.java
source/20150619_honeyplanet/honeyplanet/src/main/java/honeyplanet/main/service/ManagementService.java
source/20150619_honeyplanet/honeyplanet/src/main/java/honeyplanet/main/service/ManagementServiceImpl.java
source/20150619_honeyplanet/honeyplanet/src/main/resources/config/spring/context-datasource.xml
source/20150619_honeyplanet/honeyplanet/src/main/resources/config/spring/context-mapper.xml
source/20150619_honeyplanet/honeyplanet/src/main/resources/log4j.xml
source/20150619_honeyplanet/honeyplanet/src/main/resources/mapper/common/Common_SQL.xml
source/20150619_honeyplanet/honeyplanet/src/main/resources/mapper/corp/Corp_SQL.xml
source/20150619_honeyplanet/honeyplanet/src/main/resources/mapper/join/Join_SQL.xml
source/20150619_honeyplanet/honeyplanet/src/main/resources/mapper/login/Login_SQL.xml
source/20150619_honeyplanet/honeyplanet/src/main/resources/mapper/management/management_SQL.xml
source/20150619_honeyplanet/honeyplanet/src/main/webapp/index.jsp
source/20150619_honeyplanet/honeyplanet/src/main/webapp/web/css/common/common.css
source/20150619_honeyplanet/honeyplanet/src/main/webapp/web/css/common/corp/corp.css
source/20150619_honeyplanet/honeyplanet/src/main/webapp/web/css/common/corp/corpDetail.css
source/20150619_honeyplanet/honeyplanet/src/main/webapp/web/css/common/corp/corpReview.css
source/20150619_honeyplanet/honeyplanet/src/main/webapp/web/css/common/join/join.css
source/20150619_honeyplanet/honeyplanet/src/main/webapp/web/css/common/login/login.css
source/20150619_honeyplanet/honeyplanet/src/main/webapp/web/css/common/management/management.css
source/20150619_honeyplanet/honeyplanet/src/main/webapp/web/css/common/template/footer.css
source/20150619_honeyplanet/honeyplanet/src/main/webapp/web/css/common/template/header.css
source/20150619_honeyplanet/honeyplanet/src/main/webapp/web/img/common/btn_rev_remove.png
source/20150619_honeyplanet/honeyplanet/src/main/webapp/web/img/common/honeyplanet_logo.png
source/20150619_honeyplanet/honeyplanet/src/main/webapp/web/img/common/ico_star.gif
source/20150619_honeyplanet/honeyplanet/src/main/webapp/web/img/common/ico_star_empty.gif
source/20150619_honeyplanet/honeyplanet/src/main/webapp/web/img/common/kpu_logo.png
source/20150619_honeyplanet/honeyplanet/src/main/webapp/web/img/common/main_logo.png
source/20150619_honeyplanet/honeyplanet/src/main/webapp/web/img/corp/default_logo.png
source/20150619_honeyplanet/honeyplanet/src/main/webapp/web/img/corp/thumb_ahnlab.png
source/20150619_honeyplanet/honeyplanet/src/main/webapp/web/img/corp/thumb_commerceplanet.png
source/20150619_honeyplanet/honeyplanet/src/main/webapp/web/img/corp/thumb_coupang.png
source/20150619_honeyplanet/honeyplanet/src/main/webapp/web/img/corp/thumb_daum.png
source/20150619_honeyplanet/honeyplanet/src/main/webapp/web/img/corp/thumb_daumkakao.png
source/20150619_honeyplanet/honeyplanet/src/main/webapp/web/img/corp/thumb_ebaykorea.png
source/20150619_honeyplanet/honeyplanet/src/main/webapp/web/img/corp/thumb_googlekorea.png
source/20150619_honeyplanet/honeyplanet/src/main/webapp/web/img/corp/thumb_ibmkorea.png
source/20150619_honeyplanet/honeyplanet/src/main/webapp/web/img/corp/thumb_infosec.png
source/20150619_honeyplanet/honeyplanet/src/main/webapp/web/img/corp/thumb_kt.png
source/20150619_honeyplanet/honeyplanet/src/main/webapp/web/img/corp/thumb_lgcns.png
source/20150619_honeyplanet/honeyplanet/src/main/webapp/web/img/corp/thumb_lgelec.png
source/20150619_honeyplanet/honeyplanet/src/main/webapp/web/img/corp/thumb_lguplus.png
source/20150619_honeyplanet/honeyplanet/src/main/webapp/web/img/corp/thumb_lssanjeon.png
source/20150619_honeyplanet/honeyplanet/src/main/webapp/web/img/corp/thumb_naver.png
source/20150619_honeyplanet/honeyplanet/src/main/webapp/web/img/corp/thumb_ncsoft.png
source/20150619_honeyplanet/honeyplanet/src/main/webapp/web/img/corp/thumb_nexonkorea.png
source/20150619_honeyplanet/honeyplanet/src/main/webapp/web/img/corp/thumb_samsungelec.png
source/20150619_honeyplanet/honeyplanet/src/main/webapp/web/img/corp/thumb_samsungsds.png
source/20150619_honeyplanet/honeyplanet/src/main/webapp/web/img/corp/thumb_saramin.png
source/20150619_honeyplanet/honeyplanet/src/main/webapp/web/img/corp/thumb_skcnc.png
source/20150619_honeyplanet/honeyplanet/src/main/webapp/web/img/corp/thumb_skcoms.png
source/20150619_honeyplanet/honeyplanet/src/main/webapp/web/img/corp/thumb_skplanet.png
source/20150619_honeyplanet/honeyplanet/src/main/webapp/web/img/corp/thumb_sktelecom.png
source/20150619_honeyplanet/honeyplanet/src/main/webapp/web/img/corp/thumb_timon.png
source/20150619_honeyplanet/honeyplanet/src/main/webapp/web/img/corp/thumb_wemakeprice.png
source/20150619_honeyplanet/honeyplanet/src/main/webapp/web/js/common/common.js
source/20150619_honeyplanet/honeyplanet/src/main/webapp/web/js/common/jquery/jquery-1.9.1.js
source/20150619_honeyplanet/honeyplanet/src/main/webapp/web/js/common/jquery/jquery-ui-1.9.2.custom.min.js
source/20150619_honeyplanet/honeyplanet/src/main/webapp/web/js/common/jquery/jquery.form.js
source/20150619_honeyplanet/honeyplanet/src/main/webapp/WEB-INF/config/action-servlet.xml
source/20150619_honeyplanet/honeyplanet/src/main/webapp/WEB-INF/jsp/common/join/joinForm.jsp
source/20150619_honeyplanet/honeyplanet/src/main/webapp/WEB-INF/jsp/common/join/modifyUserForm.jsp
source/20150619_honeyplanet/honeyplanet/src/main/webapp/WEB-INF/jsp/common/login/loginForm.jsp
source/20150619_honeyplanet/honeyplanet/src/main/webapp/WEB-INF/jsp/common/management/userManagementList.jsp
source/20150619_honeyplanet/honeyplanet/src/main/webapp/WEB-INF/jsp/common/template/footer.jsp
source/20150619_honeyplanet/honeyplanet/src/main/webapp/WEB-INF/jsp/common/template/header.jsp
source/20150619_honeyplanet/honeyplanet/src/main/webapp/WEB-INF/jsp/context/global_context.jspf
source/20150619_honeyplanet/honeyplanet/src/main/webapp/WEB-INF/jsp/corp/corpDetail.jsp
source/20150619_honeyplanet/honeyplanet/src/main/webapp/WEB-INF/jsp/corp/corpList.jsp
source/20150619_honeyplanet/honeyplanet/src/main/webapp/WEB-INF/jsp/corp/corpReview.jsp
source/20150619_honeyplanet/honeyplanet/src/main/webapp/WEB-INF/web.xml
source/20150619_honeyplanet/honeyplanet/target/classes/config/spring/context-datasource.xml
source/20150619_honeyplanet/honeyplanet/target/classes/config/spring/context-mapper.xml
source/20150619_honeyplanet/honeyplanet/target/classes/honeyplanet/common/dao/AbstractDAO.class
source/20150619_honeyplanet/honeyplanet/target/classes/honeyplanet/common/logger/LoggerInterceptor.class
source/20150619_honeyplanet/honeyplanet/target/classes/honeyplanet/common/util/PagingMo.class
source/20150619_honeyplanet/honeyplanet/target/classes/honeyplanet/corp/controller/CorpController.class
source/20150619_honeyplanet/honeyplanet/target/classes/honeyplanet/corp/dao/CorpDAO.class
source/20150619_honeyplanet/honeyplanet/target/classes/honeyplanet/corp/service/CorpService.class
source/20150619_honeyplanet/honeyplanet/target/classes/honeyplanet/corp/service/CorpServiceImpl.class
source/20150619_honeyplanet/honeyplanet/target/classes/honeyplanet/main/controller/JoinController.class
source/20150619_honeyplanet/honeyplanet/target/classes/honeyplanet/main/controller/LoginController.class
source/20150619_honeyplanet/honeyplanet/target/classes/honeyplanet/main/controller/ManagementController.class
source/20150619_honeyplanet/honeyplanet/target/classes/honeyplanet/main/dao/JoinDAO.class
source/20150619_honeyplanet/honeyplanet/target/classes/honeyplanet/main/dao/LoginDAO.class
source/20150619_honeyplanet/honeyplanet/target/classes/honeyplanet/main/dao/ManagementDAO.class
source/20150619_honeyplanet/honeyplanet/target/classes/honeyplanet/main/service/JoinService.class
source/20150619_honeyplanet/honeyplanet/target/classes/honeyplanet/main/service/JoinServiceImpl.class
source/20150619_honeyplanet/honeyplanet/target/classes/honeyplanet/main/service/LoginService.class
source/20150619_honeyplanet/honeyplanet/target/classes/honeyplanet/main/service/LoginServiceImpl.class
source/20150619_honeyplanet/honeyplanet/target/classes/honeyplanet/main/service/ManagementService.class
source/20150619_honeyplanet/honeyplanet/target/classes/honeyplanet/main/service/ManagementServiceImpl.class
source/20150619_honeyplanet/honeyplanet/target/classes/log4j.xml
source/20150619_honeyplanet/honeyplanet/target/classes/mapper/common/Common_SQL.xml
source/20150619_honeyplanet/honeyplanet/target/classes/mapper/corp/Corp_SQL.xml
source/20150619_honeyplanet/honeyplanet/target/classes/mapper/join/Join_SQL.xml
source/20150619_honeyplanet/honeyplanet/target/classes/mapper/login/Login_SQL.xml
source/20150619_honeyplanet/honeyplanet/target/classes/mapper/management/management_SQL.xml
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/index.jsp
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/web/css/common/common.css
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/web/css/common/corp/corp.css
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/web/css/common/corp/corpDetail.css
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/web/css/common/corp/corpReview.css
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/web/css/common/join/join.css
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/web/css/common/login/login.css
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/web/css/common/main/main.css
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/web/css/common/management/management.css
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/web/css/common/template/footer.css
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/web/css/common/template/header.css
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/web/img/common/btn_rev_remove.png
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/web/img/common/honeyplanet_logo.png
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/web/img/common/ico_star.gif
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/web/img/common/ico_star_empty.gif
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/web/img/common/kpu_logo.png
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/web/img/common/main_logo.png
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/web/img/corp/default_logo.png
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/web/img/corp/thumb_ahnlab.png
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/web/img/corp/thumb_commerceplanet.png
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/web/img/corp/thumb_coupang.png
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/web/img/corp/thumb_daum.png
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/web/img/corp/thumb_daumkakao.png
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/web/img/corp/thumb_ebaykorea.png
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/web/img/corp/thumb_googlekorea.png
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/web/img/corp/thumb_ibmkorea.png
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/web/img/corp/thumb_infosec.png
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/web/img/corp/thumb_kt.png
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/web/img/corp/thumb_lgcns.png
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/web/img/corp/thumb_lgelec.png
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/web/img/corp/thumb_lguplus.png
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/web/img/corp/thumb_lssanjeon.png
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/web/img/corp/thumb_naver.png
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/web/img/corp/thumb_ncsoft.png
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/web/img/corp/thumb_nexonkorea.png
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/web/img/corp/thumb_samsungelec.png
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/web/img/corp/thumb_samsungsds.png
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/web/img/corp/thumb_saramin.png
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/web/img/corp/thumb_skcnc.png
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/web/img/corp/thumb_skcoms.png
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/web/img/corp/thumb_skplanet.png
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/web/img/corp/thumb_sktelecom.png
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/web/img/corp/thumb_timon.png
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/web/img/corp/thumb_wemakeprice.png
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/web/js/common/common.js
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/web/js/common/jquery/jquery-1.9.1.js
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/web/js/common/jquery/jquery-ui-1.9.2.custom.min.js
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/web/js/common/jquery/jquery.form.js
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/classes/config/spring/context-datasource.xml
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/classes/config/spring/context-mapper.xml
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/classes/honeyplanet/common/dao/AbstractDAO.class
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/classes/honeyplanet/common/logger/LoggerInterceptor.class
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/classes/honeyplanet/common/util/PagingMo.class
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/classes/honeyplanet/corp/controller/CorpController.class
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/classes/honeyplanet/corp/dao/CorpDAO.class
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/classes/honeyplanet/corp/service/CorpService.class
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/classes/honeyplanet/corp/service/CorpServiceImpl.class
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/classes/honeyplanet/main/controller/JoinController.class
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/classes/honeyplanet/main/controller/LoginController.class
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/classes/honeyplanet/main/controller/ManagementController.class
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/classes/honeyplanet/main/dao/JoinDAO.class
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/classes/honeyplanet/main/dao/LoginDAO.class
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/classes/honeyplanet/main/dao/ManagementDAO.class
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/classes/honeyplanet/main/service/JoinService.class
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/classes/honeyplanet/main/service/JoinServiceImpl.class
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/classes/honeyplanet/main/service/LoginService.class
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/classes/honeyplanet/main/service/LoginServiceImpl.class
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/classes/honeyplanet/main/service/ManagementService.class
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/classes/honeyplanet/main/service/ManagementServiceImpl.class
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/classes/log4j.xml
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/classes/mapper/common/Common_SQL.xml
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/classes/mapper/corp/Corp_SQL.xml
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/classes/mapper/join/Join_SQL.xml
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/classes/mapper/login/Login_SQL.xml
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/classes/mapper/management/management_SQL.xml
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/config/action-servlet.xml
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/jsp/common/join/joinForm.jsp
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/jsp/common/join/modifyUserForm.jsp
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/jsp/common/login/loginForm.jsp
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/jsp/common/management/userManagementList.jsp
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/jsp/common/template/footer.jsp
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/jsp/common/template/header.jsp
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/jsp/context/global_context.jspf
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/jsp/corp/corpDetail.jsp
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/jsp/corp/corpList.jsp
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/jsp/corp/corpReview.jsp
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/lib/aopalliance-1.0.jar
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/lib/aspectjrt-1.7.3.jar
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/lib/aspectjtools-1.7.3.jar
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/lib/aspectjweaver-1.7.3.jar
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/lib/classworlds-1.1.jar
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/lib/commons-cli-1.0.jar
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/lib/commons-codec-1.10.jar
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/lib/commons-collections-3.2.1.jar
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/lib/commons-dbcp-1.4.jar
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/lib/commons-fileupload-1.2.2.jar
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/lib/commons-io-2.0.1.jar
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/lib/commons-logging-1.1.1.jar
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/lib/commons-pool-1.5.4.jar
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/lib/doxia-sink-api-1.0-alpha-7.jar
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/lib/egovframework.rte.fdl.cmmn-2.7.0.jar
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/lib/egovframework.rte.fdl.property-2.7.0.jar
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/lib/jackson-core-asl-1.9.13.jar
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/lib/jackson-mapper-asl-1.9.13.jar
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/lib/javax.inject-1.jar
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/lib/jcl-over-slf4j-1.6.6.jar
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/lib/jsch-0.1.27.jar
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/lib/jsr250-api-1.0.jar
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/lib/jstl-1.2.jar
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/lib/jtidy-4aug2000r7-dev.jar
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/lib/log4j-1.2.15.jar
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/lib/log4jdbc-remix-0.2.7.jar
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/lib/maven-archiver-2.5.jar
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/lib/maven-artifact-2.0.6.jar
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/lib/maven-artifact-manager-2.0.6.jar
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/lib/maven-core-2.0.6.jar
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/lib/maven-error-diagnostics-2.0.6.jar
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/lib/maven-filtering-1.0-beta-2.jar
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/lib/maven-model-2.0.6.jar
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/lib/maven-monitor-2.0.6.jar
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/lib/maven-plugin-api-2.0.6.jar
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/lib/maven-plugin-descriptor-2.0.6.jar
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/lib/maven-plugin-parameter-documenter-2.0.6.jar
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/lib/maven-plugin-registry-2.0.6.jar
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/lib/maven-profile-2.0.6.jar
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/lib/maven-project-2.0.6.jar
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/lib/maven-reporting-api-2.0.6.jar
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/lib/maven-repository-metadata-2.0.6.jar
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/lib/maven-settings-2.0.6.jar
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/lib/maven-war-plugin-2.3.jar
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/lib/mybatis-3.2.2.jar
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/lib/mybatis-spring-1.2.0.jar
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/lib/mysql-connector-java-5.1.31.jar
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/lib/plexus-archiver-2.2.jar
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/lib/plexus-container-default-1.0-alpha-9-stable-1.jar
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/lib/plexus-interactivity-api-1.0-alpha-4.jar
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/lib/plexus-interpolation-1.15.jar
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/lib/plexus-io-2.0.5.jar
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/lib/plexus-utils-3.0.8.jar
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/lib/slf4j-api-1.6.6.jar
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/lib/slf4j-log4j12-1.6.6.jar
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/lib/spring-aop-3.2.4.RELEASE.jar
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/lib/spring-beans-3.2.4.RELEASE.jar
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/lib/spring-context-3.2.4.RELEASE.jar
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/lib/spring-context-support-3.2.4.RELEASE.jar
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/lib/spring-core-3.2.4.RELEASE.jar
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/lib/spring-expression-3.2.4.RELEASE.jar
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/lib/spring-jdbc-3.2.4.RELEASE.jar
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/lib/spring-orm-3.0.5.RELEASE.jar
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/lib/spring-test-3.0.5.RELEASE.jar
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/lib/spring-tx-3.2.4.RELEASE.jar
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/lib/spring-web-3.2.4.RELEASE.jar
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/lib/spring-webmvc-3.2.4.RELEASE.jar
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/lib/wagon-file-1.0-beta-2.jar
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/lib/wagon-http-lightweight-1.0-beta-2.jar
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/lib/wagon-http-shared-1.0-beta-2.jar
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/lib/wagon-provider-api-1.0-beta-2.jar
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/lib/wagon-ssh-1.0-beta-2.jar
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/lib/wagon-ssh-common-1.0-beta-2.jar
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/lib/wagon-ssh-external-1.0-beta-2.jar
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/lib/xml-apis-1.0.b2.jar
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/lib/xmlpull-1.1.3.1.jar
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/lib/xpp3_min-1.1.4c.jar
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/lib/xstream-1.4.3.jar
source/20150619_honeyplanet/honeyplanet/target/honeyplanet/WEB-INF/web.xml
source/20150619_honeyplanet/honeyplanet/target/honeyplanet.war
source/20150619_honeyplanet/honeyplanet/target/m2e-wtp/web-resources/META-INF/MANIFEST.MF
source/20150619_honeyplanet/honeyplanet/target/m2e-wtp/web-resources/META-INF/maven/com.company/honeyplanet/pom.properties
source/20150619_honeyplanet/honeyplanet/target/m2e-wtp/web-resources/META-INF/maven/com.company/honeyplanet/pom.xml
source/20150619_honeyplanet/honeyplanet/target/maven-archiver/pom.properties
개발문서/DB설계/20150611_DB스크립트.txt
개발문서/DB설계/20150612_honeyplanet_erd_logical.png
개발문서/DB설계/20150612_honeyplanet_erd_physical.png
개발문서/DB설계/20150619_honeyplanet_db.sql
개발문서/DB설계/honeyplanet_20150601_홍유경.exerd
개발문서/DB설계/honeyplanet_20150610.exerd
개발문서/img/default_logo.png
개발문서/img/thumb_ahnlab.png
개발문서/img/thumb_commerceplanet.png
개발문서/img/thumb_coupang.png
개발문서/img/thumb_daum.png
개발문서/img/thumb_daumkakao.png
개발문서/img/thumb_ebaykorea.png
개발문서/img/thumb_google.png
개발문서/img/thumb_ibmkorea.png
개발문서/img/thumb_infosec.png
개발문서/img/thumb_kt.png
개발문서/img/thumb_lgcns.png
개발문서/img/thumb_lgelec.png
개발문서/img/thumb_lguplus.png
개발문서/img/thumb_lssanjeon.png
개발문서/img/thumb_naver.png
개발문서/img/thumb_ncsoft.png
개발문서/img/thumb_nexonkorea.png
개발문서/img/thumb_samsung.png
개발문서/img/thumb_samsungsds.png
개발문서/img/thumb_saramin.png
개발문서/img/thumb_skcnc.png
개발문서/img/thumb_skcoms.png
개발문서/img/thumb_skplanet.png
개발문서/img/thumb_sktelecom.png
개발문서/img/thumb_timon.png
개발문서/img/thumb_wemakeprice.png
개발문서/기획서/20150504_꿀팀발표자료(홍유경,김현성).pptx
개발문서/퍼블리싱/honeyplanet_publishing.zip

참고 자료

없음

자료후기(1)

*현*
판매자 유형Bronze개인인증

주의사항

저작권 자료의 정보 및 내용의 진실성에 대하여 해피캠퍼스는 보증하지 않으며, 해당 정보 및 게시물 저작권과 기타 법적 책임은 자료 등록자에게 있습니다.
자료 및 게시물 내용의 불법적 이용, 무단 전재∙배포는 금지되어 있습니다.
저작권침해, 명예훼손 등 분쟁 요소 발견 시 고객센터의 저작권침해 신고센터를 이용해 주시기 바랍니다.
환불정책

해피캠퍼스는 구매자와 판매자 모두가 만족하는 서비스가 되도록 노력하고 있으며, 아래의 4가지 자료환불 조건을 꼭 확인해주시기 바랍니다.

파일오류 중복자료 저작권 없음 설명과 실제 내용 불일치
파일의 다운로드가 제대로 되지 않거나 파일형식에 맞는 프로그램으로 정상 작동하지 않는 경우 다른 자료와 70% 이상 내용이 일치하는 경우 (중복임을 확인할 수 있는 근거 필요함) 인터넷의 다른 사이트, 연구기관, 학교, 서적 등의 자료를 도용한 경우 자료의 설명과 실제 자료의 내용이 일치하지 않는 경우
최근 본 자료더보기
탑툰 이벤트
스프링(Spring) 및 JSP 기반의 웹 페이지 프로젝트 구현
  • 레이어 팝업
  • 레이어 팝업
  • 레이어 팝업
  • 레이어 팝업
  • 레이어 팝업