Note that there are some explanatory texts on larger screens.

plurals
  1. POHibernate/EclipseLink? Which is best with Weblogic,Oracle DB?
    primarykey
    data
    text
    <p>In my company, we are using Oracle DB and Weblogic application server. So in the process to upgrade or switch to new ORM, we shortlisted two options - Hibernate and EclipseLink.</p> <p>I gathered following summary regarding both ORMs -</p> <p>Hibernate:</p> <ol> <li>When you need to train people, like we are going to do next week – most of the companies have Hibernate experts.</li> <li>When you hire new developers, most of them come with specific Hibernate experience.</li> <li>When you need to consult with experts, both in the internet or consultants, you have LOTS of options. Endless forums and communities all regarding Hibernate.</li> <li>Hibernate is an open source which has a huge community. This means that it will be improved all the time and will push the ORM market forward.</li> <li>Hibernate is an open source which means you have the code to handle, and in case needed, fit it to your needs.</li> <li>There are lots of plugins to Hibernate, such as validations tool, audit tools, etc. These becomes standard as well and dismiss you from impl. things yourself.</li> <li>One most important thing with ORM tool, is to configure it according to your application’s needs. Usually the default setting doesn’t fit to your needs. For that sake, when the market has a huge experience with the tool’s configuration, and lots of experts (see point 1 and 3) – most of chances you will find similar cases and lots of knowledge about how to configure the tool and thus – your application.</li> </ol> <p>EclipseLink:</p> <ol> <li>Fully supported by Oracle. Hibernate no. In case of pb, it could be cumbersome to prove that it is a pure Weblogic one. Concretely, we will have to prove it (waste of time and complexity).</li> <li>Eclipse link is developed by Oracle and the preferred ORM in the Weblogic /Oracle DB world.</li> <li>Even if at a certain time EclipseLink was a bit late compared to Hibernate (feature), EclipseLink evolved very fast and we can consider now that they close the gap.</li> <li>No additional fee as soon as you have Weblogic license. You will need to pays additional fee if you want some professional support on Hibernate.</li> <li>We are currently relying on Hibernate for our legacy offer and are facing pb in second level cache (JGroups). Today, we are riding off this part!. Consequences are limitation in clustering approach (perf)</li> <li>On EclipseLink side we do succeed to manage first and second level cache in a clustering approach.</li> <li>Indeed Hibernate is open source, so you can imagine handling it. In reality, the code is so complex that it is nearly impossible to modify it. Moreover as it is LGPL, you need to feedback all the modified sources to the community systematically.</li> <li>All tests performed by Oracle concerning Weblogic are using EclipseLink. Moreover, Oracle says that some specific optimizations are done to manage Oracle DB.</li> <li>Hibernate comes from JBoss community.</li> </ol> <p>Right now we are preferring Hibernate but there are concerns/reasons like EclipseLink developed by Oracle and preferred ORM in Webogic/ Oracle DB world (compatibility of ORM with DB and App. server), support comparison with both ORM, which are preventing to finalize the decision.</p> <p>Please help me with you views and opinions and share you experience with us as which one is better and why so that we can make a perfect decision.</p> <p>If you want you can also reply to me @ yogesh.golande@gmail.com.</p> <p>Thanks.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload