OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [xml-dev] XMI tools



The Java Metadata Interface Specification (aka JSR-40) is currently in Public Review

http://jcp.org/aboutJava/communityprocess/review/jsr040/index.html

Basically, given a specific metamodel (for example, UML 1.4 or CWM), this spec provides a mechanism for generating a corresponding API to access model data.

The NSUML project on Sourceforge (http://nsuml.sourceforge.net, http://sourceforge.net/projects/nsuml) provides a generic JMI implementation (NSMDF) and a UML 1.4 implementation.

The ArgoUML (http://www.argouml.org) project uses a pre-JMI version of NSUML, but will migrate in due course.

Hope these links help.