IBATIS SQL MAPS TUTORIAL

Posted by Anonymous 0 komentar
This brief tutorial will take you through a walkthrough of a typical use of SQL Maps. The SQL Maps framework is very tolerant of bad database models and even bad object models. Despite this, it is recommended that you use best practices when designing your database (proper normalization) and your object model. By doing so, you will get good performance and a clean design.

The easiest place to start is to analyze what you’re working with. What are your business objects? What are your database tables? How do they relate to each other? For the first example, consider the following simple Person class that conforms to the typical JavaBeans pattern.

Download IBatis tutorial

0 komentar:

Post a Comment