Results 1 to 3 of 3
Thread: Java and Xml
- 10-01-2012, 09:14 PM #1
Member
- Join Date
- Oct 2012
- Posts
- 1
- Rep Power
- 0
- 10-02-2012, 09:58 AM #2
Moderator
- Join Date
- Apr 2009
- Posts
- 10,484
- Rep Power
- 16
Re: Java and Xml
The usual way is JAXB.
But that assumes you actually need Objects that represent the structure of the XML so you can do things with them.
If you just need to move data from A to B without much work then stream it.Please do not ask for code as refusal often offends.
- 10-02-2012, 10:39 AM #3
Re: Java and Xml
Moved from Advanced Java.
Please go through the Forum Rules -- particularly the third paragraph.
dbWhy do they call it rush hour when nothing moves? - Robin Williams


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks