java - Spring Web-Service :what are SAAJ and AXION -


saaj based on dom, document object model. meant statement?

axiom based on stax, streaming api xml. meant statement?

which better?

i want clear concept regarding both apis. thank you

the dom model reads entire document memory before extracting things nodes. stax parse document without keeping in memory.

so, need reference backwards , forwards in xml , xml mall, use dom, otherwise consider stax.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -