首页 | 本学科首页   官方微博 | 高级检索  
相似文献
 共查询到19条相似文献,搜索用时 171 毫秒
1.
王谦  王浩 《数字社区&智能家居》2014,(11):2687-2688,2692
随着高校办学规模的不断扩大,财务报账难的问题日益突出,教职工和学生经常因为排队等候报账耽误大量的时间。针对高校财务报销的特点,设计和实现基于Web的网上报销系统,在系统内实现远程登录、账务处理、预约报账等功能对高校的可持续发展有着重要的意义。  相似文献   

2.
为了提高医院财务远程报账管理智能化水平,提出基于Struts框架的医院财务远程报账管理系统.首先设计系统总体结构构架,系统模块包括医院财务远程报账管理的数据库模块、信息交互模块、集成融合控制模块和网络模块等,构建医院财务远程报账管理的数据库模型,在Struts框架下进行医院财务远程报账管理的数据存储结构设计,构建医院财务远程报账管理的信息融合和资源调度算法,进行医院财务远程报账系统的信息加载控制,采用嵌入式的设计方法,进行医院财务远程报账优化控制和集成信息管理.测试结果表明,采用该方法进行医院财务远程报账管理的执行效率较高,时间开销较短,系统的输出稳定性较强.  相似文献   

3.
基于轻量级框架的网络招标系统的研究和设计   总被引:1,自引:0,他引:1  
阐述了基于轻量级框架的网络招标系统的研究和设计过程.分析了Struts Spring Ibatis的关键技术和三者之间的依赖关系.针对当前的网络招标系统还处于试验阶段,功能还将不断改进,因此需要采用具有可伸缩性和可维护性的框架技术来实现.Struts Spring Ibatis架构能很好满足这一需求.本文归纳了网络招标系统的主要功能,并对其安全性给出了相应的解决方案.设计了以Struts为表现层、Spring为业务层、Ibatis为持久层的框架作为网络招标系统的开发框架.最后对系统做了总结和展望.  相似文献   

4.
基于Struts和Hibernate的电子申购系统   总被引:17,自引:0,他引:17  
李伟镰  卢建朱 《计算机工程》2005,31(19):220-222
通过对现代物资申购作业的系统分析,在J2EE的B/S应用架构下,以Struts作为表现层框架、Hibernate作为数据持久层框架,设计了一个电子申购系统。并利用柔性构件技术、XML数据标准和Java语言实现。该系统效率高、职责明确、反馈快捷、方便,并具有良好的可扩展性、实用性和可维护性。  相似文献   

5.
结合应用系统多层次体系结构发展的现状,对Flex、Spring和Hibernate框架进行深入分析。应用Flex作为表示层实现,应用Hibernate作为持久层实现,并结合Spring技术作为业务层实现,进行框架整合,从而设计出了一套足够灵活、松散耦合、可扩展且高效的RIA教学测评系统。  相似文献   

6.
提出了一种用于工业自动化领域的开放式控制系统软件框架,简称OCSIA软件框架。OCSIA软件框架具有层次化结构,从低到高依次是基础驱动层、核心控制层和监管应用层。基础驱动层负责直接驱动包括串口、并口、现场总线等各种接口类型的物理设备,并作为数据服务器,以通道的形式向上层提供硬件无关接口。核心控制层通过通道与基础驱动层通信,实现对物理设备的间接控制;并实时监测系统状态,在系统状态发生异常时,向监管应用层发送报警信息。监管应用层提供系统监管人员与系统的交互接口,方便系统监管人员对系统运行环境的实时监视和控制。通过设计和实现一个传输控制系统的实例模型验证了OCSIA软件框架的正确性和可行性。  相似文献   

7.
基于J2EE技术的政府采购系统的设计与实现   总被引:1,自引:2,他引:1  
刘宇  胡建平 《计算机工程》2005,31(8):195-197,229
采购系统的设计以J2EE技术为指导,设计并实现了一个B/S结构的3层电子政务应用框架。系统通过Portal用户管理、Web层和EJB层结合的安全框架,保证了操作的安全性,并实现了便于扩展的统一的数据访问接口。系统在广东省政府采购中心的使用中表明设计是可行有效的。  相似文献   

8.
为了解决心理跟踪系统中的数据安全及并发等问题,文中采用了基于SSH框架技术设计模式设计并实现了大学生心理跟踪系统,使用Struts作为系统的整体基础架构,使用Spring框架实现表现层,在Struts框架的模型部分,利用Hibernate框架对持久层提供,在降低了各层之间的耦合度的同时,提高了系统代码的复用性.  相似文献   

9.
基于.NET的Web应用框架的设计与实现   总被引:1,自引:1,他引:1  
朱忱  宋顺林 《计算机工程与设计》2006,27(8):1446-1448,1482
分析了目前Web应用的不足,介绍了Web服务和持久层技术,提出了一种.NET平台下的Web应用框架.该框架将传统三层Web应用系统中的应用服务层进一步从逻辑上划分为三个层次:业务外观层、业务规则层和持久层.业务外观层采用Facade设计模式进行设计,以Web服务方式向Web表示层提供服务,并利用Tier Developer设计持久层,实现对象持久化.最后以供应链管理(SCM)系统中的采购单模块为例,给出了该框架的具体实现.  相似文献   

10.
财务管理系统是财务工作信息化的基本工具,它作为工具替代手工记账、算账、报账等,实现对会计信息的收集、整理、输出、分析、预测、决策等有重要意义。全文首先介绍了基于J2EE的财务管理系统总体结构,然后分析了其具体应用:主要有账务处理,电子转账,财务管理中退库单的管理,帐表打印等。  相似文献   

11.
软件质量保证过程主要有审计、评审和处理不符合问题等三项主要活动,其中处理不符合问题是软件质量保证的核心.本文明确了多角色参与处理不符合问题的流程,通过对流程的系统分析,在J2EE的B/S应用架构下,以Struts作为表现层框架、Hibernate作为数据持久层框架,设计实现了一个软件质量审计系统的不符合问题处理部分,并利用了XML和JavaMail等技术.该系统职责明确、通过邮件操作提高工作效率,具有良好的可扩展性、实用性和可维护性.  相似文献   

12.
本文提出一种面向网络隔离架构的业务流行为控制的高可信交互框架,解决了企业互联网移动应用难以访问复杂安全架构下的高安全区业务数据的问题,确保了业务系统关键数据的安全.在网络安全防护要求下,引入移动接入网关,分解业务数据跨安全区交互过程,通过特殊的访问转换与通信方法,实现了业务数据通过各型隔离装置的安全、可信传输和业务流行为控制.该框架目前已在员工报销、考勤打卡、电力系统配网抢修、移动巡检等多个业务领域得到广泛应用.  相似文献   

13.
遗留系统的再工程是企业信息化建设必须解决的问题,在基于SOA的企业遗留系统复用框架的基础上,给出了通过Web Services技术将遗留系统从数据层、业务层、应用层进行封装的模型,并结合B/S结构的Web应用程序开发现状,实现了SSH框架下的遗留系统再工程过程。  相似文献   

14.
基于EOS的网上报销系统的设计与实现   总被引:1,自引:0,他引:1  
针对企业财务报销采用纸质方式所产生的弊端,设计并实现了一种网上报销系统。该系统采用国内最先进的中间件产品EOS,严格遵循J2EE框架的MVC设计理念,实现了财务报销系统的业务流程。该系统的实现提高了财务报销的效率,提升了企业的管理效率和能力,真正达到了数据共享和融合。  相似文献   

15.
In this paper, a framework is proposed for the distributed control and coordination of multiagent systems (MASs). In the proposed framework, the control of MASs is regarded as achieving decentralized control and coordination of agents. Each agent is modeled as a coordinated hybrid agent, which is composed of an intelligent coordination layer and a hybrid control layer. The intelligent coordination layer takes the coordination input, plant input, and workspace input. In the proposed framework, we describe the coordination mechanism in a domain-independent way, i.e., as simple abstract primitives in a coordination rule base for certain dependence relationships between the activities of different agents. The intelligent coordination layer deals with the planning, coordination, decision making, and computation of the agent. The hybrid control layer of the proposed framework takes the output of the intelligent coordination layer and generates discrete and continuous control signals to control the overall process. To verify the feasibility of the proposed framework, experiments for both heterogeneous and homogeneous MASs are implemented. The proposed framework is applied to a multicrane system, a multiple robot system, and a MAS consisting of an overhead crane, a mobile robot, and a robot manipulator. It is demonstrated that the proposed framework can model the three MASs. The agents in these systems are able to cooperate and coordinate to achieve a global goal. In addition, the stability of systems modeled using the proposed framework is also analyzed.  相似文献   

16.
In this work, we propose a conceptual framework for integrating dynamic economic optimization and model predictive control (MPC) for optimal operation of nonlinear process systems. First, we introduce the proposed two-layer integrated framework. The upper layer, consisting of an economic MPC (EMPC) system that receives state feedback and time-dependent economic information, computes economically optimal time-varying operating trajectories for the process by optimizing a time-dependent economic cost function over a finite prediction horizon subject to a nonlinear dynamic process model. The lower feedback control layer may utilize conventional MPC schemes or even classical control to compute feedback control actions that force the process state to track the time-varying operating trajectories computed by the upper layer EMPC. Such a framework takes advantage of the EMPC ability to compute optimal process time-varying operating policies using a dynamic process model instead of a steady-state model, and the incorporation of suitable constraints on the EMPC allows calculating operating process state trajectories that can be tracked by the control layer. Second, we prove practical closed-loop stability including an explicit characterization of the closed-loop stability region. Finally, we demonstrate through extensive simulations using a chemical process model that the proposed framework can both (1) achieve stability and (2) lead to improved economic closed-loop performance compared to real-time optimization (RTO) systems using steady-state models.  相似文献   

17.
刘飞  雷旭升 《计算机仿真》2007,24(9):124-128
主控层软件是仿人机器人重要组成部分,主控层软件设计编写的优劣直接影响到仿人机器人的工作性能.在借鉴国内机器人主控层软件构架设计经验的基础上,针对仿人机器人控制系统的特点,在混合构架的设计思想基础上,采用分层模式设计仿人机器人主控层软件系统框架.该框架由三部分组成:陈述层,业务层和数据层,其中业务层作为仿人机器人软件系统的核心,采用模块化设计,使用消息作为各个模块通信协调机制,多线程多进程作为并发执行的机制,此框架具有良好的扩充性和可重用性等优点.最后在此框架基础上设计的一个具体主控层系统软件实例,在MIH-Ⅰ仿人机器人上稳定运行,证明了该框架的有效性.  相似文献   

18.
With rapid advances in new generation information technologies, digital twin (DT), and cyber-physical system, smart assembly has become a core focus for intelligent manufacturing in the fourth industrial evolution. Deep integration between information and physical worlds is a key phase to develop smart assembly process design that bridge the gap between product assembly design and manufacturing. This paper presents a digital twin reference model for smart assembly process design, and proposes an application framework for DT-based smart assembly with three layers. Product assembly station components are detailed in the physical space layer; two main modules, communication connection and data processing, are introduced in the interaction layer; and we discuss working mechanisms of assembly process planning, simulation, predication, and control management in the virtual space layer in detail. A case study shows the proposed approach application for an experimental simplified satellite assembly case using the DT-based assembly application system (DT-AAS) to verify the proposed application framework and method effectiveness.  相似文献   

19.
为了解决角色访问控制系统的实用性,对该系统采用了基于MVC模式的J2EE技术进行分析与设计。在这个架构中,采用Struts架构来实现视图层、业务层和控制层的分离,采用Hibernate架构来实现数据持久层,从而得到一个扩展性强、耦合低、易维护的系统解决方案。  相似文献   

设为首页 | 免责声明 | 关于勤云 | 加入收藏

Copyright©北京勤云科技发展有限公司  京ICP备09084417号