jTransfo 0.2 released

jTransfo 0.2 has been released.

This release adds support for object finders and type conversion.

You can register object finders which allow you to specify how base domain objects need to be obtained for a transfer object. The default (fall-back) is still to use the no-arguments constructor., but you could for example plug-in a database search based on the object id.

You can also register type converters. These allow you to define how types can be converted.

The artefacts are available through maven central using the following GAV:

<dependency>
    <groupId>org.jtransfo</groupId>
    <artifactId>jtransfo-core<artifactId>
    <version>0.1<version>
</depencendy>

The source is available on github: https://github.com/joachimvda/jtransfo.

Posted in Release