PODAM 2.1.0.RELEASE released
Dear all,
I'm proud to announce that PODAM 2.1.0.RELEASE was released yesterday. To see what's changed, please refer to the release notes.
PODAM is a tool to fill POJOs/JavaBean with data. Although the default strategy is to fill data with random data,one can provide their own Data Provider Strategy. PODAM supports the following:
- Simple/Complex graphs of POJOs/JavaBeans
- Inheritance
- Immutable-like POJOs (e.g. without setters and with all final attributes)
- Singleton-like POJOs (e.g. with a private constructor and a public static factory method, such as getInstance())
- Recursion
- Customisation of data through annotations
Regards,
Marco
(Note: Opinions expressed in this article and its replies are the opinions of their respective authors and not those of DZone, Inc.)





