2

Is there any alternative to JMI for C++? Thanks for the links or suggestions.

yegor256
  • 102,010
  • 123
  • 446
  • 597

2 Answers2

4

EMF4CPP has just now been published. It is basically an implementation of Ecore in C++ (and Ecore is basically an adaptation of the Essential MOF OMG standard). Hope it helps

Pete Kirkham
  • 48,893
  • 5
  • 92
  • 171
Jordi Cabot
  • 8,058
  • 2
  • 33
  • 39
1

I've found this library so far: OMF. Looks like it's not maintained since 2004, and doesn't support MOF 2.0, only MOF 1.4… Anyone has experience with it?

yegor256
  • 102,010
  • 123
  • 446
  • 597