javaweb项目酒店管理系统struts+spring+hibernate-java课程设计毕业设计JSP酒店预订系统
资源文件列表:

视频演示/
视频演示/2月29日.mp4 2.43MB
源代码/
源代码/hotel2/
源代码/hotel2/.classpath 3.46KB
源代码/hotel2/.project 1.23KB
源代码/hotel2/.settings/
源代码/hotel2/.settings/.jsdtscope 503B
源代码/hotel2/.settings/org.eclipse.core.resources.prefs 512B
源代码/hotel2/.settings/org.eclipse.jdt.core.prefs 670B
源代码/hotel2/.settings/org.eclipse.wst.common.component 469B
源代码/hotel2/.settings/org.eclipse.wst.common.project.facet.core.xml 345B
源代码/hotel2/.settings/org.eclipse.wst.jsdt.ui.superType.container 49B
源代码/hotel2/.settings/org.eclipse.wst.jsdt.ui.superType.name 6B
源代码/hotel2/build/
源代码/hotel2/build/classes/
源代码/hotel2/build/classes/com/
源代码/hotel2/build/classes/com/integration/
源代码/hotel2/build/classes/com/integration/action/
源代码/hotel2/build/classes/com/integration/action/admin/
源代码/hotel2/build/classes/com/integration/action/admin/AdminServiceAction.class 2.08KB
源代码/hotel2/build/classes/com/integration/action/admin/SaveAdminAction.class 1.18KB
源代码/hotel2/build/classes/com/integration/action/order/
源代码/hotel2/build/classes/com/integration/action/order/ListOrderAction.class 3.23KB
源代码/hotel2/build/classes/com/integration/action/order/OrderServiceAction.class 4.09KB
源代码/hotel2/build/classes/com/integration/action/order/SaveOrderAction.class 3.78KB
源代码/hotel2/build/classes/com/integration/action/room/
源代码/hotel2/build/classes/com/integration/action/room/ListRoomAction.class 1.23KB
源代码/hotel2/build/classes/com/integration/action/room/RemoveRoomAction.class 1.17KB
源代码/hotel2/build/classes/com/integration/action/room/SaveRoomAction.class 1.16KB
源代码/hotel2/build/classes/com/integration/action/room/UpdatePRoom.class 1.34KB
源代码/hotel2/build/classes/com/integration/action/room/UpdateRoomAction.class 1.17KB
源代码/hotel2/build/classes/com/integration/action/user/
源代码/hotel2/build/classes/com/integration/action/user/ListUserAction.class 1.22KB
源代码/hotel2/build/classes/com/integration/action/user/RemoveUserAction.class 1.15KB
源代码/hotel2/build/classes/com/integration/action/user/SaveUserAction.class 1.71KB
源代码/hotel2/build/classes/com/integration/action/user/UpdatePUser.class 1.33KB
源代码/hotel2/build/classes/com/integration/action/user/UpdateUserAction.class 1.15KB
源代码/hotel2/build/classes/com/integration/action/user/UserAction.class 2.8KB
源代码/hotel2/build/classes/com/integration/dao/
源代码/hotel2/build/classes/com/integration/dao/AdminDAO.class 498B
源代码/hotel2/build/classes/com/integration/dao/impl/
源代码/hotel2/build/classes/com/integration/dao/impl/AdminDAOImpl.class 2.4KB
源代码/hotel2/build/classes/com/integration/dao/impl/OrderDAOImpl.class 2.76KB
源代码/hotel2/build/classes/com/integration/dao/impl/RoomDAOImpl.class 1.58KB
源代码/hotel2/build/classes/com/integration/dao/impl/UserDAOImpl.class 2.38KB
源代码/hotel2/build/classes/com/integration/dao/OrderDAO.class 649B
源代码/hotel2/build/classes/com/integration/dao/RoomDAO.class 402B
源代码/hotel2/build/classes/com/integration/dao/UserDAO.class 486B
源代码/hotel2/build/classes/com/integration/entity/
源代码/hotel2/build/classes/com/integration/entity/Admin.class 950B
源代码/hotel2/build/classes/com/integration/entity/Admin.hbm.xml 582B
源代码/hotel2/build/classes/com/integration/entity/Order.class 870B
源代码/hotel2/build/classes/com/integration/entity/Order.hbm.xml 566B
源代码/hotel2/build/classes/com/integration/entity/Room.class 1.29KB
源代码/hotel2/build/classes/com/integration/entity/Room.hbm.xml 699B
源代码/hotel2/build/classes/com/integration/entity/User.class 1.29KB
源代码/hotel2/build/classes/com/integration/entity/User.hbm.xml 710B
源代码/hotel2/build/classes/com/integration/interceptor/
源代码/hotel2/build/classes/com/integration/interceptor/AdminInterceptor.class 1.33KB
源代码/hotel2/build/classes/com/integration/interceptor/AuthorityInterceptor.class 1.34KB
源代码/hotel2/build/classes/com/integration/service/
源代码/hotel2/build/classes/com/integration/service/AdminService.class 509B
源代码/hotel2/build/classes/com/integration/service/impl/
源代码/hotel2/build/classes/com/integration/service/impl/AdminServiceImpl.class 1.68KB
源代码/hotel2/build/classes/com/integration/service/impl/OrderServiceImpl.class 1.89KB
源代码/hotel2/build/classes/com/integration/service/impl/RoomServiceImpl.class 1.41KB
源代码/hotel2/build/classes/com/integration/service/impl/UserServiceImpl.class 1.62KB
源代码/hotel2/build/classes/com/integration/service/OrderService.class 661B
源代码/hotel2/build/classes/com/integration/service/RoomService.class 414B
源代码/hotel2/build/classes/com/integration/service/UserService.class 477B
源代码/hotel2/build/classes/com/integration/util/
源代码/hotel2/build/classes/com/integration/util/AuthorityInterceptor.class 1.33KB
源代码/hotel2/build/classes/struts.xml 4.16KB
源代码/hotel2/src/
源代码/hotel2/src/com/
源代码/hotel2/src/com/integration/
源代码/hotel2/src/com/integration/action/
源代码/hotel2/src/com/integration/action/admin/
源代码/hotel2/src/com/integration/action/admin/AdminServiceAction.java 1.34KB
源代码/hotel2/src/com/integration/action/admin/SaveAdminAction.java 705B
源代码/hotel2/src/com/integration/action/order/
源代码/hotel2/src/com/integration/action/order/ListOrderAction.java 1.88KB
源代码/hotel2/src/com/integration/action/order/OrderServiceAction.java 2.67KB
源代码/hotel2/src/com/integration/action/order/SaveOrderAction.java 2.33KB
源代码/hotel2/src/com/integration/action/room/
源代码/hotel2/src/com/integration/action/room/ListRoomAction.java 718B
源代码/hotel2/src/com/integration/action/room/RemoveRoomAction.java 696B
源代码/hotel2/src/com/integration/action/room/SaveRoomAction.java 691B
源代码/hotel2/src/com/integration/action/room/UpdatePRoom.java 710B
源代码/hotel2/src/com/integration/action/room/UpdateRoomAction.java 694B
源代码/hotel2/src/com/integration/action/user/
源代码/hotel2/src/com/integration/action/user/ListUserAction.java 681B
源代码/hotel2/src/com/integration/action/user/RemoveUserAction.java 658B
源代码/hotel2/src/com/integration/action/user/SaveUserAction.java 1.13KB
源代码/hotel2/src/com/integration/action/user/UpdatePUser.java 679B
源代码/hotel2/src/com/integration/action/user/UpdateUserAction.java 658B
源代码/hotel2/src/com/integration/action/user/UserAction.java 1.86KB
源代码/hotel2/src/com/integration/dao/
源代码/hotel2/src/com/integration/dao/AdminDAO.java 361B
源代码/hotel2/src/com/integration/dao/impl/
源代码/hotel2/src/com/integration/dao/impl/AdminDAOImpl.java 1.23KB
源代码/hotel2/src/com/integration/dao/impl/OrderDAOImpl.java 1.44KB
源代码/hotel2/src/com/integration/dao/impl/RoomDAOImpl.java 846B
源代码/hotel2/src/com/integration/dao/impl/UserDAOImpl.java 1.2KB
源代码/hotel2/src/com/integration/dao/OrderDAO.java 471B
源代码/hotel2/src/com/integration/dao/RoomDAO.java 313B
源代码/hotel2/src/com/integration/dao/UserDAO.java 343B
源代码/hotel2/src/com/integration/entity/
源代码/hotel2/src/com/integration/entity/Admin.hbm.xml 582B
源代码/hotel2/src/com/integration/entity/Admin.java 539B
源代码/hotel2/src/com/integration/entity/Order.hbm.xml 566B
源代码/hotel2/src/com/integration/entity/Order.java 493B
源代码/hotel2/src/com/integration/entity/Room.hbm.xml 699B
源代码/hotel2/src/com/integration/entity/Room.java 791B
源代码/hotel2/src/com/integration/entity/User.hbm.xml 710B
源代码/hotel2/src/com/integration/entity/User.java 836B
源代码/hotel2/src/com/integration/interceptor/
源代码/hotel2/src/com/integration/interceptor/AdminInterceptor.java 827B
源代码/hotel2/src/com/integration/interceptor/AuthorityInterceptor.java 819B
源代码/hotel2/src/com/integration/service/
源代码/hotel2/src/com/integration/service/AdminService.java 368B
源代码/hotel2/src/com/integration/service/impl/
源代码/hotel2/src/com/integration/service/impl/AdminServiceImpl.java 969B
源代码/hotel2/src/com/integration/service/impl/OrderServiceImpl.java 1.07KB
源代码/hotel2/src/com/integration/service/impl/RoomServiceImpl.java 785B
源代码/hotel2/src/com/integration/service/impl/UserServiceImpl.java 867B
源代码/hotel2/src/com/integration/service/OrderService.java 479B
源代码/hotel2/src/com/integration/service/RoomService.java 319B
源代码/hotel2/src/com/integration/service/UserService.java 330B
源代码/hotel2/src/com/integration/util/
源代码/hotel2/src/com/integration/util/AuthorityInterceptor.java 818B
源代码/hotel2/src/struts.xml 4.16KB
源代码/hotel2/WebContent/
源代码/hotel2/WebContent/admin/
源代码/hotel2/WebContent/admin/add.jsp 633B
源代码/hotel2/WebContent/admin/list.jsp 1.4KB
源代码/hotel2/WebContent/admin/update.jsp 1.36KB
源代码/hotel2/WebContent/adminLogin.jsp 678B
源代码/hotel2/WebContent/index.jsp 159B
源代码/hotel2/WebContent/info/
源代码/hotel2/WebContent/info/adminInfo.jsp 631B
源代码/hotel2/WebContent/info/changePwd.jsp 1.3KB
源代码/hotel2/WebContent/info/orderInfo.jsp 1.33KB
源代码/hotel2/WebContent/info/result.jsp 452B
源代码/hotel2/WebContent/info/userInfo.jsp 550B
源代码/hotel2/WebContent/js.jsp 1.99KB
源代码/hotel2/WebContent/login.jsp 757B
源代码/hotel2/WebContent/META-INF/
源代码/hotel2/WebContent/META-INF/MANIFEST.MF 39B
源代码/hotel2/WebContent/order/
源代码/hotel2/WebContent/order/add.jsp 1.61KB
源代码/hotel2/WebContent/order/list.jsp 1.32KB
源代码/hotel2/WebContent/order/result.jsp 359B
源代码/hotel2/WebContent/order/update.jsp 1.63KB
源代码/hotel2/WebContent/register.jsp 738B
源代码/hotel2/WebContent/room/
源代码/hotel2/WebContent/room/add.jsp 972B
源代码/hotel2/WebContent/room/list.jsp 1.61KB
源代码/hotel2/WebContent/room/update.jsp 1.83KB
源代码/hotel2/WebContent/user/
源代码/hotel2/WebContent/user/add.jsp 757B
源代码/hotel2/WebContent/user/list.jsp 1.48KB
源代码/hotel2/WebContent/user/register.jsp 750B
源代码/hotel2/WebContent/user/update.jsp 1.38KB
源代码/hotel2/WebContent/WEB-INF/
源代码/hotel2/WebContent/WEB-INF/applicationContext.xml 7.78KB
源代码/hotel2/WebContent/WEB-INF/lib/
源代码/hotel2/WebContent/WEB-INF/lib/antlr-2.7.2.jar 349.88KB
源代码/hotel2/WebContent/WEB-INF/lib/aopalliance-1.0.jar 4.36KB
源代码/hotel2/WebContent/WEB-INF/lib/commons-collections-3.1.jar 546.26KB
源代码/hotel2/WebContent/WEB-INF/lib/commons-dbcp.jar 118.9KB
源代码/hotel2/WebContent/WEB-INF/lib/commons-fileupload-1.2.2.jar 58.19KB
源代码/hotel2/WebContent/WEB-INF/lib/commons-io-2.0.1.jar 155.77KB
源代码/hotel2/WebContent/WEB-INF/lib/commons-lang-2.5.jar 272.65KB
源代码/hotel2/WebContent/WEB-INF/lib/commons-logging-1.1.1.jar 59.26KB
源代码/hotel2/WebContent/WEB-INF/lib/commons-pool.jar 60.65KB
源代码/hotel2/WebContent/WEB-INF/lib/dom4j-1.6.1.jar 306.54KB
源代码/hotel2/WebContent/WEB-INF/lib/freemarker-2.3.16.jar 860.34KB
源代码/hotel2/WebContent/WEB-INF/lib/hibernate-jpa-2.0-api-1.0.1.Final.jar 100.25KB
源代码/hotel2/WebContent/WEB-INF/lib/hibernate3.jar 3.95MB
源代码/hotel2/WebContent/WEB-INF/lib/javassist-3.12.0.GA.jar 618.47KB
源代码/hotel2/WebContent/WEB-INF/lib/jta-1.1.jar 10.64KB
源代码/hotel2/WebContent/WEB-INF/lib/mysql-connector-java-5.1.18-bin.jar 771.37KB
源代码/hotel2/WebContent/WEB-INF/lib/ognl-3.0.1.jar 224.01KB
源代码/hotel2/WebContent/WEB-INF/lib/org.springframework.aop-3.1.1.RELEASE.jar 323.7KB
源代码/hotel2/WebContent/WEB-INF/lib/org.springframework.asm-3.1.1.RELEASE.jar 51.84KB
源代码/hotel2/WebContent/WEB-INF/lib/org.springframework.beans-3.1.1.RELEASE.jar 576KB
源代码/hotel2/WebContent/WEB-INF/lib/org.springframework.context-3.1.1.RELEASE.jar 811.59KB
源代码/hotel2/WebContent/WEB-INF/lib/org.springframework.core-3.1.1.RELEASE.jar 438.79KB
源代码/hotel2/WebContent/WEB-INF/lib/org.springframework.expression-3.1.1.RELEASE.jar 172.18KB
源代码/hotel2/WebContent/WEB-INF/lib/org.springframework.jdbc-3.1.1.RELEASE.jar 395.25KB
源代码/hotel2/WebContent/WEB-INF/lib/org.springframework.orm-3.1.1.RELEASE.jar 369.61KB
源代码/hotel2/WebContent/WEB-INF/lib/org.springframework.transaction-3.1.1.RELEASE.jar 240.94KB
源代码/hotel2/WebContent/WEB-INF/lib/org.springframework.web-3.1.1.RELEASE.jar 531.53KB
源代码/hotel2/WebContent/WEB-INF/lib/slf4j-api-1.6.1.jar 24.9KB
源代码/hotel2/WebContent/WEB-INF/lib/struts2-core-2.2.3.1.jar 756.19KB
源代码/hotel2/WebContent/WEB-INF/lib/struts2-spring-plugin-2.2.3.1.jar 21.23KB
源代码/hotel2/WebContent/WEB-INF/lib/xwork-core-2.2.3.1.jar 601.97KB
源代码/hotel2/WebContent/WEB-INF/spring-form.tld 71.1KB
源代码/hotel2/WebContent/WEB-INF/spring.tld 13.19KB
源代码/hotel2/WebContent/WEB-INF/web.xml 777B
必读.txt 894B