[e-lang] [ANN] AsyncObjects 0.1.0 (alpha)

Constantine Plotnikov constantine.plotnikov at gmail.com
Sat Apr 28 12:17:01 EDT 2007


I have release an updated version of the AsyncObjects framework.

Information about the framework is available at
http://asyncobjects.sourceforge.net/ . The page has links to javadoc
and developer's guide.

The biggest change is that the framework now features the minimal
documentation. There is more detailed javadoc and there is a new
developer's guide document.

This release can be interesting for Joe-E as it tries to solve almost
the same task in almost the same environment. From what I have seen ,
AsyncObjects are somewhat close to E syntax than ref_send.  Due to
historic reasons the framework is compatible with JDK 1.4.x except for
some samples, so generics were not used. A next version will likely
support generics.

This framework can be also interesting to E as it implements All, Seq,
Any, and Using syntax extensions that I have proposed earlier as
utility classes. See developer's guide and samples for it.

The framework has a functional NIO wrapper. See the samples directory
where there are some trivial internet services implemented using it.
The directory scripts contain windows cmd scripts that launches them.

Constantine


More information about the e-lang mailing list