Monday, June 14, 2010

Mardao Tutorial

Hi folks,
there is now a tutorial for setting up a mardao project from scratch. Please visit
the project wiki.

Saturday, June 5, 2010

Mardao 1.1 is released for download

So, about a week after the 1.0, next release is due. New features are
  • Support for @Table(name="tblName")
  • Support for @Column(name="colName")
  • Per-table generated CREATE sql scripts
Fixed bugs:
  • Use column names instead of Entity attribute names
Other:
  • More JUnit tests
For more info and downloads: http://mardao.sourceforge.net/

Tuesday, June 1, 2010

Mardao - the Architect's Java DAO generator

Today I released the 1.0 version of mardao, the Architect's Java DAO generator.
It uses your annotated domain objects to generate DAO classes, see image.

For more information and downloads, visit
https://sourceforge.net/projects/mardao