Skip to Main Content

Java Database Connectivity (JDBC)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JDBC vs. Hibernate

843854May 3 2004 — edited May 3 2004
Can anyone please tell me what you think about using JDBC instead of Hibernate for small applications?

Here are some facts about my app:
1). roughly 35 database tables
2). using JBoss application server for Connection
3). POJOs as DAOs, wrapped in Session Beans

Hibernate is proving to be a real challenge to develop, mainly because of XDoclet not generating my .hbm.xml files. It works fine for the JBoss server file though. I know I'd figure it out eventually, but I need to decide how much more time to spend on learning it--before our budget runs out. Like I stated above, our applications are very small. So before I start, can anyone tell me:

Am I making a big mistake by using JDBC directly from within JBoss?

Your comments, no matter how brief, would be greatly appreciated.

Regards,
Itchy


Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 31 2004
Added on May 3 2004
5 comments
186 views