Spring vs Hibernate

Posted by Vidar on Stack Overflow See other posts from Stack Overflow or by Vidar
Published on 2009-02-09T20:55:26Z Indexed on 2010/05/23 16:01 UTC
Read the original article Hit count: 246

Filed under:
|
|

Just trying to get my head round Spring and figuring out how I wire up an Oracle connection in xml config file, and now find out I need yet another framework! - Hibernate, this is soooo frustrating as it feels like I'm getting deeper and deeper into more and more frameworks without actually getting what I need done!

I looked at Hibernate and it seems to do similar things to Spring, bearing in mind I just want to do some SQL inserts in Oracle.

I am reluctant and do not have time to learn 2 frameworks - could I get away with just adopting Hibernate for the simple things I need to do?

© Stack Overflow or respective owner

Related posts about java

Related posts about hibernate