Archive for October, 2004

Bryan Stearns joins OSAF staff

October 29th, 2004 at 1:02 pm (3 years, 6 months ago) by OSAF under Chandler Desktop Development, Community, OSAF

OSAF would like to welcome Bryan Stearns who joins our apps team as Software Design Engineer. He will be working on CPIA and focusing on Chandler’s Detail View for the 0.5 release.

You can see more information on Bryan and the other OSAF staff on our People page.


Item version merging

October 27th, 2004 at 2:18 pm (3 years, 6 months ago) by Andi Vajda under chandlerdb

The transaction model chosen for Chandler’s repository calls for item version merging. In the Chandler 0.4 release, version merging is mostly implemented, with a few notable exceptions.

Read the rest of this entry »


Ref collection indexes

October 27th, 2004 at 1:06 pm (3 years, 6 months ago) by Andi Vajda under chandlerdb

As said in an earlier post, ref collections are implemented as a double-linked list of bi-directional item references. Ref collection indexes enhance ref collections by enabling positional access into them.

Read the rest of this entry »


Item hook methods

October 27th, 2004 at 12:19 pm (3 years, 6 months ago) by Andi Vajda under chandlerdb

The constructor on an Item instance is only invoked the first time the instance is created. It is not invoked as the item is re-instantiated when loaded from the repository.

Read the rest of this entry »


Dynamic kind changes, mixins, item stamping

October 27th, 2004 at 11:28 am (3 years, 6 months ago) by Andi Vajda under chandlerdb

In order to support Item Stamping, the data model had to be enhanced to support changing an item’s kind on the fly. Read the rest of this entry »


Item clouds for semantic item aggregrations

October 26th, 2004 at 6:49 pm (3 years, 6 months ago) by Andi Vajda under chandlerdb

Item clouds are a way of semantically grouping together items of different kinds not otherwise stored together in a ref collection or otherwise. For example, the constitutive parts of an email in Chandler are items of various kinds such as the headers, the body, the attachments etc… Read the rest of this entry »


Sources of repository documentation

October 26th, 2004 at 5:59 pm (3 years, 6 months ago) by Andi Vajda under chandlerdb

As with the rest of Chandler, its repository is a work in progress. This is reflected in the state of the various documents pertaining to it. This post attempts to list the known and maintained sources of repository documentation.

Read the rest of this entry »


Ref collection aliases

October 26th, 2004 at 4:50 pm (3 years, 6 months ago) by Andi Vajda under chandlerdb

Ref collections, double-linked lists of bi-directional item references, are backed by a hashtable keyed on the referenced items UUIDs. Ref collections - designed with scalability in mind - are sparsely loaded into memory on an as-needed basis. Read the rest of this entry »


Job Opening at OSAF - Software developer - Chandler Sharing

October 26th, 2004 at 3:07 pm (3 years, 6 months ago) by OSAF under Chandler Desktop Development, Community, OSAF

We have opened a search for someone to join the OSAF team as Software Developer for the Services Working Group. This person will own to own the design and implementation of Chandler sharing and publishing. Chandler clients share arbitrary content items that have extensible schemas, with other Chandler clients, by synchronizing items to a WebDAV server collection.

Please see OSAF’s Employment page for details on this and the other positions we have open.


More on PyLucene

October 26th, 2004 at 1:48 pm (3 years, 6 months ago) by Andi Vajda under chandlerdb

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.

Read the rest of this entry »