• 전문가 요청 쿠폰 이벤트
BRONZE
BRONZE 등급의 판매자 자료
non-ai
판매자가 AI를 사용하지 않은 독창적인 자료

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

1) S/W Framework 수업 때 만든 과제입니다. Spring Framework 와 JSP 및 Maven 빌드를 사용하여 만든 웹 프로젝트 과제입니다. '잡플래닛'을 벤치마킹한 기업비교사이트이며 원본 소스 및 퍼블리싱, 기획서, DB Script, ERD를 포함하고 있습니다. 2) 컴파일 실행환경 에서 세팅하여 실행해주셔야 합니다. ※ 많은 노력과 열정을 쏟아부어 만든 과제입니다. 과제 완성도도 높고 실제 오픈할 사이트를 만든다는 생각으로 개발했습니다. 강의를 해주셨던 분이 빅데이터, 클라우드 기업의 CEO 셨는데 바로 A+ 확정해주시고 운영하시는 기업에서 채용제의도 받았습니다. 그만큼 과제에 대한 퀄리티를 보장합니다.
압축파일
최초등록일 2015.12.07 최종저작일 2015.06
  • 미리보기

    소개

    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
  • 자료후기

      Ai 리뷰
      지식판매자가 제공한 자료는 정보가 풍부하고, 내용이 명확하게 정리되어 있어 과제를 작성하는데 큰 도움이 되었습니다. 매우 추천할 만한 자료입니다!
    • 자주묻는질문의 답변을 확인해 주세요

      해피캠퍼스 FAQ 더보기

      꼭 알아주세요

      • 자료의 정보 및 내용의 진실성에 대하여 해피캠퍼스는 보증하지 않으며, 해당 정보 및 게시물 저작권과 기타 법적 책임은 자료 등록자에게 있습니다.
        자료 및 게시물 내용의 불법적 이용, 무단 전재∙배포는 금지되어 있습니다.
        저작권침해, 명예훼손 등 분쟁 요소 발견 시 고객센터의 저작권침해 신고센터를 이용해 주시기 바랍니다.
      • 해피캠퍼스는 구매자와 판매자 모두가 만족하는 서비스가 되도록 노력하고 있으며, 아래의 4가지 자료환불 조건을 꼭 확인해주시기 바랍니다.
        파일오류 중복자료 저작권 없음 설명과 실제 내용 불일치
        파일의 다운로드가 제대로 되지 않거나 파일형식에 맞는 프로그램으로 정상 작동하지 않는 경우 다른 자료와 70% 이상 내용이 일치하는 경우 (중복임을 확인할 수 있는 근거 필요함) 인터넷의 다른 사이트, 연구기관, 학교, 서적 등의 자료를 도용한 경우 자료의 설명과 실제 자료의 내용이 일치하지 않는 경우
    문서 초안을 생성해주는 EasyAI
    안녕하세요 해피캠퍼스의 20년의 운영 노하우를 이용하여 당신만의 초안을 만들어주는 EasyAI 입니다.
    저는 아래와 같이 작업을 도와드립니다.
    - 주제만 입력하면 AI가 방대한 정보를 재가공하여, 최적의 목차와 내용을 자동으로 만들어 드립니다.
    - 장문의 콘텐츠를 쉽고 빠르게 작성해 드립니다.
    - 스토어에서 무료 이용권를 계정별로 1회 발급 받을 수 있습니다. 지금 바로 체험해 보세요!
    이런 주제들을 입력해 보세요.
    - 유아에게 적합한 문학작품의 기준과 특성
    - 한국인의 가치관 중에서 정신적 가치관을 이루는 것들을 문화적 문법으로 정리하고, 현대한국사회에서 일어나는 사건과 사고를 비교하여 자신의 의견으로 기술하세요
    - 작별인사 독후감
    해캠 AI 챗봇과 대화하기
    챗봇으로 간편하게 상담해보세요.
    2026년 04월 08일 수요일
    AI 챗봇
    안녕하세요. 해피캠퍼스 AI 챗봇입니다. 무엇이 궁금하신가요?
    3:46 오전