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
