摘要当今社会,物流配送已成为影响经济发展的显著因素。而随着社会信息化发展,建立有效的物流配送管理体系不仅能够减少物流成本,更能够提升工作人员的工作效率与客户的满意度。而基于B/S架构的物流配送管理体系,不仅具有良好的分布性,可以随时随地进行业务的浏览、查询和处理,而且部署维护方便,易于扩展。本文设计的物流配送管理系统正是基于B/S架构实现的JavaWeb项目,具备以上优点。本文讨论了B/S架构与C/S结构之间的优缺点,介绍了进行JavaWeb项目开发的相关技术、所应用的MVC设计模式和开源集成框架SSH(Struts+Spring+Hibernate)以及使用的MySQL数据库,对开发的物流配送管理系统进行了详细的可行性研究与需求分析,并细致的介绍了系统的总体设计,包括系统的架构设计、功能模块划分及业务逻辑的实现。本文设计的物流配送管理系统是利用Java语言和Eclipse编程工具编写而成的。系统集客户管理、仓库货物管理、配送管理、权限管理等功能于一体,前端页面设计采用ExtJS进行布局,界面简洁且具有良好的兼容性,业务逻辑简单,易于操作,为用户提供了一个友好的信息管理系统。关键词:物流配送;B/S架构;设计模式;SSH;ExtJS-I-基于SSH的物流配送管理系统的设计与实现DesignandImplementationofLogisticsDistributionManagementSystemBasedonSSHAbstractInrecentdays,thelogisticsdistributionhasbecomethemostimportantfacttoaffectthedevelopmentofeconomic.Andwiththecomingofinformationage,establishinganeffectivelogisticsdistributionmanagementsystemnotonlycanreducethelogisticscost,butalsocanimprovetheworkingefficiencyofthestaffandcustomersatisfaction.ThelogisticsdistributionmanagementsystembasedonB/Smodelhasgooddistributioncapability.Peoplecanbrowse,query,andprocessofbusinessatanytimeandplace.Inaddition,itisconvenienttodevelopandmaintain,anditiseasytoextend.ThisarticledescribesaJavaWebprojectthatisbasedonB/Smodel.ThisarticledescribestheadvantagesanddisadvantagesoftheB/SstructureandC/Sstructure,andintroducestherelatedtechnologyofdevelopingJavaWebproject,theapplicationofMVCdesignpattern,theopeningsourceSSH(Struts+Spring+Hibernate)frameworkandthetechnologyofMySQL.Inaddition,thefeasibilitystudyanddemandanalysisofthelogisticsdistributionmanagementsystemarecarriedoutindetail.Thepaperdetaileddescribestheoveralldesignofthesystem,includingthesystemarchitecturedesign,functionmoduledivisionandbusinesslogic.ThelogisticsdistributionmanagementsystemdesignedinthispaperiswrittenbyJavalanguageandEclipseprogrammingtools.Thesystemisconsistedofcustomermanagement,warehouseandcargomanagement,distributionmanagement,rightsmanagementandothersfunctions.ThelayoutoffrontpageusesExtJS.Theinterfaceissimpleandhasgoodcompatibility.Thebusinesslogiciseasyforusertounderstandandoperate.Inshort,afriendlymanagementsystemisprovidedfortheuser.KeyWords:LogisticsDistribution;B/SModel;DesignPattern;SSH;ExtJS-II-基于SSH的物流配送管理系统的设计与实现目录摘要.........................................................................................................................................IAbstract......................................................................................................................................II引言.........................................................................................................................................11项目背景及相关技术介绍.....................................................................................................21.1项目背景.........................................................................................................