Building JAX-WS Web Services with Apache CXF
This course is designed to help you learn and practice implementing contract-first web services using Apache CXF. We will focus on Java's JAX-WS specification as it is mature and accepted as a standard approach for web service implementation.
What you'll learn
This course is designed to help you learn and practice implementing contract-first web services using Apache CXF. We will focus on Java's JAX-WS specification as it is mature and accepted as a standard approach for web service implementation.
This course has several objectives. Upon completion, you will be able to describe the Apache CXF architecture in detail. You will see the benefits of using CXF and understand the drivers for using it in your applications. You will be able to create a CXF web project using Maven. You will be able to use CXF for implementing a contract-first web service endpoint with a JAX-WS front-end. You will be able to implement unit tests, error handling, and interceptor logic for a CXF web service. Finally, you will be able to implement a web service client using CXF.
This course is primarily intended for Java developers looking to implement web services. It will also be useful for technical and solution architects who are investigating technologies to leverage for implementing web services.
It is recommended that you are proficient with Java and have an understanding of the Spring Framework core project. To best understand the drivers for using Apache CXF for your web service implementation, we will cover a brief history of the Java specifications, including:
- JAX-RPC
- JAX-WS
- JAX-RS
While viewing the course, you will be able to follow along with the many demonstrations it includes. Each demonstration will build on the previous demonstration to assure you a fluid experience.
Table of contents
- Introduction 0m
- Module Objectives 1m
- What is a Contract-First Web Service? 3m
- Case Study - Book Order Placement Service 3m
- Web Service Implementation Overview 1m
- Building the WSDL Contract 6m
- Building the XML Schema Definition 7m
- Completing the WSDL Contract 3m
- Generating the WSDL Binding Code 9m
- Implementing the Service Endpoint 7m
- Demo: Service Endpoint Configuration 8m
- Demo: Message Processing Logic 2m
- Demo: Business Processing Logic 5m
- Module Summary 1m