๐”– Bobbio Scriptorium
โœฆ   LIBER   โœฆ

Java and XML

โœ Scribed by McLaughlin B.


Book ID
127436174
Year
2000
Tongue
English
Weight
2 MB
Category
Library

No coin nor oath required. For personal study only.

โœฆ Synopsis


Java and XML Data Binding shows you how to put the new XML data binding APIs to work. XML is an excellent tool for representing data. Ultimately, though, it's not enough to represent data; we also need to work with it, and working directly with XML documents is awkward. You have to navigate through the document, working with XML constructs such as elements and attributes. Programming at this level is awakward and alien to many software developers. The XML data binding tools discussed in this book allow you to jump directly from an XML document to Java objects and back again. Once you're in Java, you can work with your objects simply and intuitively in business-specific ways. Instead of finding and modifying the name attribute of an employee element, you can just call employee.setName(). Generating XML output is as simple as writing a file. With data binding, you can finally work in Java, rather than in XML.This new book explains what data binding is, and then covers all the popular data binding toolkits: Sun's JAXB API, as well as three open source alternatives - Zeus, Castor, and Quick. Along the way, the book gives you lots of practical information about how to use data binding effectively: what pitfalls to avoid, where to bend the rules, and how to make the various packages do what you want them to do. XML is becoming a larger part of application development every day, and thousands of developers are struggling to understand the various XML constructs and Java APIs that manipulate them. However, instead of having to learn an entirely new way of thinking, using data binding provides you with XML data in a Java format; data-centric information in a business-centric manner; and difficult semantics in well-understood, Java-based terms. Moving between XML and Java (and back again) becomes trivial, and you'll soon forget that you are even dealing with XML data. If you want to use XML productively without spending months trying to grasp entity references and ignorable whitespace, then Java and XML Data Binding is the book for you.


๐Ÿ“œ SIMILAR VOLUMES


Java & XML
โœ Brett McLaughlin ๐Ÿ“‚ Library ๐Ÿ“… 2001 ๐Ÿ› O'Reilly ๐ŸŒ English โš– 5 MB

XML has been the biggest buzzword on the Internet community for the past year. But how do you cut through all the hype and actually put it to work? Java revolutionized the programming world by providing a platform-independent programming language. XML takes the revolution a step further by providing

Java And Xml 2nd
โœ Oreilly ๐Ÿ“‚ Fiction ๐Ÿ“… 0 ๐ŸŒ Spanish โš– 2 MB
Java and XML Data Binding
โœ Brett McLaughlin ๐Ÿ“‚ Library ๐Ÿ“… 2002 ๐Ÿ› O'Reilly Media ๐ŸŒ English โš– 2 MB

This new title provides an in-depth technical look at XML Data Binding. The book offers complete documentation of all features in both the Sun Microsystems JAXB API and popular open source alternative implementations (Enhydra Zeus, Exolabs Castor and Quick). It also gets into significant detail abou

Java 2EE and XML development
โœ Kurt A. Gabrick, David B. Weiss, David Weiss ๐Ÿ“‚ Library ๐Ÿ“… 2002 ๐Ÿ› Manning ๐ŸŒ English โš– 4 MB

Geared toward experienced developers, this reference demonstrates how Java 2 Platform, Enterprise Edition (J2EE), and XML technologies can be used together to create more robust distributed applications and software systems. The use of XML technology to extend and enhance the capabilities of the J2E

Tutorial: XML programming in Java
โœ Tidwell D. ๐Ÿ“‚ Library ๐Ÿ“… 1999 ๐ŸŒ English โš– 531 KB

Our first tutorial, "Introduction to XML," discussed the basics of XML and demonstrated its potential to revolutionize the Web. This tutorial shows you how to use an XML parser and other tools to create, process, and manipulate XML documents. Best of all, every tool discussed here is freely availabl

Javaโ„ข APIs for XML Kick Start
โœ Aoyon Chowdhury, Parag Choudhary ๐Ÿ“‚ Library ๐Ÿ“… 2002 ๐Ÿ› Sams ๐ŸŒ English โš– 877 KB

JAX: Java APIs for XML Kick Start covers the JAX APIs - fundamental for development of Java-based Web service applications as well as other e-Commerce applications requiring the exchange and manipulation of data. The book includes an overview of Web service fundamentals including SOAP, UDDI, and WSD