-->
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.  [ 3 posts ] 
Author Message
 Post subject: OLTP System using Hibernate, how to do the same with Batch
PostPosted: Sun Apr 11, 2004 8:52 pm 
Beginner
Beginner

Joined: Sat Nov 22, 2003 3:54 pm
Posts: 42
Hi,

We have a web app making use of the Hibernate 2.1 for the persistence storage. Its a higly OLTP system. Also there is one piece of advice i would like to ask from all, is that there is one important part of our system that gets the data in excel file(uploaded through the web app) and might have records that can range from # 50 to 1000. Curently we are not using Hibernate for loading that thing, its been acted upon seperately with some utilities and loaded into some temp tables and then acted upon by stored procedure to load them into the main transaction tables. I was thinking would it be good enough if we convert that excel file into an xml file before the client loads that data through our web app and make use of that xml file and let it go through Hibernate (making use of XMLDataBinder) and load in the DB temp tables.

It would be great if somebody throw some piece of advice on this?

Thanks


Top
 Profile  
 
 Post subject:
PostPosted: Sun Apr 11, 2004 9:06 pm 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 12:50 pm
Posts: 5130
Location: Melbourne, Australia
I would not use Hibernate for this. What you are doing currently sounds fine.


Top
 Profile  
 
 Post subject:
PostPosted: Sun Apr 11, 2004 11:47 pm 
Beginner
Beginner

Joined: Sat Nov 22, 2003 3:54 pm
Posts: 42
Thanks Gavin!


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 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.