Author Archive

More on PyLucene

Tuesday, October 26th, 2004

The PyLucene project
was announced on June 24th. It started with version 0.5 to illustrate
that it was sort of half-way there; half-way to supporting the entire
Lucene set of APIs and
capabilities.

(more…)

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, 2004

It’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, 2004

Recently, 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, 2004

Chandler’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, 2004

OSAF 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, 2004

Because of syntactic overlap between path strings and uuid strings the find() API on Item and Repository had to be reworked.

(more…)

Proposal for ref collection-based paths

Monday, May 24th, 2004

Natively, the repository supports two ways of finding any item, by Universally Unique IDentifier (UUID) and by Path.
(more…)