资源描述:
《汽车销售与管理系统设计与实现销售管理模块学位论文 .doc》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、摘要汽车销售管理系统是各个汽车销售公司的管理、计划、销售、售后服务等只能部门不可缺少的部分,能够使整个公司协调一致、高效率的运转,因此,如何对汽车的销售管理提供一整套的管理办法以达到提高效率和降低成本的问题成为焦点。汽车销售管理系统的提出,对汽车销售公司来讲意义重大,它不但能使各个业务环境协调一致,而且操作简单、账目清晰。通过该管理系统,公司能在最短的时间内准确的获得市场信息,从来制定相应的策略。本系统采用MVC框架,MVC(Model-View-Controller)。本系统需要用到的Java相关技术有jsp技术、servlet技术、jdbc技术、SSH框架。其中,Str
2、uts技术是基于MVC的Web应用框架。在Struts框架中,模型层由实现业务逻辑的JavaBean组件构成,控制层由ActionServlet和Action来实现,视图层由一组JSP文件构成。本系统能够通过汽车销售管理系统的建立,实现了对销售信息的增删改查功能。理顺企业的信息流程和流向,使企业的销售管理更加方便快捷。其中管理员和备忘录功能同样实现数据的增加修改查询和删除功能,在查询记录中还实现了分类查询。关键词:汽车销售管理系统;JSP;MVC;SSHAbstractAutomobilesalesmanagementsystemisthemanagementofeachc
3、ompany'scarsales,planning,sales,serviceandothersectorsindispensablepartonly,enablingtheentirecompanycoordinated,efficientoperation,andtherefore,howtoprovideasetofcarsalesmanagementmanagementpracticesinordertoachievegreaterefficiencyandcostreductionissuesintofocus.Proposedautomobilesalesman
4、agementsystemforcarsalescompanyintermsofsignificance,itcannotonlymakeaconcertedvariousbusinessenvironments,andsimple,clearaccounts.Throughthismanagementsystem,thecompanycangetaccuratemarketinformationintheshortestpossibletime,andneverdevelopappropriatestrategies.ThesystemusestheMVCframewor
5、k,MVC(Model-View-Controller).ThesystemneedstousetheJavatechnology-relatedtechnologyjsp,servlettechnology,jdbctechnology,SSHframework.Which,StrutstechnologyisbasedontheMVCWebApplicationFramework.IntheStrutsframework,themodellayerbytheimplementationofbusinesslogicJavaBeancomponents,controlla
6、yerconsistsActionServletandActiontoachieve,theviewlayerconstitutedbyasetofJSPfiles.Thesystemiscapableofautosalesthroughtheestablishmentofmanagementsystems,toachievethesalesinformationCRUDfunctionality.Rationalizebusinessprocessesandinformationflows,theenterprisesalesmanagementmoreconvenien
7、t.Administratorsandmemofunctionwhichalsoaddedtomodifythedataqueryanddeletefunctions,queryrecordsalsoachievedclassificationqueries.Keywords:Car,ManagementSystem,JSP目录1概述11.1选题依据和意义11.2本课题国内外现状11.3研究的内容和采用的方法12系统开发和选择工具22.1基本环境22.2开发工具22.3系统实现中技术选择22.4Struts2描述2