jTransfo has reached 2.8

I have missed announcing some releases again. We are now at 2.8.

jTransfo 2.8

  • Add set support to automatic read-only domain converter.

jTransfo 2.6 and 2.7

  • A class replacer machanism has been added. This can replace classes which are used as conversion target. It affects both “DomainClass” target classes and convertTo(Object, Class, String…) target classes.

    This is useful to allow replacing interfaces to implementation classes for domain objects or replacing transfer object classes to enhanced transfer objects (with more fields). You should only replace classes by child classes.See ClassReplacer javadoc

Posted in Uncategorized