Curso Developing SOAP Web Services in Java

  • Development

Curso Developing SOAP Web Services in Java

40h
Visão Geral

Você precisa de uma visão abrangente do estado da arte no desenvolvimento de serviços da Web interoperáveis ​​na plataforma Java EE 6? você aprenderá os principais padrões -- SOAP, WSDL e o WS-I Basic Profile -- e a arquitetura Java que evoluiu para construir serviços e clientes interoperáveis.

O desenvolvimento de Serviços Web SOAP em Java se concentra em fornecer uma compreensão das tecnologias fundamentais usadas em serviços Web. Essa compreensão é fundamental para poder diagnosticar, solucionar problemas, ajustar e executar outras atividades do ciclo de vida relacionadas aos serviços da Web.

Objetivo

Após a conclusão deste curso, você será capaz de:

  • Compreender e aplicar os conceitos básicos de SOA para a identificação e design de serviços web
  • Entenda e discuta de forma inteligente os Web Services e as principais tecnologias envolvidas
  • Compreender e aplicar os conceitos básicos de SOA para a identificação e design de serviços web
  • Aprecie o conceito de serviços em camadas, incluindo orquestração
  • Entenda e discuta de forma inteligente os Web Services e as principais tecnologias envolvidas
  • Projete, desenvolva e implante serviços Web J2EE do mundo real
  • Expor componentes Java existentes como XML Web Services
  • Escreva componentes Java que acessam Web Services remotos
  • Ler e entender um documento WSDL
  • Analisar, processar e responder a uma mensagem SOAP
  • Entenda os conceitos por trás do REST e implemente um serviço web baseado em REST
  • Implemente manipuladores para injetar soluções transversais para segurança, registro, auditoria e outras necessidades
  • Trabalhe com o WS-Security para proteger conteúdo, recursos e outros ativos
Publico Alvo
  • Desenvolvedores e arquitetos Java que precisam identificar, projetar e implementar serviços da Web.
Pre-Requisitos
  • Fortes habilidades de programação Java são essenciais. Os alunos devem ser capazes de ler documentos XML e escrever XML bem formado. O conhecimento do XML Schema também será útil, mas não é um pré-requisito estrito. A experiência com outros padrões Java EE, especialmente servlets e JSP, será muito útil em aula, mas não é estritamente necessária.
Informações Gerais

Carga Horária: 40h

  • Se noturno este curso é ministrado de Segunda-feira à sexta-feira, das 19h às 23h
  • Se aos sábados este curso é ministrado das 9h às 18h
  • Se in-company por favor fazer contato para mais detalhes.

Formato de entrega: 

  • 100% on-line ao vivo, via Microsoft Teams na presença de um instrutor/consultor ativo no mercado.
  • Nota: não é curso gravado. 

Lab:

  • Laboratório + Exercícios práticos
Materiais
Português | Inglês
Conteúdo Programatico

Overview of Web Services

  1. Why Web Services?
  2. Service-Oriented Architecture
  3. HTTP and XML
  4. SOAP
  5. WSDL
  6. The SOAP Vision
  7. The REST Vision
  8. UDDI
  9. The WS-I Basic Profile
  10. Security

Web Services for Java EE

  1. Hosting Web Services: Scenarios
  2. Web Services for Java EE
  3. JAX-WS and JAXB
  4. Web-Services Metadata
  5. WSDL-to-Java and Java-to-WSDL Paths
  6. Provider and Dispatch APIs
  7. SAAJ and JAXP
  8. JAX-RS for RESTful Services
  9. JAXR

The Java API for XML Binding

  1. The Need for Data Binding
  2. XML Schema
  3. Two Paths
  4. JAXB Compilation
  5. Mapping Schema Types to Java
  6. Java-to-XML Mapping Using Annotations
  7. Marshaling and Unmarshaling
  8. Working with JAXB Object Models

 The Simple Object Access Protocol

  1. Messaging Model
  2. Namespaces
  3. SOAP over HTTP
  4. The SOAP Envelope
  5. The Message Header
  6. The Message Body
  7. SOAP Faults
  8. Attachments

Web Services Description Language

  1. Web Services as Component-Based Software
  2. The Need for an IDL
  3. Web Services Description Language
  4. WSDL Information Model
  5. The Abstract Model -- Service Semantics
  6. Message Description
  7. Messaging Styles
  8. The Concrete Model -- Ports, Services, Locations
  9. Extending WSDL -- Bindings
  10. Service Description

The Java API for XML-Based Web Services

  1. Two Paths
  2. How It Works: Build Time and Runtime
  3. The Service Endpoint Interface
  4. Working from WSDL
  5. Working from Java
  6. RPC and Document Styles
  7. One-Way Messaging
  8. Binary Protocols

WSDL-to-Java Development

  1. The @WebService Annotation
  2. Generated Code
  3. Scope of Code Generation
  4. Parameter Order
  5. More JAXB: Mapping Collections
  6. More JAXB: Mapping Enumerations
  7. Applying JAXB Customizations

Client-Side Development

  1. Stubs and Proxies
  2. Generated Code
  3. Locating a Service
  4. Invoking a Service
  5. The @WebServiceRef Annotation

Java-to-WSDL Development

  1. Generating the WSDL and Schema
  2. The @WebMethod, @XmlParam, and Related Annotations
  3. More JAXB: Mapping Inheritance
  4. Controlling the XML Model
  5. Controlling the WSDL Description
  6. JAXB Customizations with @XmlJavaTypeAdapter

Exception Handling

  1. SOAP Faults vs. Java Exceptions
  2. Mapping Faults from WSDL
  3. Mapping Exceptions from Java
  4. JAX-WS Exception API and Handling
  5. Client Exception Handling

JAX-WS Best Practices

  1. Which Way to Go?
  2. Interoperability Impact
  3. Portability Impact
  4. Polymorphism in Web Services
  5. Web Services as Java EE Components
  6. Lifecycle Annotations
  7. Context Interfaces

Metadata

  1. Abstract and Concrete Model Metadata
  2. Defaults
  3. Annotations
  4. webservices.xml and web.xml
  5. Best Practices and Pitfalls

Provider and Dispatch APIs

  1. Stepping Down
  2. The @WebServiceProvider Annotation
  3. The Provider<T> Interface
  4. Implementing a Provider
  5. The @ServiceMode Annotation
  6. JAXB Without WSDL
  7. Integrating JAXP
  8. The Dispatch<T> Interface
  9. Building Clients

The SOAP with Attachments API for Java

  1. The SAAJ Object Model
  2. Parsing a SOAP Message
  3. Reading Message Content
  4. Working with Namespaces
  5. Creating a Message
  6. Setting Message Content
  7. Relationship to the DOM

Message Handlers

  1. Handling SOAP Headers
  2. Handlers and Handler Chains
  3. Configuration by XML or Annotation
  4. MessageContext and SOAPMessageContext
  5. Processing Model and Patterns
  6. Logical and Protocol Handlers
  7. Client-Side Handlers

Handling Binary Content

  1. The WS-I Attachments Profile
  2. Using base64Binary
  3. MTOM and XOP
  4. JAX-WS Support
  5. Configuration by XML or Annotation
  6. Client-Side Support
  7. SAAJ Support
TENHO INTERESSE

Cursos Relacionados

Curso Python Programação Advanced

32 horas

Curso SAP ABAP S4hana Developer Foundation

32 horas

Curso Full Stack and React Essentials

32 Horas

Curso Node.js for JavaScript Developers

24 horas

Curso Elasticsearch for Developers

16H

Curso Elastic Stack Foundation

24 horas

Curso Apache Spark™ Foundation

8 Horas