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

MVC 패턴 JSP 홈페이지. 영화 정보 검색 및 VOD 서비스 + 포트폴리오 문서

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

소개글

영화진흥위원회에서 제공하는 API를 이용해서 영화 정보를 제공하고
VOD 서비스를 제공한다는 컨셉 하에서 MVC 패턴으로 만든 JSP 홈페이지입니다.

사용자에게 제공되는 페이지와 관리자용 페이지를 별도로 만들었습니다.

Google Image Search API를 이용하여 포스터도 자동으로 출력시켜주고
영화를 직접 보여주면 안될테니, 대신 Youtube API를 이용하여 예고편을 자동으로 출력시켜주고
Google Chart를 이용해서, 많이 구매한 VOD 순위를 매기고 차트를 그려주기도 합니다.
장바구니 기능, 회원가입/정보수정, 포인트 충전 기능 등도 구현되어 있습니다.

컴파일 실행환경

Java JDK 1.7, Oracle 11g Express

압축파일 내 파일목록

.classpath
.project
.settings/.jsdtscope
.settings/org.eclipse.core.resources.prefs
.settings/org.eclipse.jdt.core.prefs
.settings/org.eclipse.wst.common.component
.settings/org.eclipse.wst.common.project.facet.core.xml
.settings/org.eclipse.wst.jsdt.ui.superType.container
.settings/org.eclipse.wst.jsdt.ui.superType.name
build/classes/Admin.class
build/classes/admin01_movie/admin_movie_DAO.class
build/classes/admin01_movie/admin_movie_VO.class
build/classes/admin02_vod/admin_vod_DAO.class
build/classes/admin02_vod/admin_vod_VO.class
build/classes/admin03_member/admin_member_DAO.class
build/classes/admin03_member/admin_member_VO.class
build/classes/admin04_comment/admin_comment_DAO.class
build/classes/admin04_comment/admin_comment_VO.class
build/classes/com/util/ConnUtil.class
build/classes/com/util/DBConn.class
build/classes/Freeboard/Add.class
build/classes/Freeboard/AddComment.class
build/classes/Freeboard/AddOk.class
build/classes/Freeboard/BoardDAO.class
build/classes/Freeboard/BoardDTO.class
build/classes/Freeboard/CommentDTO.class
build/classes/Freeboard/Del.class
build/classes/Freeboard/DelComment.class
build/classes/Freeboard/DelOk.class
build/classes/Freeboard/Download.class
build/classes/Freeboard/Edit.class
build/classes/Freeboard/EditOk.class
build/classes/Freeboard/List.class
build/classes/Freeboard/View.class
build/classes/Index.class
build/classes/index01_vod/index01_vod_DAO.class
build/classes/index01_vod/index01_vod_VO.class
build/classes/index101_join/index101_join_DAO.class
build/classes/index101_join/index101_join_VO.class
build/classes/index102_login/index102_login_DAO.class
build/classes/index102_login/index102_login_VO.class
build/classes/index11_movieInfo/index11_movieInfo_DAO.class
build/classes/index11_movieInfo/index11_movieInfo_VO.class
build/classes/index22_buy_vod_rank/index22_buy_vod_DAO.class
build/classes/index22_buy_vod_rank/index22_buy_vod_VO.class
build/classes/index31_boxoffice/index31_boxoffice_DAO.class
build/classes/index31_boxoffice/index31_boxoffice_VO.class
build/classes/index41_news/index41_news_DAO.class
build/classes/index41_news/index41_news_VO.class
build/classes/index51_id_info/index51_id_info_DAO.class
build/classes/index51_id_info/index51_id_info_VO.class
build/classes/index52_id_comment/index52_id_comment_DAO.class
build/classes/index52_id_comment/index52_id_comment_VO.class
build/classes/index54_shopping_cart/index54_shopping_cart_DAO.class
build/classes/index54_shopping_cart/index54_shopping_cart_VO.class
build/classes/index55_points/index55_points_DAO.class
build/classes/index55_points/index55_points_VO.class
build/classes/index56_buy_list/index56_buy_list_DAO.class
build/classes/index56_buy_list/index56_buy_list_VO.class
build/classes/index57_id_modify/index57_id_modify_DAO.class
build/classes/index57_id_modify/index57_id_modify_VO.class
build/classes/Newsboard/action/CommandAction.class
build/classes/Newsboard/action/ContentAction.class
build/classes/Newsboard/action/DeleteFormAction.class
build/classes/Newsboard/action/DeleteProAction.class
build/classes/Newsboard/action/ListAction.class
build/classes/Newsboard/action/UpdateFormAction.class
build/classes/Newsboard/action/UpdateProAction.class
build/classes/Newsboard/action/WriteFormAction.class
build/classes/Newsboard/action/WriteProAction.class
build/classes/Newsboard/controller/ControllerAction.class
build/classes/Newsboard/model/BoardDAO.class
build/classes/Newsboard/model/BoardVO.class
build/classes/Newsboard/model/ConnUtil.class
src/Admin.java
src/admin01_movie/admin_movie_DAO.java
src/admin01_movie/admin_movie_VO.java
src/admin02_vod/admin_vod_DAO.java
src/admin02_vod/admin_vod_VO.java
src/admin03_member/admin_member_DAO.java
src/admin03_member/admin_member_VO.java
src/admin04_comment/admin_comment_DAO.java
src/admin04_comment/admin_comment_VO.java
src/com/util/ConnUtil.java
src/com/util/DBConn.java
src/Freeboard/Add.java
src/Freeboard/AddComment.java
src/Freeboard/AddOk.java
src/Freeboard/BoardDAO.java
src/Freeboard/BoardDTO.java
src/Freeboard/CommentDTO.java
src/Freeboard/Del.java
src/Freeboard/DelComment.java
src/Freeboard/DelOk.java
src/Freeboard/Download.java
src/Freeboard/Edit.java
src/Freeboard/EditOk.java
src/Freeboard/List.java
src/Freeboard/View.java
src/Index.java
src/index01_vod/index01_vod_DAO.java
src/index01_vod/index01_vod_VO.java
src/index101_join/index101_join_DAO.java
src/index101_join/index101_join_VO.java
src/index102_login/index102_login_DAO.java
src/index102_login/index102_login_VO.java
src/index11_movieInfo/index11_movieInfo_DAO.java
src/index11_movieInfo/index11_movieInfo_VO.java
src/index22_buy_vod_rank/index22_buy_vod_DAO.java
src/index22_buy_vod_rank/index22_buy_vod_VO.java
src/index31_boxoffice/index31_boxoffice_DAO.java
src/index31_boxoffice/index31_boxoffice_VO.java
src/index41_news/index41_news_DAO.java
src/index41_news/index41_news_VO.java
src/index51_id_info/index51_id_info_DAO.java
src/index51_id_info/index51_id_info_VO.java
src/index52_id_comment/index52_id_comment_DAO.java
src/index52_id_comment/index52_id_comment_VO.java
src/index54_shopping_cart/index54_shopping_cart_DAO.java
src/index54_shopping_cart/index54_shopping_cart_VO.java
src/index55_points/index55_points_DAO.java
src/index55_points/index55_points_VO.java
src/index56_buy_list/index56_buy_list_DAO.java
src/index56_buy_list/index56_buy_list_VO.java
src/index57_id_modify/index57_id_modify_DAO.java
src/index57_id_modify/index57_id_modify_VO.java
src/Newsboard/action/CommandAction.java
src/Newsboard/action/ContentAction.java
src/Newsboard/action/DeleteFormAction.java
src/Newsboard/action/DeleteProAction.java
src/Newsboard/action/ListAction.java
src/Newsboard/action/UpdateFormAction.java
src/Newsboard/action/UpdateProAction.java
src/Newsboard/action/WriteFormAction.java
src/Newsboard/action/WriteProAction.java
src/Newsboard/controller/ControllerAction.java
src/Newsboard/model/BoardDAO.java
src/Newsboard/model/BoardVO.java
src/Newsboard/model/ConnUtil.java
WebContent/Freeboard/board/add.jsp
WebContent/Freeboard/board/addOk.jsp
WebContent/Freeboard/board/del.jsp
WebContent/Freeboard/board/delOk.jsp
WebContent/Freeboard/board/edit.jsp
WebContent/Freeboard/board/editOk.jsp
WebContent/Freeboard/board/list.jsp
WebContent/Freeboard/board/View.jsp
WebContent/Freeboard/extend/css/board.css
WebContent/Freeboard/extend/css/sunny/images/animated-overlay.gif
WebContent/Freeboard/extend/css/sunny/images/ui-bg_diagonals-medium_20_d34d17_40x40.png
WebContent/Freeboard/extend/css/sunny/images/ui-bg_flat_30_cccccc_40x100.png
WebContent/Freeboard/extend/css/sunny/images/ui-bg_flat_50_5c5c5c_40x100.png
WebContent/Freeboard/extend/css/sunny/images/ui-bg_gloss-wave_45_817865_500x100.png
WebContent/Freeboard/extend/css/sunny/images/ui-bg_gloss-wave_60_fece2f_500x100.png
WebContent/Freeboard/extend/css/sunny/images/ui-bg_gloss-wave_70_ffdd57_500x100.png
WebContent/Freeboard/extend/css/sunny/images/ui-bg_gloss-wave_90_fff9e5_500x100.png
WebContent/Freeboard/extend/css/sunny/images/ui-bg_highlight-soft_100_feeebd_1x100.png
WebContent/Freeboard/extend/css/sunny/images/ui-bg_inset-soft_30_ffffff_1x100.png
WebContent/Freeboard/extend/css/sunny/images/ui-icons_3d3d3d_256x240.png
WebContent/Freeboard/extend/css/sunny/images/ui-icons_bd7b00_256x240.png
WebContent/Freeboard/extend/css/sunny/images/ui-icons_d19405_256x240.png
WebContent/Freeboard/extend/css/sunny/images/ui-icons_eb990f_256x240.png
WebContent/Freeboard/extend/css/sunny/images/ui-icons_ed9f26_256x240.png
WebContent/Freeboard/extend/css/sunny/images/ui-icons_fadc7a_256x240.png
WebContent/Freeboard/extend/css/sunny/images/ui-icons_ffe180_256x240.png
WebContent/Freeboard/extend/css/sunny/jquery-ui-1.10.3.custom.css
WebContent/Freeboard/extend/css/sunny/jquery-ui-1.10.3.custom.min.css
WebContent/Freeboard/extend/js/jquery-1.9.1.js
WebContent/Freeboard/extend/js/jquery-ui-1.10.3.custom.js
WebContent/Freeboard/extend/js/jquery-ui-1.10.3.custom.min.js
WebContent/Freeboard/inc/DB.jsp
WebContent/Freeboard/inc/Script.jsp
WebContent/Freeboard/SE2/css/smart_editor2.css
WebContent/Freeboard/SE2/css/smart_editor2_in.css
WebContent/Freeboard/SE2/css/smart_editor2_items.css
WebContent/Freeboard/SE2/css/smart_editor2_out.css
WebContent/Freeboard/SE2/img/bg_b1.png
WebContent/Freeboard/SE2/img/bg_button.gif
WebContent/Freeboard/SE2/img/bg_button_left.gif
WebContent/Freeboard/SE2/img/bg_button_right.gif
WebContent/Freeboard/SE2/img/bg_find_h3.gif
WebContent/Freeboard/SE2/img/bg_help.gif
WebContent/Freeboard/SE2/img/bg_icon_tool.gif
WebContent/Freeboard/SE2/img/bg_line1.gif
WebContent/Freeboard/SE2/img/bg_quote2.gif
WebContent/Freeboard/SE2/img/bg_set.gif
WebContent/Freeboard/SE2/img/bg_text_tool.gif
WebContent/Freeboard/SE2/img/bg_tool2.gif
WebContent/Freeboard/SE2/img/editor_guideline_698.gif
WebContent/Freeboard/SE2/img/editor_guideline_890.gif
WebContent/Freeboard/SE2/img/icon_set.gif
WebContent/Freeboard/SE2/img/ico_extend.png
WebContent/Freeboard/SE2/img/ko_KR/btn_set.png
WebContent/Freeboard/SE2/img/ko_KR/bx_set_110302.gif
WebContent/Freeboard/SE2/img/ko_KR/text_tool_set.png
WebContent/Freeboard/SE2/img/photoQuickPopup/bg_drag_image.png
WebContent/Freeboard/SE2/img/photoQuickPopup/btn_cancel.png
WebContent/Freeboard/SE2/img/photoQuickPopup/btn_confirm.png
WebContent/Freeboard/SE2/img/photoQuickPopup/btn_confirm2.png
WebContent/Freeboard/SE2/img/photoQuickPopup/btn_del.png
WebContent/Freeboard/SE2/img/photoQuickPopup/btn_find.png
WebContent/Freeboard/SE2/img/text_tool_set2.png
WebContent/Freeboard/SE2/js/HuskyEZCreator.js
WebContent/Freeboard/SE2/js/jindo.min.js
WebContent/Freeboard/SE2/js/jindo_component.js
WebContent/Freeboard/SE2/js/SE2BasicCreator.js
WebContent/Freeboard/SE2/js/SE2B_Configuration_General.js
WebContent/Freeboard/SE2/js/SE2B_Configuration_Service.js
WebContent/Freeboard/SE2/js/smarteditor2.js
WebContent/Freeboard/SE2/js/smarteditor2.min.js
WebContent/Freeboard/SE2/photo_uploader/plugin/hp_SE2M_AttachQuickPhoto.js
WebContent/Freeboard/SE2/photo_uploader/popup/attach_photo.js
WebContent/Freeboard/SE2/photo_uploader/popup/callback.html
WebContent/Freeboard/SE2/photo_uploader/popup/file_uploader.php
WebContent/Freeboard/SE2/photo_uploader/popup/file_uploader_html5.php
WebContent/Freeboard/SE2/photo_uploader/popup/jindo.fileuploader.js
WebContent/Freeboard/SE2/photo_uploader/popup/jindo.min.js
WebContent/Freeboard/SE2/photo_uploader/popup/photo_uploader.html
WebContent/Freeboard/SE2/readme.txt
WebContent/Freeboard/SE2/release_notes.txt
WebContent/Freeboard/SE2/sample.php
WebContent/Freeboard/SE2/SmartEditor2.html
WebContent/Freeboard/SE2/SmartEditor2Skin.html
WebContent/Freeboard/SE2/smart_editor2_inputarea.html
WebContent/Freeboard/SE2/smart_editor2_inputarea_ie8.html
WebContent/Freeboard/SE2/src_include.txt
WebContent/META-INF/MANIFEST.MF
WebContent/Newsboard/content.jsp
WebContent/Newsboard/dbcpTest.jsp
WebContent/Newsboard/deleteForm.jsp
WebContent/Newsboard/deletePro.jsp
WebContent/Newsboard/images/hot.gif
WebContent/Newsboard/images/level.gif
WebContent/Newsboard/images/re.gif
WebContent/Newsboard/list.jsp
WebContent/Newsboard/script.js
WebContent/Newsboard/style.css
WebContent/Newsboard/updateForm.jsp
WebContent/Newsboard/updatePro.jsp
WebContent/Newsboard/writeForm.jsp
WebContent/Newsboard/writePro.jsp
WebContent/Project_Movie/01_vod.jsp
WebContent/Project_Movie/01_vod_view.jsp
WebContent/Project_Movie/02_buy_vod_rank.jsp
WebContent/Project_Movie/02_fav_vod_rank.jsp
WebContent/Project_Movie/03_boxoffice.jsp
WebContent/Project_Movie/03_movie_DB.jsp
WebContent/Project_Movie/04_community.jsp
WebContent/Project_Movie/04_news.jsp
WebContent/Project_Movie/05_buy_list.jsp
WebContent/Project_Movie/05_buy_list_add.jsp
WebContent/Project_Movie/05_buy_list_addConfirm.jsp
WebContent/Project_Movie/05_id_comment.jsp
WebContent/Project_Movie/05_id_comment_add.jsp
WebContent/Project_Movie/05_id_fav_movie.jsp
WebContent/Project_Movie/05_id_info.jsp
WebContent/Project_Movie/05_id_modify.jsp
WebContent/Project_Movie/05_id_modify_delete.jsp
WebContent/Project_Movie/05_id_modify_modify.jsp
WebContent/Project_Movie/05_id_modify_PW.jsp
WebContent/Project_Movie/05_points.jsp
WebContent/Project_Movie/05_points_add.jsp
WebContent/Project_Movie/05_shopping_cart.jsp
WebContent/Project_Movie/05_shopping_cart_add.jsp
WebContent/Project_Movie/05_shopping_cart_delete.jsp
WebContent/Project_Movie/about_us.jsp
WebContent/Project_Movie/access_terms.jsp
WebContent/Project_Movie/admin/comment.jsp
WebContent/Project_Movie/admin/comment_delete.jsp
WebContent/Project_Movie/admin/index.jsp
WebContent/Project_Movie/admin/member.jsp
WebContent/Project_Movie/admin/member_add.jsp
WebContent/Project_Movie/admin/member_delete.jsp
WebContent/Project_Movie/admin/movie.jsp
WebContent/Project_Movie/admin/movie_add.jsp
WebContent/Project_Movie/admin/top.jsp
WebContent/Project_Movie/admin/vod.jsp
WebContent/Project_Movie/admin/vod_add.jsp
WebContent/Project_Movie/admin/vod_delete.jsp
WebContent/Project_Movie/contact_us.jsp
WebContent/Project_Movie/css/button.css
WebContent/Project_Movie/css/jquery.lightbox-0.5.css
WebContent/Project_Movie/css/nivo-slider.css
WebContent/Project_Movie/css/popup.css
WebContent/Project_Movie/css/tooplate_style.css
WebContent/Project_Movie/footer.jsp
WebContent/Project_Movie/images/btn/btn_buy.gif
WebContent/Project_Movie/images/btn/btn_charge_popup_150708.png
WebContent/Project_Movie/images/icon/icon_check.png
WebContent/Project_Movie/images/popup/bg_gra.png
WebContent/Project_Movie/images/popup/popup_btn_close.png
WebContent/Project_Movie/images/popup/popup_charge_bg.jpg
WebContent/Project_Movie/images/popup/popup_flat_tit2.jpg
WebContent/Project_Movie/index.jsp
WebContent/Project_Movie/join.jsp
WebContent/Project_Movie/join_add.jsp
WebContent/Project_Movie/js/jquery.js
WebContent/Project_Movie/js/jquery.lightbox-0.5.js
WebContent/Project_Movie/js/jquery.lightbox-0.5.min.js
WebContent/Project_Movie/js/jquery.lightbox-0.5.pack.js
WebContent/Project_Movie/js/jquery.min.js
WebContent/Project_Movie/js/jquery.nivo.slider.js
WebContent/Project_Movie/js/jssor.js
WebContent/Project_Movie/js/jssor.player.ytiframe.compress.bat
WebContent/Project_Movie/js/jssor.player.ytiframe.js
WebContent/Project_Movie/js/jssor.player.ytiframe.min.js
WebContent/Project_Movie/js/jssor.slider.debug.min.compress.bat
WebContent/Project_Movie/js/jssor.slider.js
WebContent/Project_Movie/js/jssor.slider.min.compress.bat
WebContent/Project_Movie/js/jssor.slider.min.js
WebContent/Project_Movie/js/jssor.slider.mini.compress.bat
WebContent/Project_Movie/js/jssor.slider.mini.js
WebContent/Project_Movie/loading.jsp
WebContent/Project_Movie/login.jsp
WebContent/Project_Movie/loginout.jsp
WebContent/Project_Movie/login_add.jsp
WebContent/Project_Movie/menu.jsp
WebContent/Project_Movie/movie_info.jsp
WebContent/Project_Movie/point_popup.jsp
WebContent/Project_Movie/title.jsp
WebContent/Project_Movie/top.jsp
WebContent/Project_Movie/_blankPage.jsp
WebContent/WEB-INF/CommandPro.properties
WebContent/WEB-INF/lib/commons-beanutils-1.7.0.jar
WebContent/WEB-INF/lib/commons-beanutils-1.8.3.jar
WebContent/WEB-INF/lib/commons-codec-1.9.jar
WebContent/WEB-INF/lib/commons-collections-3.1.jar
WebContent/WEB-INF/lib/commons-collections-3.2.1.jar
WebContent/WEB-INF/lib/commons-collections-3.2.jar
WebContent/WEB-INF/lib/commons-fileupload-1.2.2.jar
WebContent/WEB-INF/lib/commons-fileupload-1.3.1.jar
WebContent/WEB-INF/lib/commons-io-2.4.jar
WebContent/WEB-INF/lib/commons-lang-2.5.jar
WebContent/WEB-INF/lib/commons-lang-2.6.jar
WebContent/WEB-INF/lib/commons-logging-1.0.4.jar
WebContent/WEB-INF/lib/commons-logging-1.1.1.jar
WebContent/WEB-INF/lib/commons-logging-1.1.3.jar
WebContent/WEB-INF/lib/cos.jar
WebContent/WEB-INF/lib/ezmorph-1.0.4.jar
WebContent/WEB-INF/lib/ezmorph-1.0.6.jar
WebContent/WEB-INF/lib/jackson-all-1.9.11.jar
WebContent/WEB-INF/lib/json-lib-2.4-jdk15.jar
WebContent/WEB-INF/lib/json-simple-1.1.1.jar
WebContent/WEB-INF/lib/jstl.jar
WebContent/WEB-INF/lib/junit-4.12.jar
WebContent/WEB-INF/lib/kobis-opcl-rest-v1.0.jar
WebContent/WEB-INF/lib/kobis-opcl-soap-v1.0.jar
WebContent/WEB-INF/lib/log4j-1.2.17.jar
WebContent/WEB-INF/lib/ojdbc6.jar
WebContent/WEB-INF/lib/ojdbc6_g.jar
WebContent/WEB-INF/lib/opencsv-3.4.jar
WebContent/WEB-INF/lib/poi-3.12-20150511.jar
WebContent/WEB-INF/lib/poi-examples-3.12-20150511.jar
WebContent/WEB-INF/lib/poi-excelant-3.12-20150511.jar
WebContent/WEB-INF/lib/poi-ooxml-3.12-20150511.jar
WebContent/WEB-INF/lib/poi-ooxml-schemas-3.12-20150511.jar
WebContent/WEB-INF/lib/poi-scratchpad-3.12-20150511.jar
WebContent/WEB-INF/lib/standard.jar
WebContent/WEB-INF/lib/tomcat-dbcp.jar
WebContent/WEB-INF/lib/xmlbeans-2.6.0.jar
WebContent/WEB-INF/web.xml
무슨부귀영화를누리겠다고!.pdf
1stPPT.pdf

참고 자료

없음
*재*
판매자 유형Bronze개인인증

주의사항

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

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

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