首页 | 本学科首页   官方微博 | 高级检索  
相似文献
 共查询到20条相似文献,搜索用时 156 毫秒
1.
使用轻量级框架进行J2EE应用开发   总被引:9,自引:0,他引:9  
主要研究如何使用轻量级框架spring结合开源框架struts和hibernate进行J2EE Web应用开发.首先介绍轻量级框架以及其优点,然后介绍一个轻量级框架的实现spring,结合一个简单的开发实例具体说明如何使用轻量级框架进行J2EE应用开发,并对使用轻量级框架的应用开发过程进行了总结.实践证明,spring框架的确能让开发工作变得更为简单有效.  相似文献   

2.
Linux安全模块的设计与实现   总被引:1,自引:0,他引:1  
Linux安全模块是为Linux内核开发的一款轻量级的通用访问控制框架,这种访问控制框架能使许多的访问控制模型作为动态内核模块执行.文中阐述了Linux安全模块的设计思路以及实现方法,并且讨论了如何在对Linux内核影响最小的情况下探索一个有效的解决方案.  相似文献   

3.
本文引入了轻量级Web开发框架Spring,分析其原理和实现,剖析了核心机制IoC和AOP,并结合MVC模式设计思想,将它分为视图层、控制层、业务逻辑层、数据持久层,并对每层的实现策略进行研究与改进,给出以Spring框架为核心,整合可重用动态数据管理构件和Acegi安全框架的轻量级Web应用框架的总体结构设计。  相似文献   

4.
杜远坤  张跃虎 《福建电脑》2011,27(5):130-131,143
本文阐述基于J2EE轻量级框架的高校课程设置的设计与实现过程,分析Struts、Spring和Hibernate三大轻量级框架在实际应用中的优势,并给出表现层基于Struts框架、业务逻辑处理层基于Spring框架、数据持久层基于Hibernate框架的系统设计方案.  相似文献   

5.
J2EE轻量级框架的研究与应用   总被引:8,自引:1,他引:7  
介绍了当前J2EE平台上的轻量级框架组合Struts、Spring、Hibernate,以及每个框架的基本特征及其优势.该轻量级框架可以基于J2EE平台快速开发出企业级的Web应用,它们可以分别应用于Web应用的各层,实现多层开发的低耦合.最后以用户信息管理为例,具体介绍了框架的应用.  相似文献   

6.
目前很多应用系统是建立在Web基础上,基于B/S结构的Web应用程序也成为Internet上使用最为广泛的应用开发技术.而J2EE平台的成熟,为Web应用程序更进一步的发展提供了更广阔的空间.利用现有的Web框架技术实现Struts框架、Spring框架和Hibernate框架集成;应用这种框架整合技术,提出基于J2EE轻量级框架的销售信息管理系统的解决方案,提高了系统灵活性、可复用性和可维护性.  相似文献   

7.
在这篇文章里,将要对基于Spring的轻量级框架做一个简单的介绍。介绍Spring框架的一些基本概念。设计了基于Spring的轻量级JavaEE应用的设计方案。让读者了解使用轻量级框架开发JavaEE应用。  相似文献   

8.
利用框架技术构建Web应用   总被引:4,自引:2,他引:4  
目前开发基于Java的Web应用正逐渐转向开源框架支持的轻量级开发架构,基于框架的Web应用具有高可靠性、可复用性,可扩展性和可维护性等优点.当前主流的开源框架有Struts、Spring和Hibernate,其中Struts是一个优秀的MVC框架,Spring是以AOP为基础并实现了IoC机制的轻量级框架,Hibernate是实现了对象/关系映射的持久化框架,它们三者的整合是目前一个比较流行的开发架构.分别介绍这3个框架,然后介绍整合了它们的一个开发架构,并通过一个实际的例子说明了在应用中将它们整合的方法.  相似文献   

9.
J2EE体系的核心规范EJB对于许多中小企业的Web应用显得过于厚重,急需引入一种轻量级的Web应用框架,降低系统的实现难度和开发成本。以Spring为核心,集成Hibernate、Acegi等开源框架技术构建基于J2EE的Web应用框架,采用分层的思想,实现权限管理、信息管理等基本功能,为Web开发者提供一个轻量级的、可复用的、可扩展的框架。基于该框架实现威海市大型科学仪器共享平台的设计开发,以此说明该Web应用框架的高效性、灵活性和可复用性。  相似文献   

10.
基于Struts_Spring_Hibernate的整合框架概述及其应用   总被引:1,自引:0,他引:1  
基于Struts、Sping和Hibernate这三种开源框架的轻量级J2EE架构,能使应用程序做到松散耦合。其中表示层用Struts框架,业务层用Spring框架,而持久层用Hibernate框架。文章介绍了这种架构并将其应用到了银行的信息系统认证授权平台中。  相似文献   

11.
A Trust-Based Context-Aware Access Control Model for Web-Services   总被引:2,自引:0,他引:2  
A key challenge in Web services security is the design of effective access control schemes that can adequately meet the unique security challenges posed by the Web services paradigm. Despite the recent advances in Web based access control approaches applicable to Web services, there remain issues that impede the development of effective access control models for Web services environment. Amongst them are the lack of context-aware models for access control, and reliance on identity or capability-based access control schemes. Additionally, the unique service access control features required in Web services technology are not captured in existing schemes. In this paper, we motivate the design of an access control scheme that addresses these issues, and propose an extended, trust-enhanced version of our XML-based Role Based Access Control (X-RBAC) framework that incorporates trust and context into access control. We outline the configuration mechanism needed to apply our model to the Web services environment, and provide a service access control specification. The paper presents an example service access policy composed using our framework, and also describes the implementation architecture for the system.This is an extended version of the paper that has been presented at the 3rd International Conference on Web Services (ICWS), San Diego, 6–9 July 2004.Recommended by: Athman Bouguettaya and Boualem Benatallah  相似文献   

12.
Multimedia content,user mobility and heterogeneous client devices require novel systems that are able to support ubiquitous access to the Web resources.In this scenario,solutions that combine flexibility,efficiency and scalability in offering edge services for ubiquitous access are needed.We propose an original intermediary framework,namely Scalable Intermediary Software Infrastructure (SISI),which is able to dynamically compose edge services on the basis of user preferences and device characteristics.The SISI framework exploits a per-user profiling mechanism,where each user can initially set his/her personal preferences through a simple Web interface,and the system is then able to compose at run-time the necessary components.The basic framework can be enriched through new edge services that can be easily implemented through a programming model based on APIs and internal functions.Our experiments demonstrate that flexibility and edge service composition do not affect the system performance.We show that this framework is able to chain multiple edge services and to guarantee stable performance.  相似文献   

13.
分类信息系统是Web2.0时代的典型应用,文章以分类信息系统的开发为背景,对著名Ajax框架DWR与JavaEE轻量级开发框架SSH的集成进行深入探讨。系统采用了分层设计的思想,基于SSHD集成框架进行开发,以Spring为管理容器,Struts实现系统表现层,Hibernate实现数据访问,DWR实现Ajax效果,提升了系统用户的体验,提高了系统的可维护性和可扩展性。  相似文献   

14.
基于ASP.NET Web服务集成企业信息   总被引:5,自引:0,他引:5  
卞永刚  王茜 《微机发展》2004,14(1):34-36
针对现代企业地理位置分散和商务活动频繁多样的特点,提出了基于ASP.NET Web服务进行企业信息集成的方法,充分利用.NET框架所提供的强大功能,在Web服务中封装商务处理模块,对外提供服务接口,从而提供对分布异构数据源的访问能力;利用ASP应用程序提供友好的用户界面,ASP应用程序利用SOAP访问Web服务,具有防火墙穿越的能力。系统基于已有的协议标准,消息格式和数据交换采用XML格式,可以和其它系统很好地交互,便于升级维护,具有良好的应用前景。  相似文献   

15.
王维  黄敏  孙禾 《计算机工程》2010,36(2):252-253
在社会Agent理论的基础上,提出面向社会Agent的网络监测系统框架。结合软件复用的思想,根据网络监测数据,将该框架分为自治功能层、个体意识层和社会意识层的3层监测系统抽象模型。基于该框架设计的网页内容访问监测软件开发速度快、资源复用率高和鲁棒性强。  相似文献   

16.
汤亚玲  崔志明 《计算机工程》2012,38(20):179-183
现有网页分类技术忽略用户个性行为的差异.为此,提出一种结合用户行为特征分析的网页分类技术.运用知识规则发现、页面特征提取等方法,分析Web用户的访问历史和个性化定制信息,学习并掌握用户的行为和兴趣.针对用户的认知特征,提供合适的Web页面分类模式,能在一定程度上改进单纯统计学网页分类方法在自然语言理解上的不足.实验数据表明,该分类方法与多种统计学方法相结合实施网页分类均能有效地提高分类准确率,使网页分类结果更接近分类的真实情形和要求.  相似文献   

17.
基于元数据的对象管理的Web框架   总被引:1,自引:0,他引:1  
提出了一种基于元数据的对象管理的Web框架(OMF),OMF针对目前流行的Web框架(如Struts等)缺少存储、一致性差等问题,充分运用JDO、Servlet、JSP等标准,使用XML定义对象元数据,辅以面向域的代码生成技术,实现了对象的持久、事务、表现视图等的一致性管理,并同时集成了灵活的基于角色和ACL的访问控制机制。通过该框架,能实现快速创建Web应用系统,极大地提高开发效率。  相似文献   

18.
Facilitated by the SOA and new Web technologies, Service-Oriented Rich Clients (SORCs) compose various Web-delivered services in Web browser to create new applications. The SORCs support client-side data storage and manipulation and provide more features than traditional thin clients. However, the SORCs might suffer from data access issues, mainly due to both client-side incompatible data sources and server-side improper or even undesirable cache strategies. Addressing the data access issues, this paper proposes a data access framework for SORCs. The main contributions of this paper are as follows. First, the framework makes the SORCs accommodate heterogeneous local storage solutions and diverse Web browsers properly. The framework abstracts the underlying details of different local storages and selects the most proper data sources for current SORC in use. Secondly, the framework provides a cache mechanism, which supports client-side customized cache strategies. An adaptive technique for the strategies is also proposed to adjust cache strategies based on users?? historical actions to achieve better performance.  相似文献   

19.
基于Struts和JDO的信息管理系统   总被引:3,自引:0,他引:3  
饶文碧  范昆鹏 《微机发展》2004,14(10):15-16,20
Struts是广泛应用的Web框架,但它没有提供如何访问数据的方法。JDO是数据访问框架,利用O-R映射来访问数据库,而一般要用JDBC和SQL来访问数据库,较之JDO更加方便和快捷。一个成熟的应用需要两者结合起来才能形成一个完整的方案。这里提出用Struts作为前台和逻辑控制,用JDO作为后台数据访问层来开发B/S架构的信息管理系统的一种方案。  相似文献   

20.
针对传统访问控制策略的不足,提出面向Web服务的交互式访问控制策略模式,为适应Web服务间的信息交互访问安全,设计一种基于SAML认证授权框架以实现协同用户与服务商之间交互访问的匹配机制。以Web服务的访问控制过程为例,分析Web服务的交互式访问控制协议的实现过程,结果证明,该协议能为Web服务提供更细粒度的访问控制。  相似文献   

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

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