From: Aplaws D. L. <apl...@li...> - 2009-06-23 19:27:48
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7460154 By: bprucha Just to throw my $.02 in, I agree with others about adopting Hibernate or another implementation of Java Persistence API. It is a standard just like JCR so I don't get the argument that companies will want JCR over it. It fits in well with the exising architecture. I have looked into the Alfresco code and it's use of JCR and I considered the design very messy and not scalable. The developers of Alfresco had to rely on Lucene indexs to provide efficient data lookup. Having to sync the Lucene index with the JCR data was a real burden and caused unexpected results when they weren't synced properly. Relational databases still rule and JCR has not proven itself IMHO. ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=368401 |