********************************************************************************
*** Last-Modified: $Date: 2001/02/28 11:16:24 $ 
*** Version: $Id: CHANGELOG,v 1.1 2001/02/28 11:16:24 burton Exp $
*** Author: Kevin A. Burton ( burton@apache.org | burton@openprivacy.org )
********************************************************************************

  - Tue Feb 27 19:06:26 2001 (burton@relativity.yi.org): (DONE) Throw Exceptions
  if the object is not available

  - Tue Feb 27 19:06:39 2001 (burton@relativity.yi.org): (DONE) Method to
    deliver properties to a component.


    - Tue Feb 27 19:07:34 2001 (burton@relativity.yi.org): (DONE) Support the
      ability to obtain an object by a Handle... Example... files, URLs, etc.
      
  - Tue Feb 27 19:07:48 2001 (burton@relativity.yi.org): (DONE) Ship with some
    basic interfaces.

    - Logger (Singleton)
      - BasicTextLogger
      - Log4JavaLoggerImpl
    
    - PropertyManager
      - Implementations:
        - PropertyFileManager... properties backed by a file.

  - Sat Feb 24 21:40:05 2001 (burton@relativity.yi.org): (DONE) All components
    within the system should have a unique URI.
    
  - Mon Feb 19 18:47:43 2001 (burton@relativity.yi.org): (DONE) support the
    concept of nested Exceptions.... A TalonException should support a
    constructor which is passed an Exception.  When the stack is printed it
    should also print the reason Exception.

  - Tue Feb 27 18:53:34 2001 (burton@relativity.yi.org): (DONE) each component
    needs a mechanism to register its own properties.

  - Tue Feb 27 19:08:32 2001 (burton@relativity.yi.org): (DONE) Need to have a
    ComponentHandle object so that we have tight bindings between properties and
    handles.

  - Wed Feb 28 02:31:59 2001 (burton@relativity.yi.org): (DONE)
    NotAvailableException if the Factory can not serve a Component

  - Wed Feb 28 02:32:13 2001 (burton@relativity.yi.org): (DONE) Define property
    configuration mechanism.  See src/config/talon.properties
