4

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 into XML. IS this an efficient approach? If not can you suggest any better approaches for XML building?

spal
  • 41
  • 2

1 Answers1

4

See ivan-ivanovich-ivanoff's answer to a similar question posted. The short answer is that JAXB is going to be the best approach.

Community
  • 1
  • 1
bamana
  • 1,625
  • 12
  • 15