Hibernate 3 + ASM

O

oliviergir

Hello,

Why exactly Hibernate needs cglib and asm ?

Is there a way to configure and use Hibernate without asm.jar ? What
would then be the consequences in term of performance ?


Same questions regarding spring-hibernate ?

Thanks by advance
 
C

Chris Smith

Why exactly Hibernate needs cglib and asm ?

Hibernate gains additional performance by generating code on the fly
from your hbm files, rather than sorting through the XML DOM every time
you need to store an item in the database.
Is there a way to configure and use Hibernate without asm.jar ? What
would then be the consequences in term of performance ?

I don't know if it could be done.

--
www.designacourse.com
The Easiest Way To Train Anyone... Anywhere.

Chris Smith - Lead Software Developer/Technical Trainer
MindIQ Corporation
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,262
Messages
2,571,044
Members
48,769
Latest member
Clifft

Latest Threads

Top