JAXB Performance
In my current project I have a requirement where I need to build an xml document. I am planning to go with JAXB by creating the Java domain classes and marshall it i开发者_运维百科nto XML. IS this an efficient approach? If not can you suggest any better approaches for XML building?
See ivan-ivanovich-ivanoff's answer to a similar question posted. The short answer is that JAXB is going to be the best approach.
精彩评论