Java - JDBC alternatives

Posted by Mike on Stack Overflow See other posts from Stack Overflow or by Mike
Published on 2010-03-07T16:47:46Z Indexed on 2010/05/05 22:38 UTC
Read the original article Hit count: 271

Filed under:
|

Hello, this is just teorethical question.

I use JDBC with my Java applications for using database (select, insert, update, delete or whatever). I make "manually" Java classes which will contain data from DB tables (attribute = db column). Than I make querys (ResultSet) and fill those classes with data. I am not sure, if this is the right way.

But I've read lot of about JDO and another persistence solutions.

Can you please recommend some?

Which are modern? Will be used in the future?

Some advantages of JDO over JDBC (in simple words).

I've been able to google lot of this stuff, but opinions from the "first hand" are always best.

Thank you for responses, Mike

© Stack Overflow or respective owner

Related posts about java

Related posts about jdbc