THE AS2LIB FRAMEWORK, release 0.9.3 (July 2005)
-----------------------------------------------
http://www.as2lib.org


1. Introduction:

   The As2lib is an open source framework targeted to Macromedia Flash MX 2004+ developers. It offers
   support for basic idioms like event handling, error handling, logging, overloading and reflections
   as well as different kinds of data holders and iterators. Also contained is a full-featured testing
   framework that allows for unit tests, mock objects and speed tests, an input/output (io) framework
   and an aspect-oriented programming (AOP) framework.
   This release's highlights are the new regular expression (RegExp) framework and the revised file and
   process frameworks.
   We aim to offer support for almost every problem domain in future releases including beans, contexts
   and everything else you ask for. We thus encourage you to submit a Feature Request if there is a feature
   you are missing or to post about this feature in the Discussion Forum or on our Mailing List.


2. Documentation:

   General documentation: http://plone.as2lib.org/documentation
   API documentation: http://api.as2lib.org/0.9.3


3. Release Notes:
   
   a) Features:
      
       * Event API - org.as2lib.env.event
       * Exception API - org.as2lib.env.except
       * Logging API - org.as2lib.env.log
       * Overloading API - org.as2lib.env.overload
       * Reflection API - org.as2lib.env.reflect
       * Data Holders/Structures and Iterators - org.as2lib.data.holder
       * Various Types - org.as2lib.data.type
       * Connection API - org.as2lib.io.conn
       * File API - org.as2lib.io.file
       * Unit Testing API - org.as2lib.test.unit
       * Mock Object API - org.as2lib.test.mock
       * Speed Testing (Profiler) API - org.as2lib.test.speed
       * Aspect-Oriented Programming (AOP) API - org.as2lib.aop
       * Regular Expression (RegExp) API - org.as2lib.regexp
       * Application (Process and Configuration) API - org.as2lib.app
       * Utilities for Arrays, Strings, Classes, ... - org.as2lib.util

   b) Changes:
      
      Take a look at changelog.xml for these.


4. Feedback:

   On feedback of every kind, be it bugs, new features or questions, give it. We are always eager to
   answer questions and to improve the As2lib Framework by fixing bugs or adding new features.

   Bug Report: http://sourceforge.net/tracker/?atid=607074&group_id=94206&func=browse
   Feature Request: http://sourceforge.net/tracker/?atid=607077&group_id=94206&func=browse
   Help Forum: http://sourceforge.net/forum/forum.php?forum_id=326160
   Discussion Forum: http://sourceforge.net/forum/forum.php?forum_id=326159
   Mailing List: http://sourceforge.net/mail/?group_id=94206


We hope you enjoy working with the As2lib.