Berin Loritsch wrote: > I would like to see about getting the Avalon Event package migrated to > commons, which really has little to do with Avalon itself. In > contrast to the current Jakarat Commons Event package, the Avalon > Event package is developed with the Staged Event Driven Architecture > (SEDA) style programming in mind.
Sounds interesting. Stephen created an [events] package in the jakarta-commons sandbox a little while ago, but I think that was a more low level library built around the concept of observable collections.
Right, I saw that. It is more like the JavaBean event notification systems. Great stuff, but a different problem set.
Can you provide a link (viewcvs or a Maven site) to the code so that people can take a look?
The website has been recently revamped, so the closest I can get you online is here:
http://avalon.apache.org/excalibur/index.html
With javadocs here:
http://avalon.apache.org/excalibur/api/
Please note that those are the javadocs for all the avalon utilities, and the only packages are:
org.apache.excalibur.event.** org.apache.excalibur.mpool org.apache.excalibur.util.**
The last distribution would be here:
http://www.apache.org/dist/avalon/excalibur-event/binaries/excalibur-event-1.0.3.zip http://www.apache.org/dist/avalon/excalibur-event/source/excalibur-event-1.0.3.zip
Please note that if we specify Java 1.4 and above only, then the stuff under org.apache.excalibur.util will no longer be necessary (since there is a new method called System.getNumberOfProcessors() or something like it).
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
