Author Archive
redirectTo: how far to go with it ?
Wednesday, October 20th, 2004‘redirectTo’ is an attribute aspect that redirects all value and other aspect accesses on an attribute to another one.
(more…)Time to revive this blog ?
Wednesday, October 20th, 2004It’s been 4 months since I’ve posted anything here. During this time, the repository has undergone a lot of changes I should post about.
(more…)Comments on Jeffrey’s Import Export Landscape
Tuesday, July 6th, 2004Recently, Jeffrey Harris wrote a paper on the Import Export Landscape and asked me to comment on it.
(more…)The Chandler transaction model
Monday, June 7th, 2004Chandler’s repository enables concurrent and versioned access to the items it stores. The repository keeps the history of all changes made to items over their lifetime. This history can be used to replay or revert changes made to an item. It makes undoing committed transactions possible. It makes automated merging of different versions possible.
(more…)Pinning items into memory
Thursday, June 3rd, 2004OSAF chose a non-locking transaction model for Chandler’s repository.
One advantage of that choice is that items are never locked.
(more…)
find() API changes
Sunday, May 30th, 2004Proposal for ref collection-based paths
Monday, May 24th, 2004Natively, the repository supports two ways of finding any item, by Universally Unique IDentifier (UUID) and by Path.
(more…)
