tags:

views:

72

answers:

2

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

A: 

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?

Vincenzo
+2  A: 

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

Jordi Cabot