工商所综合监管执法系统的设计与实现硕士学位论文.doc
《工商所综合监管执法系统的设计与实现硕士学位论文.doc》由会员分享,可在线阅读,更多相关《工商所综合监管执法系统的设计与实现硕士学位论文.doc(66页珍藏版)》请在三一办公上搜索。
1、硕 士 学 位 论 文论文题目: 工商所综合监管执法系统的设计与实现专 业 软件工程 2010年 04 月 12日目 录摘要iABSTRACTiii第一章 绪论11.1系统开发背景11.2国内外的研究现状21.3系统需要解决的主要问题31.4本文的主要工作41.5本文的组织结构5第二章 系统需求分析62.1系统概述62.1.1总体目标62.1.2业务描述62.2项目开发过程82.3 需求管理102.4需求的获取112.5功能性需求分析122.5.1个体户工商管理费收费管理142.5.2工商财务票据管理162.5.3其他系统功能需求说明182.6 非功能性需求分析192.6.1界面设计及操作风格
2、需求192.6.2产品性能需求。19第三章系统架构设计213.1系统结构设计213.2存储与网络架构设计223.3功能架构设计273.4分层架构设计29第四章详细设计314.1类设计314.2活动过程分析344.3通信交互过程分析354.4持久对象的设计38第五章系统实现405.1系统实现模式405.1.1 View层的技术实现415.1.2 Control层的技术实现445.1.3 Model层的技术实现455.2 开发过程中有关技术问题的实现475.2.1功能树访问控制权限实现475.2.2功能树显示实现525.3核心业务实现55第六章 结束语58参考文献59致 谢61摘要作为对省局开发的
3、工商综合业务处理系统的有益补充,工商所综合监管执法系统为广大工商所工作人员的个体户登记管理、经济户口管理、监管巡查和信用管理、收费及票据管理提供了基于权限划分、流程化审批和全市数据集中的有效信息化业务处理手段。通过本项目的开发,力图打破目前工商所各自为政,监管模式各不相同的局面,建立规范统一的工商所监管流程,探索一种切实可行的工商所监管模式,把管理思想和监管机制贯穿在信息系统建设思路中,提高工商所行政管理水平,为工商所管理模式提供借鉴。本人通过对系统开发的背景和国内外同行业产品的发展现状的分析,提出了项目需要解决的主要问题以及应该达到的目标,采用Rational统一过程(RUP)为软件开发方法
4、,以统一建模语言(UML)为分析设计描述语言,以J2EE为技术平台架构,对工商所综合监管执法系统进行了需求分析和系统设计,并采用RUP的系统建模方法对个体户登记管理、经济户口管理、监管巡查和信用管理、收费及票据管理各功能模块进行了详细设计和代码实现,实现了工商所综合监管执法系统。通过对工商所登记、监管、信用、巡查、收费等各项业务及其数据交互关系的需求开发,理清了当前工商所登记、监管、企业认领、票据管理、收费的工作流程,并生成规范的UML用例描述和用例约束文档。根据潍坊市工商局目前信息化建设实际情况以及业务需求对整个系统的总体架构、功能架构、分层架构、存储架构、网络架构进行了分析与设计,保证了系
5、统的灵活性、稳定性、可扩展性和安全性。使用RUP方法进行软件的详细设计,以用例驱动,管理工商所业务需求和进行初期的类设计,进而生成系统的活动图、顺序图,经过对类的分析,生成关联类、实体类、实体管理类以及数据关联类,通过对类的关系的分析生成类图,最终把持久对象映射成关系数据库中的表格。采用MVC分层设计思想,通过对View层、Control层和Model层功能组件的设计,实现用户界面和事务逻辑的分离以及动态生成网页的逻辑部分与HTML的分离。在开发过程中尽可能实现了既充分保护了前期开发成果,又尽可能保证信息系统的可扩展性和可维护性。通过对功能树生成等较为复杂的算法的分析,给出了基于堆栈算法的存储
6、过程解决方案,并使用输出结果生成功能模块树。系统已在潍坊市工商系统范围内全部上线运行,在规范监管执法行为,提高执法效能,加强收费管理方面取得了明显的效果。关键词:UML;架构;MVC;监管执法系统ABSTRACTAs a useful supplement of the integrative Commerce and Industry manage system developed by Provincial Commerce and Industry Bureau,the integrative Commerce and Industry Department supervision an
7、d law-executing system provide the Commerce and Industry Department staff an effective informational operation manage means based on might compartmentalize, flowing examine and data centralization of the city. This system was developed for conducting the registering of the self-employed workers, eco
8、nomic account management, supervision, credit management and management of charge and bill.By this system, we hope to finish the current complexion of Commerce and Industry Department conduct operations in their own way and different supervision model, and establish a normative and uniform Commerce
9、and Industry manage Department supervision flow, and explore an available Commerce and Industry Department intendance model. Management and supervision mechanism thinking permeates the thinking of building information systems, the increase in industrial and commercial administration, for industrial
10、and commercial Departmentmanagement model for reference.By the analysis of the system and the development of domestic and international background with the industry product development status, I project the major issues that need to address and the goal should achieve, using Rational Unified Process
11、 (RUP) software development methodology, in a unified modeling language (UML) for the analysis and design description language, using J2EE platform structure Trade and Industry to consolidated supervision by the law-executing system for needs analysis and system design, and the use of RUP system mod
12、eling methods of registered management of the self-employed workers, economic account management, inspection and supervision of credit management, management of charge and bills of the functional modules of the detailed design and code to achieve and realize the business has consolidated law-executi
13、ng system. Through the development of demand for interactive the industrial and commercial Department registration, regulation, credit, inspections, charge and other business data, clearing Out the current industrial and commercial Departmentregistration, regulation and unclaimed, the voucher manage
14、ment, charge, workflow, and generating standard UML Use Case descriptions and the use of binding document cases. According to the Commerce and Industry Bureau in Weifang City of current information to actual circumstances and operational needs of the overall system structure, functional structure, t
15、he hierarchical structure, storage structure, the network structure for the analysis and design of the system to ensure flexibility, stability, scalability and security. RUP methods used for the detailed design of the software to use case-driven, management of industrial and commercial business need
16、s and the early stage of type design, thereby generating the activity diagram, sequence diagram, After the kind of analysis, production associated categories, such entities, entities Management and Data Association category, By category analysis of the relationship between the class diagram generati
17、on, eventually lasting object mapping into the relational database tables. Using MVC design stratified by the View layer, Model Control layer and the layer functional components design, User interface and business logic of separation and dynamically generated web pages with HTML part of the logic of
18、 separation. In the development process as possible is the full protection of the results of the early phase of development, Also, as far as possible to ensure information systems scalability and maintainability. Through the tree-generating functions more complex algorithm, which is based on the mem
19、ory stack algorithm process solutions, and the use of generated output module tree.System has been in Weifang City business within the system running on the line all the regulation and supervision law-executing, improving law-executing effectiveness, strengthen the management fees have achieved noti
20、ceable results.Keywords:UML;structure;MVC;supervision and law-executing systems第一章 绪论1.1系统开发背景根据省工商局建设“小机关大基层”,积极改革创新市场监管手段的指导思想,人员安排、资金安排向基层倾斜,促进基层建设,加强基层管理,使工商所真正成为企业及个体工商户管理的第一线。随着机构改革的深入进行,越来越多的管理、审批权限下放到工商所,随着工商所行政职能的不断增强,工商所成为工商系统业务信息数据运行处理的主要机构,建立工商所信息管理系统,把信息采集与日常监管巡查相结合,把第一手获取的企业监管信息经处理后重新提
21、交市局中心数据库,既便于市局掌握第一手动态企业资料,也便于工商所规范行政管理过程。在增强对企业监管的同时,工商所的日常执法工作也需要得到上级主管部门的有效监管。潍坊市工商系统辖下17个分局218个工商所,地理位置遍布潍坊市所有市、县、乡镇,工商所工作相对独立,虽然市局设立了纪检监察室等一系列监控机构,但相对监控困难。通过信息手段实现网上审批,彻底改变工商所日常工作、信息反馈模式,有利于明晰职权,规范工商所行政管理手段,也有利于上级主管部门对工商所进行有效的监管。其中,收费管理和财务监管是工商所监管的重要内容。为了加强对潍坊市工商行政管理局及所属各级单位财务收费的管理,全面落实上级部门关于加强财
22、务行政收费管理工作的有关意见,利用信息化手段建立财务收费监管系统,分别对各局、工商所行政收费工作进行有效监控,加强对票据、收费监管的力度,提高业务收费工作效率,是杜绝乱收费、打白条现象,规范管理,增收节支的有效手段。1.2国内外的研究现状工商所是工商系统的最基层地方派出机构以及职能执行机构,工商所综合监管执法系统的业务体现了工商系统最根本的职能特点,就是对企业的监管、对市场交易行为的监管、信用体系的建立和消费者权益保护。各地经济发展程度不同,管理模式也相应有所区别。20世纪90年代以来,欧美等主要国家工商管理主要采用行会性质的社团组织完成,电子政务建设主要致力于管理机构与民众之间的沟通与交流,
23、致力于网络系统、信息渠道以及在线服务的建设,帮助消费者解决其消费法律咨询等方面的问题以及涉及居民必须的生产生活资料和商品的投诉等问题。如在德国的工商管理派出机构,电子政务建设的重点是实现对市场交易行为的巡查监管以及商品准入制度以及标准的制定。【1】而信用体系的建立在国外通常是通过法律框架之外的第三方在线机构来执行。最典型的如美国的最典型的如TRUSTe,它是一个非盈利性机构,其职能任务是通过改善信息披露机制来建立用户对互联网的信任,其会员是通过TRUSTe的专用信任标识来增加消费者对在线交易的信任。还有BBB (Beter usiness Bureau)以及()PA (Online Priva
24、cy Aliance)等中介结构,他们向消费者提供信用信息,帮助消费者辨识网上交易活动的真实性,并向执法部门提供欺诈行为的报告等。【2】我国的工商系统电子政务建设目前仍处在起步与尝试的阶段。在工商所市县所三级电子政务系统应该如何建设也有一部分论述。作为市县所三级工商行政电子政务系统,应能具备可扩展性好,自适应能力强,统一的网络管理和数据管理,瘦客户/胖客户的应用信息系统模式以及立体、多层次的安全防范体系的特点。【3】这也是我们本次项目开发过程中应该关注的内容。目前从工商系统电子政务建设发展情况来看,发展程度不平衡的现象比较突出。从地域来看,总体上东南沿海经济较为发达的地区,电子政务发展比较快,
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 工商所 综合 监管 执法 系统 设计 实现 硕士学位 论文
链接地址:https://www.31ppt.com/p-4023773.html