Not bad after all
Been using Ibatis for quite while. I must say its simplycity contribute a lot to speed up my development. The only things that bugging me is that we need to test the dao layer. Yes most of the time I stumbled upon some silly sql error, the syntax part.
Somehow I’m a bit curious on deciding between hibernate and Ibatis. If given a chance on deciding the architecture, at which point should we opt between these two?
I am a strong believer of ‘THERE ARE NO SUCH THING AS SILVER BULLET’. After some time working with Ibatis, I can see several sweet spot using this tool.
- total power of SQL in ur hands ( this got nothing to do with celcom mind u )
- simplicity on abstraction of persistance layer
On the bad site;
- CRUD will become a tedious job






ibator
titi
June 7, 2009 at 2:31 pm
I don’t know, but I’d stay as far as I can from writing my own SQL. I’d even stay way from writing HQL.
(unless the tool can check my syntax and provide compile-time type safety)
Ikhwan
June 8, 2009 at 8:41 am
yayaya same opinion with Ikhwan… we don’t like SQL statement
ryzam
June 19, 2009 at 11:41 am
haha…in the end hibernate, ibatis, ibator, sql just simply a tools to make our life as developer easier. Hammer will be always be a hammer.
peysal
July 21, 2009 at 10:39 pm