// shall I write some keywords here to boost search engine ranking?

Tuesday, June 27, 2006

Abator for iBatis

Using Abator for iBatis to generate those SQL mapping XML and DAO code is easy. The easiest way is install it as Eclipse plugin.

But the XML and code generated hav some limitation, here I will list some:
- it generate on SQL mapping XML file only, the iBatis configuration XML was not included
- The SQL generated is tie to database name, example: SELECT .... FROM DB_NAME.TABLE_NAME

No comments: