• by twunde on 7/13/2015, 3:51:56 AM

    I typically will generate basic code from a model and then after I make modifications I regenerate documentation and the model. To make a 2-way mapping really work you for you would have to separate generated code from code that you modify.

  • by KNoureen on 7/13/2015, 1:52:05 AM

    I guess that depends on your toolchain.

    For Java, I use Maven which have some powerful tools (Maven Site) to create test-reports, documentation, api-docs, coverage reports, diagrams and much more. It's also easy to extend yourself.

  • by Seb86 on 7/13/2015, 2:28:34 AM

    A great tool is Swagger, very useful is your app has a REST API as a back-end.