|
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... |