基于 MVC 模式的在线书店的设计与实现摘 要:伴随着我国科学技术的不断进步,人类的知识水平也在不断的提升。社会化大生产条件下,人们的需求也越来越多样化,这也造成了组织发展和运行的内外部信息差异越来越明显。所以建立一个网上的书店系统,会更加符合人们的需求,方便人们的生活。这个在线书店系统是集成的并作为一个MVC 的概念开发。在线书店系统可以从用户注册、用户连接、图书请求、从购物篮中删除额外的书籍和其他功能。该系统具有简单的功能、用户友好的页面、良好的灵活性和稳定的功能。该系统是利用数据库技术和注释而开发出来的,目的是为了便于用于在线书店系统数据的访问。关键字:JSP/Struts2/My.SQL/Tomcat/网上购书系统BASED ON THE MVC MODEL DESIGN AND IMPLEMENTATION OF ONLINE BOOKSTORE ABSTRACT:Under the condition of large-scale social production, people's needs are more and more diversified, which also causes the internal and external information differences of organization development and operation more and more obvious. Therefore, the establishment of an online bookstore system will be more in line with people's needs and facilitate people's lives. This online bookstore system is integrated and developed as a MVC concept. Online bookstore system can delete additional books and other functions from user registration, user connections, book requests, shopping baskets. The system has simple functions, user-friendly pages, good flexibility and stability.The system is developed by using database technology and annotations, in order to facilitate the access of online bookstore system data.KEYWORDS: JSP,Struts2,MySQL,Tomcat目录1 绪论..............................................................11.1 研究背景....................................................11.2 研究目的和意义...............................................31.2.1 研究的目的.............................................31.2.2 研究意义...............................................32 开发环境及相关技术...