discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ANN: Encore version 0.3.0


From: Oliver Langer
Subject: ANN: Encore version 0.3.0
Date: Thu, 31 Aug 2006 23:34:43 +0200

I am pleased to announce version 0.3.0 of the utility framework Encore.

Announcement
============

Version 0.3 of Encore is now available.


About Encore
============

Encore is a set of utility classes written in Objective-C for GNUstep and
Mac OS X.  The motivation of writting these classes was driven by
implementing the projects BDB and FT. The classes may be useful for other
projects as well.

The classes include
  - logging:  A flexible logging mechanism similiar to log4j. Supports
logging levels, logging contexts, different output channels per context,
    configuration per xml, ...

- XML-based reflection: a configuration mechanism which is based on XML and
    uses inversion of control (see tests for an example)

  - a simple testing framework

  - an iterator interface

  - StringUtils class


Noteworthy changes in this version
==================================


- ECStandardOutput for writing to stdout added.
- ECEnumeratorIterator added. Nice class which is definitely needed...
- Rules can now be customized within the ECXMLController by modifying the
  underlying ECXMLControlRuleSelector
- ECXMLControl supports handling of parsing errors.
- License changed. Now the library is available under LGPL. Please
  refer to LICENSE for license details.


Downloading Encore
==================

Encore is available at
  http://sourceforge.net/projects/fortytwo/


License
=======

The software is available under the GNU Lesser General Public License.
A corresponding license file is contained in this package
(see LICENSE).






reply via email to

[Prev in Thread] Current Thread [Next in Thread]