You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rely on jaxb instead of handwrited DOM parsing and xsd.
java first (doc in annotations)
no parsing (deserialization)
xsd generated from java with maven plugin
That would make the tool more simple to extend, maintain, document, with a lot less code.
However that would imply to re-code the parameters subsitution and special care for protocols where messages are described in XML (can a jaxb object contain DOM item ?).
The text was updated successfully, but these errors were encountered:
Rely on jaxb instead of handwrited DOM parsing and xsd.
That would make the tool more simple to extend, maintain, document, with a lot less code.
However that would imply to re-code the parameters subsitution and special care for protocols where messages are described in XML (can a jaxb object contain DOM item ?).
The text was updated successfully, but these errors were encountered: