Visão Geral
Este curso fornece aos alunos etapas detalhadas para criar serviços Web RESTful usando PHP, Java e CICS. Ele começa com uma visão geral do desenvolvimento de serviços da Web na plataforma Java EE e, em seguida, passa para a criação de serviços da Web usando PHP/CICS. O aluno aprenderá sobre os principais conceitos de serviços da Web, como SOAP, WSDL e REST, incluindo suas vantagens e desvantagens.
Conteúdo Programatico
Review of Web Service Concepts
Review of Key Web Services Components
- HTTP
- XML
- SOAP
- WSDL
- UDDI
- WS-I Basic Profile
Introduction to RESTful Services and Comparison to Other Web Service Architectural Approaches
Working with Web Services in a Java EE Environment
Key Java EE Web Service Related APIs
- JAX-WS
- JAXB
- SAAJ
- JAXP
- JAX-RS
Using JAXB for Schema and DTD Based Bindings
Dispatching Requests to Methods
Working with Entities and Complex Content
Using Contexts and Lifecycles Effectively
CICS, PHP, and RESTful Web Services - The Big picture
Installation and Configuration
Accessing Request Information with zget() and zlist()
RESTful Events and Event Handlers
An Example RESTful Service
Calling CICS Programs from PHP
Accessing DB2 Databases from PHP
Managing Units of Work
Debugging PHP Scripts
Troubleshooting