Bücher Wenner
Bianca Iosivoni liest aus "Bad Vibes"
01.03.2025 um 19:30 Uhr
Java and XML Data Binding
von Brett Mclaughlin
Verlag: O'Reilly Media
Hardcover
ISBN: 978-0-596-00278-7
Erschienen am 02.07.2002
Sprache: Englisch
Format: 235 mm [H] x 177 mm [B] x 17 mm [T]
Gewicht: 346 Gramm
Umfang: 214 Seiten

Preis: 35,50 €
keine Versandkosten (Inland)


Jetzt bestellen und voraussichtlich ab dem 3. Dezember in der Buchhandlung abholen.

Der Versand innerhalb der Stadt erfolgt in Regel am gleichen Tag.
Der Versand nach außerhalb dauert mit Post/DHL meistens 1-2 Tage.

35,50 €
merken
klimaneutral
Der Verlag produziert nach eigener Angabe noch nicht klimaneutral bzw. kompensiert die CO2-Emissionen aus der Produktion nicht. Daher übernehmen wir diese Kompensation durch finanzielle Förderung entsprechender Projekte. Mehr Details finden Sie in unserer Klimabilanz.
Biografische Anmerkung
Klappentext
Inhaltsverzeichnis

Brett McLaughlin has been working in computers since the Logo days. (Remember the little triangle?) He currently specializes in building application infrastructure using Java and Java-related technologies. He has spent the last several years implementing these infrastructures at Nextel Communications and Allegiance Telecom, Inc. Brett is one of the co-founders of the Java Apache project Turbine, which builds a reusable component architecture for web application development using Java servlets. He is also a contributor of the EJBoss project, an open source EJB application server, and Cocoon, an open source XML web-publishing engine. He is author of the soon-to-be-released O'Reilly book, Building Java Enterprise Applications.



More Java developers today want to work with XML, the technology that enables data to be transported intact over the Internet, but they don't have time to become XML experts. If this describes you, then you'll appreciate data binding, the new way of converting XML documents into Java objects, so those documents can be worked on and manipulated like any other Java object, then converted back to XML

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 about when data binding is appropriate to use, and provides numerous practical examples of using data binding in applications.

As Author Brett McLaughlin says "Too many books are written about technologies by people who barely understand them. I've already written two data binding implementations (Zeus, and a previous one for IBM DeveloperWorks.) I've actually used data binding for longer than the official specification has been in existence, and I've really been able to dig into what it takes to code an effective data biding implementation, as well as use one correctly. This book is part user guide, part under-the-hood manual, and part use-case. It's a powerful combination, and one I think people need."






  • Preface




  • Chapter 1: Introduction




  • Chapter 2: Theory and Concepts




  • Chapter 3: Generating Classes




  • Chapter 4: Unmarshalling




  • Chapter 5: Marshalling




  • Chapter 6: Binding Schemas




  • Chapter 7: Zeus




  • Chapter 8: Castor




  • Chapter 9: Quick




  • Chapter 10: Looking Forward




  • Tools Reference




  • Quick Source Files




  • Colophon