with SOAP and REST
equivalent to 3 days of live training.
Having problems? check the errata
Introduction 19m 58s If you haven't studied module 1, then we show how to setup your workspace. |
Preview |
SOAP Introduction 44m 50s The basics of SOAP and how to export an EJB to a SOAP endpoint. |
Watch |
SOAP Clients 28m 22s How to call a SOAP endpoint in Java, using wsimport. |
Watch |
HTTP Verbs 25m 34s This is a warmup for the REST section of the course. You don't need to watch this if you already know GET, POST, PUT and DELETE - and the reasons why you would use each. |
Watch |
REST Representations and URIs 18m 2s The first two major aspects of REST |
Watch |
REST Services 25m 36s Coding a REST service in JavaEE and Wildfly |
Watch |
REST Clients 37m 27s Using REST-Easy to call the service. |
Watch |
Content Negotiation 20m 22s How to support multiple content formats. |
Watch |
Error Handling 30m 32s Correct use of HTTP Status codes. |
Watch |
Parameters 31m 40s How to pass parameters in a "RESTful" way. |
Watch |
HTTP Operations 36m 5s How to correctly implement PUT and DELETE. |
Watch |
HATEOAS 44m 0s The final major principle in REST - it's not often applied and we talk about why this is. |
Watch |