JSeda is a Java 5 SEDA (Staged Event Driven Architecture) implementation. It aims to provide an easy to use framework that supports loose coupling and high concurrency via discrete processing stages. This design allows for resource consumption to be tuned in a more granular fashion and allows the application to respond more predictably under load.
Other key features include: 1) Easy configuration using Spring dependency injection 2) Run embedded or standalone.
This project is in its early stages, but we should progress quickly. Check back often!