Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Ella Campbell   on Oct 28 In Java Category.

  
Question Answered By: Adalwen Fischer   on Oct 28

I think the best approach for xml  based binding  is JAXB. Using JAXB, u can
perform marshalling and unmarshalling of data  in XML files. so u can use JAXB
api's and convert xml file data into java  classes instances (marshalling), then
do whatever u wanna do with it and finally convert java class instances into xml
files(unmarshalling). I know SAX, DOM, JAXP all work to this.. but beleive me,
nothing is simpler than JAXB.

Share: 

 

This Question has 2 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Help for Data Binding between Java & XML Or get search suggestion and latest updates.


Tagged: