Hello,
i'm in the process of converting a existing play java application into a spa, the domain objects have become fairly complex and cannot be Jsonized to the view(angular js precisely) as they are hence the need for DTOs, before attempting to write the entiy -> <- dto mapping logic i thought to check if there are any mapping tools to ease the process, i found a couple them online but these appear most mature:
GeDa and
MapStruct. does anyone have experience with using these? or are there other(better) tools?