Archive for February, 2005

The demise of XML

February 2nd, 2005 at 1:24 pm (3 years, 3 months ago) by Andi Vajda under chandlerdb

One focus of development in the repository project for the Chandler 0.5 release has been performance. After removing dbxml from the persistence implementation stack, I continued by removing the use of XML for persistence altogether.

Read the rest of this entry »


Cloud-based item deletion

February 2nd, 2005 at 1:05 pm (3 years, 3 months ago) by Andi Vajda under chandlerdb

As with item copying Item clouds can now be used to define a set of items to delete together.

Read the rest of this entry »


Using attribute monitors

February 2nd, 2005 at 12:16 pm (3 years, 3 months ago) by Andi Vajda under chandlerdb

An attribute monitor is a method defined on an item that is invoked when something happens to the attribute(s) it registered an interest in. That invocation is synchronous and reacts to changes on items in the same repository view as the item of the method being invoked.

Read the rest of this entry »