kukooBlog

          look to the master, follow the master, walk with the master, see through the master, become the master.

            BlogJava :: 首頁 :: 新隨筆 :: 聯系 :: 聚合  :: 管理 ::
            213 隨筆 :: 0 文章 :: 285 評論 :: 0 Trackbacks

          .... At the other end of a typical web application is the persistence layer. .... There are several open source object-to-relational mapping (ORM) frameworks that solve much of this problem. In particular, the Hibernate framework allows object-to-relational persistence and query service for Java. Hibernate has a medium learning curve for Java developers who are already familiar with SQL and the JDBC API. Hibernate persistent objects are based on plain-old Java objects and Java collections. ..... The following list contains the type of code that you would write inside a persistence framework:

           

          • Querying relational information into objects. Hibernate does this through an OO query language called HQL, or by using an expressive criteria API. HQL is very similar to SQL except you use objects instead of tables and fields instead of columns. There are some new specific HQL language elements to learn; however, they are easy to understand and well documented. HQL is a natural language to use for querying objects that require a small learning curve.
          • Saving, updating, and deleting information stored in a database.
          • Advanced object-to-relational mapping frameworks like Hibernate have support for most major SQL databases, and they support parent/child relationships, transactions, inheritance, and polymorphism.

           

          Here are some items that should be avoided in the persistence layer:

           

          • Business logic should be in a higher layer of your application. Only data access operations should be permitted.
          • You should not have persistence logic coupled with your presentation logic. Avoid logic in presentation components such as JSPs or servlet-based classes that communicate with data access directly.

           

          By isolating persistence logic into its own layer, the application becomes flexible to change without affecting code in other layers. For example, Hibernate could be replaced with another persistence framework or API without modification to the code in any other layer.

           

          Excerpt from "Wiring Your Web Application with Open Source Java" by Mark Eagle

           

          [NoteThis blog was migrated from my very old blog which was in the blogspirit.]


          Yourit ,
          Mycat Programming

          posted on 2005-06-02 09:14 kukooBlog 閱讀(873) 評論(0)  編輯  收藏 所屬分類: JavaProgramming
          主站蜘蛛池模板: 武邑县| 礼泉县| 集贤县| 阳城县| 灵石县| 泰来县| 南靖县| 宁河县| 连云港市| 宁阳县| 米易县| 吉林市| 高邑县| 子洲县| 苏州市| 凤山市| 克东县| 慈利县| 祥云县| 沁源县| 江阴市| 宁南县| 抚顺县| 富民县| 灵台县| 河北区| 盘锦市| 信丰县| 宜丰县| 乡城县| 绿春县| 金塔县| 类乌齐县| 深圳市| 青阳县| 肥西县| 海城市| 平凉市| 新乡县| 突泉县| 炉霍县|