The Source for Java Technology Collaboration
User: Password:



Start New Message Delete Post a Reply

Article: 
 An Introduction to Java Persistence for Client-Side Developers
Subject:  Persistence != RDBMS
Date:  2006-05-25 13:18:18
From:  pronger
Response to: Persistence != RDBMS


Thank you for your feedback, Richard. It just seemed a bit odd to me that noone seems to have addressed this particular scenario before. There are plenty of rich client/server solutions out there, so I expected to find at least some frameworks or more information about how to build one.

I usually hold my data in some models, most of them derived from TreeModel, TableModel and TreeTableModel. The approach I'm currently evaluating is to plug in a persistence mechanism via an appropriate ModelListener. Right now this seems to be the most primising and easiest way, although I had hoped to be able to create a more general solution. Well, time is precious...


 Feed java.net RSS Feeds