Hi,
As part of our new project, am doing analysis on performance of ORM tools. I compared two
1 . JPA(Hibernate) in
JBOSS 5
2. only Hibernate.
I had inserted some records using the same and found that JPA(Hibernate) is performing well(taking less time) than Hibernate.
My Assumption on JPA(Hibernate) in JBOSS 5 :
Jboss 5 JPA(Hibernate) is nothing but JPA API is implemented to use Hibernate in background. which is an additional Layer.
But how come JPA(Hibernate) with additional layer is performing well than only Hibernate...
Please help me out..
Ashok
SCJP1.4,SCWCD 1.4, SCBCD5, XML Cer -
Test 142