c*****t 发帖数: 1879 | 1 Want to ask some questions:
1. Can JAXB directly unmarshal an XML document into a tree of existing
type classes, say JMenu/JMenuItem tree?
Specifically, I want to know if it possible to create a library
of converting XML->Swing objects (can be limited to only menu creation)
directly using JAXB without much Java work, say 5 lines not counting
imports, at most, and only provide an XML schema.
2. How does JAXB deal with evolving schemas? Say I have a schema on
day 1, and day 14 I |
|