
- 832 pages
- English
- ePUB (mobile friendly)
- Available on iOS & Android
eBook - ePub
Java Web Services Architecture
About this book
Written by industry thought leaders, Java Web Services Architecture is a no-nonsense guide to web services technologies including SOAP, WSDL, UDDI and the JAX APIs. This book is useful for systems architects and provides many of the practical considerations for implementing web services including authorization, encryption, transactions and the future of Web Services.
- Covers all the standards, the JAX APIs, transactions, security, and more.
Frequently asked questions
Yes, you can cancel anytime from the Subscription tab in your account settings on the Perlego website. Your subscription will stay active until the end of your current billing period. Learn how to cancel your subscription.
No, books cannot be downloaded as external files, such as PDFs, for use outside of Perlego. However, you can download books within the Perlego app for offline reading on mobile or tablet. Learn more here.
Perlego offers two plans: Essential and Complete
- Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
- Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes! You can use the Perlego app on both iOS or Android devices to read anytime, anywhere — even offline. Perfect for commutes or when you’re on the go.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Yes, you can access Java Web Services Architecture by James McGovern,Sameer Tyagi,Michael Stevens,Sunil Mathew in PDF and/or ePUB format, as well as other popular books in Computer Science & Computer Science General. We have over one million books available in our catalogue for you to explore.
Information
Part {Two}
The JAX APIs
Introduction to The JAX APIs
In this section, we will cover all of the JAX APIs that are the foundation of Web services within Java. You will learn about both the basic usage of the APIs and several advanced techniques.
Chapter Eight Java Web Service Developer Pack
The Java Web Services Developer Pack is an integrated toolset that allows developers to build, test, and deploy XML applications and Web services. JWSDP provides Java standard implementations of Web services standards including SOAP, WSDL, UDDI, and ebXML.
Chapter Nine JAXP
The Java API for XML processing enables processing of XML documents using SAX, DOM, and XSLT. JAXP allows applications to parse and transform XML documents independent of a particular XML processing implementation.
Chapter Ten JAX-RPC
The Java API for XML-Based Remote Procedure Calls enables Java applications to develop SOAP-based interoperable and portable Web services.
Chapter Eleven JAXM
The Java API for XML Messaging enables applications to send and receive document-oriented XML messages using a pure Java API.
Chapter Twelve JAXR
The Java API for XML Registries provides a uniform and standard Java API for accessing XML-based registries and repositories. An XML registry is an enabling infrastructure for building, deploying, and discovering Web services.
Chapter Thirteen JAXB
The Java Architecture for XML Binding provides an API and tools that automate the mapping between XML documents and Java objects.
Chapter {8}
Java Web Service Developer Pack
In the preceding chapters, we looked at the concepts surrounding service-oriented architectures and explained three fundamental technologies that make up the foundation of Web services platforms: SOAP, WSDL, and UDDI. Now that you have a grasp of the fundamental concepts and specifications, the next few chapters will introduce you to the architecture and programming of Web service applications on the Java platform. But before you can switch focus from Web service concepts to practical Web service aspects, a short tour of the development kit we have chosen for programming and running all examples in this book is in order. In this chapter, we provide an overview of the Java Web Service Developer Pack 1.0 (Java WSDP). Specific information on how to use Java WSDP for development is provided in relevant chapters.
Java WSDP is an integrated toolset, targeted at Web service developers, for building and deploying basic Web service functionality on the Java platform. To be clear, several other such kits are available for developers, such as Apache AXIS and Systinet WASP. We have chosen to develop our applications and examples on Java WSDP simply because it contains the latest (sometimes even early releases) of the standard Java APIs for XML and their runtime support libraries. Java WSDP is a free download from Sun, available at http://java.sun.com/webservices/downloads/webservicespack.html.
Java WSDP is a superset of the Java XML pack. The XML pack is meant for other software integrators and tool vendors and contains the Java XML APIs (the JAX pack). Java WSDP is meant for developers and adds to the JAX pack the Tomcat engine, a Web services registry server, UDDI registry br...
Table of contents
- Cover image
- Title page
- Table of Contents
- Endorsements for Java Web Services Architecture
- Copyright
- Foreword
- Preface
- Acknowledgments
- Part {One}: The Foundation
- Part {Two}: The JAX APIs
- Part {Three}: Advanced Topics
- XML Schema
- JSTL
- The Software Architect’s Role
- Index
- About the Authors
- About the CD