2006-11-30 18:14:30 +01:00
|
|
|
Encore is a set of utility classes written in Objective-C for GNUstep and
|
2008-06-01 11:42:37 +02:00
|
|
|
Mac OS X. The motivation of writing these classes was driven by
|
2006-11-30 18:14:30 +01:00
|
|
|
implementing the projects BDB and FT. The classes may be useful for other
|
|
|
|
projects as well.
|
|
|
|
|
|
|
|
The classes include
|
2008-06-01 11:42:37 +02:00
|
|
|
- logging: A flexible logging mechanism similar to log4j. Supports
|
2006-11-30 18:14:30 +01:00
|
|
|
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
|
|
|
|
|
|
|
|
- StringUtils class
|
|
|
|
|
|
|
|
- an iterator interface
|
|
|
|
|
2009-01-16 17:38:35 +01:00
|
|
|
LICENSE: LGPL2 or later
|
|
|
|
|
2006-11-30 18:14:30 +01:00
|
|
|
WWW: http://fortytwo.sourceforge.net/
|