xml to Hibernate beans
Hello,
I have xml document with data to populate Hibernate (Java) objects. Is
there good strategy to do this other than manually mapping data from xml
tree to Java objects? Thanks.
.
Relevant Pages
- Re: SAX Parser for creating (not parsing) XML document
... alternate mechanism to create XML document as size of my XML document ... is large and I don;t want the overhead of DOM (where entire tree in ... Java 6 has XMLStreamWriterhttp://www.java2s.com/Tutorial/Java/0440__XML/UsingXMLStreamWritertoc ... ... (comp.text.xml) - Re: Question re XPS format
... - but in Java you would need to recreate a lot of complex rendering logic, which already exists as ready-to-call APIs in .NET. ... If you can intercept the data before it is committed to XPS - say, as an XML document - then you can use any XML parser you like, and Java might be a good choice. ... Once the data is encoded as an XPS document, it's pretty much a creature of the .NET world. ... (microsoft.public.windows.vista.general) - Re: Writing Java Webservice for a given .NET client
... In comp.lang.java.advocacy, Oliver Wong ... I want to write a Java webservice that could be consumed by the ... request, and the server sends an XML document in response, right? ... (comp.lang.java.advocacy) - Re: simple search on an XML file
... > Is there a simple search method, using java, for a XML document. ... search to be in some way constrained by the XML structure? ... Try searching on Google for documentation on Java and XPath. ... (comp.lang.java.help) - Re: Writing Java Webservice for a given .NET client
... I want to write a Java webservice that could be consumed by the ... same client w/o changing any code. ... So just have your Java program/servlet/JSP script/whatever produce an XML document in the same format. ... (comp.lang.java.advocacy) |
|