using JAXB to bind XML to MPS model Follow
Hello forum!
I recently looked at JAXB, a framework for binding xml to a Java object model. (nice framework btw)
https://jaxb.java.net/
So I thought it would be nice to use that for MPS models as well. Unfortunately, the code below doesn't work. I'm having a huge xml with around 15000 lines, so the support of the JAXB framework would help me a lot. So my question is, if it's possible to get this working with MPS in reasonable time.
Thanks for your help!
Regards,
msch95
I recently looked at JAXB, a framework for binding xml to a Java object model. (nice framework btw)
https://jaxb.java.net/
So I thought it would be nice to use that for MPS models as well. Unfortunately, the code below doesn't work. I'm having a huge xml with around 15000 lines, so the support of the JAXB framework would help me a lot. So my question is, if it's possible to get this working with MPS in reasonable time.
concept MyConcept extends BaseConcept properties: @XmlElement(required = true) prop: string
Thanks for your help!
Regards,
msch95
Please sign in to leave a comment.