Book a Demo

Author Topic: PERL support for reverse engineering and sync  (Read 3364 times)

Michael Miller

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
PERL support for reverse engineering and sync
« on: November 08, 2008, 09:13:32 pm »
It would be great to be able to add custom languages for reverse engineering and code synchronization.

I'm using trial version of EA and add Perl Moose (a popular OO framework for Perl) support for forward engineering via code generation templates and data types.

I tried to add reverse engineering and code synchronization support, but learned via this forum that is impossible to add custom language for reverse engineering yet.

Without synchronization it's very hard to maintain the model and the code in equal state, because the model overwrites the methods in the code in every code generation.