-->
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.  [ 1 post ] 
Author Message
 Post subject: How to handle massive data editing in GUI?
PostPosted: Thu Mar 03, 2005 7:13 am 
Newbie

Joined: Thu Jan 27, 2005 7:55 am
Posts: 2
Hi,

we have an application which will be used to input and edit much data (like many business apps do). In the moment it's a stand alone application using SWT as GUI and Hibernate as DAO layer. We implemented some .NET-like generic data binding to the controls of the GUI using Hibernate metadata to get to the properties.

For easier concurrency management and transaction handling we want to switch to an application server.

So
1.) Is there a commonly used pattern/way in J2EE how to access domain objects in a batch without having to implement the Domain Facade pattern and implement caching on the client? Is there a way/piece of software to do the caching automatically?

2.) Is there a way getting to Hibernate metadata at the remote clients or any other way to get plain properties out of the objects without having to call the getters/setters?

Johannes


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

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.