Java & XML Data Binding
Title | Java & XML Data Binding PDF eBook |
Author | Brett McLaughlin |
Publisher | "O'Reilly Media, Inc." |
Pages | 220 |
Release | 2002 |
Genre | Computers |
ISBN | 9780596002787 |
This title provides an in-depth technical look at XML Data Binding, offering complete documentation of all features in both the Sun Microsystems API and popular open source alternative implementations.
Java and XML
Title | Java and XML PDF eBook |
Author | Brett McLaughlin |
Publisher | O'Reilly Media, Inc. |
Pages | 488 |
Release | 2007-06-26 |
Genre | Computers |
ISBN |
A guide for Java programmers explains how to use XML to build Web-based enterprise applications incorporating platform independence, extensibility, reusability, global language support, and universal standards.
Java, XML, and Web Services Bible
Title | Java, XML, and Web Services Bible PDF eBook |
Author | Mike Jasnowski |
Publisher | Wiley |
Pages | 0 |
Release | 2002-01-29 |
Genre | Computers |
ISBN | 9780764548475 |
This title provides a comprehensive reference/tutorial for Java programmers who want to tap the synergy of XML and Java in key Web development tasks. The Java, XML, and Web Services Bible serves as a reference/tutorial for a variety of XML and Java related topics. It covers areas such as B2B, Instant Messaging, Java and XML Binding, Scalable Vector Graphics, and Application development with XML and JSP. It discusses some commercial and open technologies used with Java and XML such as Cocoon, Batik, and Xerces.
Java XML and JSON
Title | Java XML and JSON PDF eBook |
Author | JEFF FRIESEN |
Publisher | Apress |
Pages | 300 |
Release | 2016-06-15 |
Genre | Computers |
ISBN | 1484219163 |
Java XML and JSON is your one-stop guide to mastering the XML metalanguage and JSON data format along with significant Java APIs for parsing and creating XML/JSON documents (and more). The first six chapters focus on XML along with the SAX, DOM, StAX, XPath, and XSLT APIs. The remaining four chapters focus on JSON along with the mJson, GSON, and JsonPath APIs. Each chapter ends with select exercises designed to challenge your grasp of the chapter's content. An appendix provides the answers to these exercises. What You'll Learn Master the XML language Learn how to validate XML documents Learn how to parse XML documents with the SAX, DOM, and StAX APIs Learn how to create XML documents with the DOM and StAX APIs Learn how to extract values from XML documents with the XPath API Learn how to transform XML documents with the XSLT API Master the JSON format Learn how to validate JSON documents Learn how to parse and create JSON documents with the mJson and Gson APIs Learn how to extract values from JSON documents with the JsonPath API Who This Book Is For /divIntermediate or advanced Java programmers/developers.
Java and XSLT
Title | Java and XSLT PDF eBook |
Author | Eric Burke |
Publisher | "O'Reilly Media, Inc." |
Pages | 532 |
Release | 2001 |
Genre | Computers |
ISBN | 9780596001438 |
The power of XSLT is its ability to change the structure or format of any content that can be converted to XML. Java and XSLT shows you how to use XSL transformations in Java programs ranging from stand-alone applications to servlets. After an introduction to XSLT, the book focuses on applying transformations in some real-world scenarios, such as developing a discussion forum, transforming documents from one form to another, and generating content for wireless devices. Java and XSLT discusses several common XSLT processors and the TRAX API, paying special attention to performance issues. Although there's a brief tutorial introduction to the XSLT language, the primary focus of the book isn't on learning XSLT or developing stylesheets; it's on making practical use of transformations in Java code. The book covers: Introduction and Technology Review XSLT--The Basics XSLT--Beyond The Basics Java Web Architecture Programmatic Interfaces to XSLT Processors Using XSLT with Servlets Discussion Forum Implementation Advanced XSLT Web Techniques Testing, Tuning and Development Environments WAP and WML XSLT and Wireless Examples
Processing XML with Java
Title | Processing XML with Java PDF eBook |
Author | Elliotte Rusty Harold |
Publisher | Addison-Wesley Professional |
Pages | 1120 |
Release | 2003 |
Genre | Computers |
ISBN | 9780201771862 |
PLEASE PROVIDE SUMMARY
Program Generators with XML and Java
Title | Program Generators with XML and Java PDF eBook |
Author | J. Craig Cleaveland |
Publisher | Prentice Hall |
Pages | 456 |
Release | 2001 |
Genre | Generators (Computer programs) |
ISBN |
The step-by-step guide to creating program generators with Java and XML. Breakthrough Java/XML techniques for creating program generators, including detailed examples and real-world guidelines Domain engineering techniques for improving software development productivity CD-ROM with examples, working code, and relevant XML specifications "XML isn't just for data any more. Now you can use XML to describe the programs you need, then write a Java program template to generate them automatically. This book shows you how." --Charles F. Goldfarb Using Java and XML, you can now easily create "wizard-like" program generators that automate much of the work of software development(and deliver significant productivity improvements. In this book, former Bell Laboratories Distinguished Staff Member J. Craig Cleaveland shows you how to do it. Using extensive practical examples, "Program Generators with XML and Java" walks you through every step: Identifying off-the-shelf tools for quickly building program generators Domain Analysis: determining the terminology, boundaries, commonalities, and variabilities of software families Domain Implementation: processes and tools for efficiently generating customized software Accounting for run-time and compile-time variabilities Using XML documents as program specifications, and using the DOM and SAX APIs to read and analyze them Using JavaServer Pages and XPath/XSLT to generate customized software The role of reusable architectures and components, including JavaBeans Chances are, you're already using automated GUI builders, database application generators, and other code generation "wizards." Now, with "Program Generators with XML and Java," you canextend the advantages of code generation throughout your own custom applications and get to market faster, with greater reliability and lower costs.