Arid POJOs is a framework for simplifying POJO application development.
Automatic Spring Bean Generation
Arid POJOs provides a custom Spring/XML namespace that scans a package hierarchy and generate bean definitions for the classes or interfaces that it finds. The classes and interfaces can be filtered by an AspectJ type pattern, which supports various criteria including name matching, annotations, and subtypes. The generated beans use autowiring. Here is a simple example.
... ...
The generated bean definitions can also instantiate an entirely different class. The original interface/class is passed as a constructor argument. This is used, for example, with the dynamic Generic DAO feature.
Dynamic Generic DAOs
Arid POJOs can also generate DAO implementations from an interface using