Download
Current as2lib Release:
Version: 0.9.3
Download: as2lib 0.9.3, as2lib 0.9.3 with Dependencies
Release Date: 2005/13/10
Documentation: Online API
Release Notes:
We finished our latest milestones and are (with some delay) ready for our next release.
The delay had two major reasons:
1. There was the flashforum.de conference where our main devs were present. Simon held his presentation (http://www.simonwacker.com/talks/fft05) and we collected a lot of response.
2. We wanted to provide a well thought-out API for the new great stuff.
We changed some major and some minor things in this release:
- TestRunner got split in TestSuite & TestCaseRunner (abstraction layer for more stability)
- Process- and BatchListener got split into different small listener that each contains one single method
- Bit-&ByteFormat moved to "org.as2lib.data.type" package
And now to the brandnew stuff in 0.9.3 release:
- Easy support of event handling with org.as2lib.env.event.EventSupport.
- Easy support of logging with org.as2lib.env.log.LogSupport
- Time class to handle time differences
- A new data holder for properties
- The File API has been completely rebuilt and provides access to files now with the quality of MovieClipLoader but with a better abstraction.
- File implementations for external XML- and Propertiesfiles.
- Compare method in ObjectUtil and support of comparing by a Comparable interface
- Regular expressions support with featuring completely Java compatible API, stable but not completly documented.
- StepByStepProcess & Processor to handle unperformant processes.
It was pretty much work to create this release, we hope you enjoy it.
yours Martin Heidegger & Simon Wacker
For all those who like a little peak preview. After some more implementations and new stuff in the last release, we will focus on documentation again. regexp package needs to become well documented and new articles for the homepage are planned. The connections remain in TODO state, same as "Configuration".
For all those who like and use this project or parts of it: There is a DONATE button at http://www.sourceforge.net/projects/as2lib.
Changelog:
Former as2lib Releases:
Version: 0.9.2
Download: as2lib 0.9.2, as2lib 0.9.2 with Dependencies
Release Date: 2005/19/08
Documentation: Online API
Release Notes:
We finished our vacations without any serious accidents, so we were
able to work hard for the 0.9.2 release. Beneath the usual small
debugs and enhancements we are proud to (re)introduce two new
features.
The current as2lib release (0.9.2) contains as announced the AOP
framework. It was left out for two versions and is now back: faster
and stronger than before. The current version should contain all the
functionality of the former AOP version and that without any known
bugs.
We also managed to enhance the event handling support. The distributor
in the last release was already great but it produced much work if you
used it in a large scale with multiple types of listeners. We thus
introduced the CompositeEventDistributor. It works seamlessly with any
object oriented approach, is as type-safe as the EventDistributor and
is implemented in a performant way.
For all those who like a little peak preview. We plan to include a
Regular Expression (RegExp) implementation in the next release. Still
on the list is the improvement of file access and extended connection
support. There are also some different things in discussion that have
no concrete timeline yet.
Changelog:
Version: 0.9.1
Download: as2lib 0.9.1, as2lib 0.9.1 with Dependencies
Release Date: 2005/04/07
Documentation: Online API
Release Notes:
For 0.9.1 we've took care on additional implementations for the Logging API (Log4F, ZTOR, Fludge, as2logger, new Flashout logging system, new Alcon logging system, ...). Additonally we can present list data holders (org.as2lib.data.holder.list), filtering for log handlers and a more flexible impulse implementation. It also contains minor improvements of our existing documentation.
Changelog:
Version: 0.9
Download: as2lib 0.9, as2lib 0.9 with Dependencies
Release Date: 2005/31/05
Documentation: Online API
Release Notes:
0.9 contains a whole new event system, the specification for general
connection handling, a reworked (faster and more solid) reflection
system, a definition and implementation of processes, a configuration
approach, new data types, mock object support (for unit testing), a
more flexible speed testing (profiling) solution and a great logging
system (as replacement for the former out system) in addition to the
usual improvements of the existing unit testing API, overloading, data
holders and exceptions.
Changelog:

