Reputation: 1
My group has a number of ColdFusion Classes (CFC files) which we want to reverse engineer into Enterprise Architect. We currently have code we use to generate ColdFusion code from our UML models in Enterprise Architect, but we would really like to be able to import the existing ColdFusion classes into Enterprise Architect, too.
Does anyone know of an xml file we can import into our model to let us do this? Or suggestions on how to create our own?
Upvotes: 0
Views: 230
Reputation: 10514
EA has native support for WSDL import, but not for ColdFusion.
However, one of the big new features in version 10 is the ability to define your own language for reverse engineering (doing the same for forward engineering has been an EA feature for a long time).
So you could write your own import module as part of an "MDG Technology." Check the help file under Extending UML Models -- MDG Technology SDK -- Grammar Framework. It's not a five-minute job by any means, but it can be done.
Upvotes: 1