You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user-java@ibatis.apache.org by Pieter Baele <pi...@telenet.be> on 2008/03/06 12:27:41 UTC

Best way to implement CRUD GUI with iBATIS.

Hello,

For our program, some tables (5) need a CRUD editor (with JTable)

I've generated sqlmap's and DAOs for these tables with abator (and  
improved them where necessary)
so all necessary database operations should be available... (?)

What's the best way to implement this gui with AbstractTableModel?

Should I use transactions for a CRUD interface, or isn't it really a  
benefit?

-- PieterB