节点文献

框架技术在Web系统开发中的应用

Application of Framework Technology in Web System Development

  • 推荐 CAJ下载
  • PDF下载
  • 不支持迅雷等下载工具,请取消加速工具后下载。

【作者】 黄华

【Author】 HUANG Hua (Computer and Information Engineering College,Hohai University,Nanjing 210098,China)

【机构】 河海大学计算机及信息工程学院 江苏南京210098

【摘要】 Spring是近来出现的一个使用POJO(纯粹Java对象),以控制倒置(IoC)原则和面向方面编程思想(AOP)为基础的轻量级J2EE开发框架。Hibernate是一个对象持久化工具,它通过其强大的O/R映射功能将Java对象同存放于关系数据库中的数据进行映射,避免了开发人员使用大量的SQL语句通过JDBC的方式对数据库进行操作。文中划分了Web系统的层次,介绍了应用Spring框架负责进行业务层,及Hibernate框架进行持久层开发的一般步骤,最后介绍了这两个框架的整合方法。这样便于“解耦”代码,允许新的组件被添加进来,而且使代码易于维护,同时还能有效地提高开发效率。

【Abstract】 Recently,there is a lightweight framework called Spring that is based upon the theoretics of Ioc and AOP.It uses POJO to build the J2EE application. Hibernate is a persistence service that stores Java objects in relational databases with its powerful,high performance object/relational persistence function.Using it,the developers can avoid writing many SQL sentences to operate the database through JDBC.First,the paper separates the Web application.Then introduces how to develop the business and persistence layer using Spring,Hibernate framework.At last,this paper explains the way to integrate with them. Doing this will decouple your code,allow new code components to be added,and make your application more maintainable. At the same time it can improve the development efficiency evidently.

【关键词】 SpringHibernate持久层业务层域模式
【Key words】 SpringHibernatepersistence layerbusiness layerdomain model
  • 【文献出处】 微机发展 ,Microcomputer Development , 编辑部邮箱 ,2005年05期
  • 【分类号】TP393.09
  • 【被引频次】61
  • 【下载频次】308
节点文献中: 

本文链接的文献网络图示:

本文的引文网络