Book a Demo

Author Topic: How to reverse engineer / import CORBA IDL  (Read 3724 times)

hoemmele

  • EA Novice
  • *
  • Posts: 6
  • Karma: +0/-0
    • View Profile
How to reverse engineer / import CORBA IDL
« on: March 19, 2009, 02:54:53 am »
Hi,

I have installed MDG CORBA for my EA and I'm now able to create CORBA Interfaces in UML and generate CORBA IDL from that. However, I'm looking for a way to import existing CORBA IDL 'code' from .idl files into EA ( like I can do with C++ sources, .h, for instance ).

I see the option 'synchronize with code' on existing CORBA Interfaces ( 'IDL Classes' ), but that, I think, only helps once it's there in the UML.

thanks,
   Lars

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8090
  • Karma: +118/-20
    • View Profile
Re: How to reverse engineer / import CORBA IDL
« Reply #1 on: March 19, 2009, 08:39:08 am »
It's available in Import source Directory, or import files (from the context menu of a class diagram.)

hoemmele

  • EA Novice
  • *
  • Posts: 6
  • Karma: +0/-0
    • View Profile
Re: How to reverse engineer / import CORBA IDL
« Reply #2 on: March 19, 2009, 09:55:56 pm »
Uuhhps - yes of course  ;)

DanG83616

  • EA User
  • **
  • Posts: 180
  • Karma: +0/-0
    • View Profile
Re: How to reverse engineer / import CORBA IDL
« Reply #3 on: July 09, 2009, 04:04:47 am »
Hi, the existance of this thread made me try again. A suble but IMPORTANT ingredient: The file extension must include the '.'! Otherwise, EA claims the import was complete with no problems but doesn't bring anything in.

I'm not complaining. Just want to help others avoid this simple mistake and find a way to contribute once in a while.

Thanks to all those who contribute!