Results 1 to 3 of 3
Thread: xml to java bean
- 06-28-2007, 01:27 PM #1
Senior Member
- Join Date
- Jun 2007
- Posts
- 119
- Rep Power
- 0
- 07-04-2007, 01:37 PM #2
Senior Member
- Join Date
- Jun 2007
- Posts
- 110
- Rep Power
- 0
you need to use xml parser.java provide xml parser class. you can use those class for parsing your xml file and get the value of tag and contain of the tag as well as subtag of xml file.
- 07-04-2007, 01:39 PM #3
Senior Member
- Join Date
- Jun 2007
- Posts
- 132
- Rep Power
- 0
Handling the XML once it has been received is pretty straight forward. You can use for instance JAXB to create Java objects based on the XML data. JAXB is part of the JWSDP. This will work for amounts of data that are small enough to fit in memory. If you want to process larger data sets, using a SAX parser is probably best.
Similar Threads
-
How to extracts a java bean object from the XML file
By Java Tip in forum java.ioReplies: 1Last Post: 01-29-2009, 09:33 AM -
How to use Inner bean definitions via nested bean elements
By Java Tip in forum Java TipReplies: 0Last Post: 03-30-2008, 10:03 AM -
Trying to get my Java Bean to access a parm that I'm passing via a jsp?
By 72dolfan in forum JavaServer Faces (JSF)Replies: 1Last Post: 03-13-2008, 02:36 PM -
property of a java bean
By suloverboy in forum New To JavaReplies: 3Last Post: 12-14-2007, 09:31 PM -
How to use Inner bean definitions via nested bean elements
By JavaBean in forum Java TipReplies: 0Last Post: 09-26-2007, 08:36 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks