Georg Ragaller wrote: > Rickard Öberg wrote: >>> Having a CachingEntityStore is of course another choice. In either >>> case, don't you need to look at how to deal with cross-JVM >>> synchronizations as well? >>> >> Yes, but that is another headache. I will probably just have a manual >> "refresh" button for now, but more automatic options are interesting as >> well. >> >> /Rickard >> > I recently looked at the Eclipse-Riena Proposal, where on issue is > *Object Transaction*, i.e. when > only some of an objects properties are changed, then the sync-back to > the server will only span the > changed properties. > Will something like this be possible with qi4j and UOW? Or is it even > working like this?
This is definitely possible, with the REST-EntityStore. All it has to do is keep track of the changes to the entities, and then return those as "diffs", and then these are applied on the server. It's not implemented like this now (all state is sent), but it wouldn't be hard to do. /Rickard _______________________________________________ qi4j-dev mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/qi4j-dev

