IBATIS DATABASE LAYER DEVELOPER'S GUIDE

Posted by Anonymous 0 komentar
Download free iBATIS Database Layer Developer’s Guide pdf. Welcome to the iBATIS Database Layer! This framework will help you design and implement better persistence layers for your Java applications. There are two main components to the framework, which are: SQL Maps and Data Access Objects. In addition to these, there are a number of utilities included that you might find useful.

SQL Maps are by far the most exciting feature of the framework and really provide the core value of the iBATIS Database Layer. Using SQL Maps you can significantly reduce the amount of Java code that you normally need to access a relational database. SQL Maps simply map JavaBeans to SQL statements using a very simple XML descriptor. The biggest advantage of SQL Maps over other frameworks and object relational mapping tools is simplicity. To use SQL Maps you need only be familiar with JavaBeans, XML and SQL. There is very little else to learn. There is no complex scheme required to join tables or execute
complex queries. Using SQL Maps you have the full power of SQL at your fingertips.

Download iBATIS Database Layer Developer’s Guide

0 komentar:

Post a Comment