Seasar2 is a lightweight Dependency-Injection container using AOP.
Seasar2 makes it easier to use J2EE features, such as transaction management,
DB connection, and connection pooling by the way of reconstructing the J2EE.
Seasar reduces complexity of J2EE development, and provides simplicity,
maintainability, and transparency.
There is no need for EJB container or heavy application server which pushes you to test in a bitter way.
All you need is a web container and POJO(Plain Old Java Object).
With Seasar2, we don't have to read compilicated J2EE specifications anymore.
We just take advantages of the features of J2EE whatever and whenever you want.