I still don't if it worth it by I've decided to answer this mail. Two parts,
first:
I've started using Hibernate on my project because of lots of
performance issues doing straight JDBC and also loads of bugs. So we
really needed an O/R mapping tool since there was way to many classes
in our domai
...fyi: http://forum.hibernate.org/viewtopic.php?t=936291
Is he on to something or is the readonly stuff in H3 the answer to this ?
--
Max Rydahl Andersen
callto://max.rydahl.andersen
Hibernate
[EMAIL PROTECTED]
http://hibernate.org
JBoss Inc
[EMAIL PROTECTED]
http://jboss.com
-
...or am i blind ? ,)
--
Max Rydahl Andersen
callto://max.rydahl.andersen
Hibernate
[EMAIL PROTECTED]
http://hibernate.org
JBoss Inc
[EMAIL PROTECTED]
http://jboss.com
---
SF email is sponsored by - The IT Product Guide
Read honest & candid review
Hi guys,
Just reran a set of startup performance tests, to see if something has
changed or I would be able to point out some new places
to put in some speedups. Unfortunately (or as expected) not much has
changed.
The same pattern always emerge on startup performance:
#1. xml reading is 40-60%
Hi Max,
Couple of months ago we were evaluating the use of Hibernate, and were
ran some performance comparisons between popular ORM tools. One of the
things we noticed is that serialization of lazy initialization poxies
is time consuming. I admit that when using Hibernate entities as DTOs
the prox