Create more powerful, flexible applications using a new extension of the XML standardProgrammers are finding that the XMI extension of the XML standard provides a lot more flexibility in writing software for sharing data. Written by one of the principal authors of XMI, this book provides programmers
Java XML and JSON
β Scribed by Friesen, Jeff
- Publisher
- Apress
- Year
- 2016
- Tongue
- English
- Series
- Expert's voice in Java
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Synopsis
Java XML and JSON describes the popular XML and JSON data-interchange languages. You explore each language and learn how to parse/create XML-based documents and parse JSON-based documents via various Java APIs. You also learn how XML and JSON are used in AJAX (and AJAJ), Android, Big Data, and Web Services contexts, all from the Java perspective. What you'll learn How to use Java, JSON and XML together to build services, big data How to use XML; parse XML documents with SAX, DOM, StAX; selecting nodes with XPath; and transform XML documents with XSLT What is JSON and how to explore parsing JSON content with Google GSON, Jackson, Quick JSON How to roll your own JSON APIs How to use XML and JSON with Ajax, Android, big data and web services.;Chapter 1: Introducing XML -- Chapter 2: Parsing XML Documents with SAX -- Chapter 3: Parsing and Creating XML Documents with DOM -- Chapter 4: Parsing and Creating XML Documents with StAX -- Chapter 5: Selecting Nodes with XPath -- Chapter 6: Transforming XML Documents with XSLT -- Chapter 7: Introducing JSON -- Chapter 8: Parsing and Creating JSON Objects with mJson -- Chapter 9: Parsing and Creating JSON Objects with Gson -- 10: Extracting JSON Values with JsonPath -- Appendix A: Answers to Exercises.
β¦ Table of Contents
Chapter 1: Introducing XML --
Chapter 2: Parsing XML Documents with SAX --
Chapter 3: Parsing and Creating XML Documents with DOM --
Chapter 4: Parsing and Creating XML Documents with StAX --
Chapter 5: Selecting Nodes with XPath --
Chapter 6: Transforming XML Documents with XSLT --
Chapter 7: Introducing JSON --
Chapter 8: Parsing and Creating JSON Objects with mJson --
Chapter 9: Parsing and Creating JSON Objects with Gson --
10: Extracting JSON Values with JsonPath --
Appendix A: Answers to Exercises.
β¦ Subjects
Computer programming / software development;Computer Science;COMPUTERS--General;JSON (Document markup language);Programming & scripting languages: general;Programming Languages, Compilers, Interpreters;Programming Techniques;XML (Document markup language);Electronic books;COMPUTERS -- General
π SIMILAR VOLUMES
Create more powerful, flexible applications using a new extension of the XML standardProgrammers are finding that the XMI extension of the XML standard provides a lot more flexibility in writing software for sharing data. Written by one of the principal authors of XMI, this book provides programmers
Apress, 2016. β 257 p. β ISBN-10: 1484219155, ISBN-13: 978-1-4842-1915-7.<div class="bb-sep"></div><strong>This book describes the popular XML and JSON data-interchange languages.</strong> You'll explore each language and learn how to parse/create XML-based documents and parse JSON-based documents v
<span><span><div><div>Use this guide to master the XML metalanguage and JSON data format along with significant Java APIs for parsing and creating XML and JSON documents from the Java language. New in this edition is coverage of Jackson (a JSON processor for Java) and Oracleβs own Java API for JSON