I want to make a java application that take UML Model
and it's output is a XML File
.
I want to know what is the library/API can i use in Java ? - and i want to know if there is any application that do this job ?
I want to make a java application that take UML Model
and it's output is a XML File
.
I want to know what is the library/API can i use in Java ? - and i want to know if there is any application that do this job ?
Most (if not all) UML tools will export to XMI, you can learn more at Wikipedia MOF. If you are really interested in code generation (rather than just parsing XML) there are eclipse related projects such as eclipse emf. Good luck w/your journey.