Hello,
I am on the process to write an application in EP5 which will populate data for Oracle tables. I looked at API for KM and realized I need to use Java JDBC connection.
My question: Did anybody use any JDBC based library to eliminate huge numbers of JDBC/SQL codes? I found couple and hope somebody had a good experience.
Thanks
Leonid
Hi,
slim and "fast to learn" little framework for connectionpooling or sql-queries are
http://jakarta.apache.org/commons/dbutils/
and
http://jakarta.apache.org/commons/dbcp/
(dbcp if You want to programm to con on Your own - working on EP6 I cant' remember what EP5 overs...)
A step further: You can choose e.g. hibernate for object ratioanl mapping.
But if You are looking (and I thin You do) for a tool which displays DB-tables 1:1 in a TableViewModel You have to create Your own "framework"...
Walter
Add a comment