I'm an Agile and Lean Strategist specialised in coaching and managing the transformation of IT departments, from startups to enterprise-scale organisations, to highly efficient, productive and energised environments. I also have experience as senior development manager and architecture governance in large enterprises, especially in the finance sector. Marco is a DZone MVB and is not an employee of DZone and has posted 26 posts at DZone. You can read more from them at their website. View Full User Profile

PODAM 2.1.0.RELEASE released

05.01.2011
| 1268 views |
  • submit to reddit

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
The full documentation and examples can be found here; PODAM can be downloaded / forked from GitHub.

Regards,

Marco

 

 

0
Published at DZone with permission of Marco Tedone, author and DZone MVB.

(Note: Opinions expressed in this article and its replies are the opinions of their respective authors and not those of DZone, Inc.)