Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve parsing #15

Open
egwepas opened this issue Mar 1, 2018 · 0 comments
Open

Improve parsing #15

egwepas opened this issue Mar 1, 2018 · 0 comments

Comments

@egwepas
Copy link
Contributor

egwepas commented Mar 1, 2018

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 ?).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant