-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
 Post subject: Speed up mapping/binding/rocessing during development
PostPosted: Tue Feb 13, 2007 4:08 am 
Newbie

Joined: Wed Aug 18, 2004 10:44 am
Posts: 14
Hibernate version:
3.2

Hi List,

We are using JPA in servlets, ant it works just fine. During development, you change your code, compile and reload the application. Reload of the application forces Hibernate to bind, map and process annotations, which takes about 8 secs.

We would like to speed up this process. Any ideas on how to do this?

Often you are just working on one servlet, and just a part of the datamodel. It would be nize, if I could configure Hibernate to lazely bind, map and proccess annotations.

...or maybe i could somehow decouble servlet code and hibernate, so that when I change the servlet code, I dont have to reload the Hibernate part.

Any Ideas?

Regards,
René


Top
 Profile  
 
 Post subject:
PostPosted: Thu Feb 15, 2007 7:41 pm 
Hibernate Team
Hibernate Team

Joined: Sun Sep 14, 2003 3:54 am
Posts: 7256
Location: Paris, France
your last proposal worth a try, aside from that, splitting your model definition is smaller independent persistence units will help

_________________
Emmanuel


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.