Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] An AspectJ library for fault tolerance

Hi fellow AspectJ users.

As part of a course project here at McGill I have made available a
library for fault tolerance, implemented in AspectJ 5. It contains two
components:

1. Support for automatic N-Version programming.
2. A full implementation of a recovery cache.

The library can be downloaded here under the BSD license:
http://www.bodden.de/tools/#aspectj-ft

I hope it will be useful to somebody, even if it may only be as form
of having another AspectJ benchmark.

If you have suggestions for improvements, please leave a comment on my webpage.

Cheers,
Eric

-- 
Eric Bodden
Sable Research Group
McGill University, Montréal, Canada


Back to the top