Book a Demo

Author Topic: Migration from XDE to EA  (Read 2576 times)

Simo

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Migration from XDE to EA
« on: November 19, 2007, 01:55:15 am »
Hello !

have someone tried to migrate from XDE to EA ?
is it possible ?
there is a workaround for this issue ?

thanks for sharing your experiences...

«Midnight»

  • EA Guru
  • *****
  • Posts: 5651
  • Karma: +0/-0
  • That nice Mister Grey
    • View Profile
Re: Migration from XDE to EA
« Reply #1 on: November 19, 2007, 05:18:29 am »
Can XDE export a model as an EMX - or UML2, but that seems less likely - file? If so, EA can import the file.

From the EA side you will start the Import package from XMI process. When you get the import dialog, click the button for EMX/UML2 files, and point to the file you set up with XDE (or whatever).

If you cannot export to one of these formats, perhaps you can write the XDE model to an XMI file and import that. I've not tried it myself, but I have been able to import some older XMI files produced by (much) earlier versions of Rational products.

Finally, you might be able to transform the XMI produced by XDE into something EA will read. You could transform via XSLT (likely the most front-end work and greatest long-term leverage), a stand-alone middleware program (search for some commercial programs to do this), or an add-in or automation program for EA.

David
No, you can't have it!

Simo

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: Migration from XDE to EA
« Reply #2 on: November 19, 2007, 06:09:24 am »
When a model is exported to XMI from XDE, the XMI file does not contain any diagram information. this way we loose a lot of data.

i don't think there is a way to export EMX files from XDE.

«Midnight»

  • EA Guru
  • *****
  • Posts: 5651
  • Karma: +0/-0
  • That nice Mister Grey
    • View Profile
Re: Migration from XDE to EA
« Reply #3 on: November 19, 2007, 06:21:32 am »
What data are you losing on when the diagrams don't export apart from the layout?
No, you can't have it!