I have an application which has been in production for about half a year.
Technical specifications:
* Weblogic 8.1 SP4 on a unix box
* Oracle 9i
* Existing persistence layer is implemented using JDBC encapsulated in DAO
classes.
I've recently looked into incorporating Hibernate into this application (3.1.3).
I've played with Hibernate before on my free time and it seemed to
offer a lot. I've overcame some problems when integrating with Weblogic and
was able to save and load objects successfully.
I'm currently assessing the advantages and disadvantages.
Complete refactoring of the existing JDBC code is unlikely to occur in the
near future. If we are to add more than 5 tables, I think that introducing Hibernate will be worthwhile. Though I don't forsee an special problems, aside from a small learning curve, I wanted to know whether somebody has done this before and can offer tips (if any). For example, are there any issues with Oracle and Hibernate? Any feedback from *personal* experience would be greatly appreciated.
Thanks.
|