Integration from JAXB into own language
Hello forum!
Is it somehow possible to integrate the Java Architecture for XML Binding into my own language?
https://de.wikipedia.org/wiki/Java_Architecture_for_XML_Binding
It would be really nice, because XML serialization is pretty easy with it.
Best regards
msch95
Is it somehow possible to integrate the Java Architecture for XML Binding into my own language?
https://de.wikipedia.org/wiki/Java_Architecture_for_XML_Binding
It would be really nice, because XML serialization is pretty easy with it.
Best regards
msch95
Please sign in to leave a comment.
To use JAXB inside MPS you can import it as a external JAR into a MPS solution.
A short description of how to do this can be found in this post I wrote some time ago http://forum.jetbrains.com/message/Meta-Programming-System-2118-1
You can then just import this solution into your Generator aspect or wherever you want to use it.
Best regards,
Phillipp