Skip to content

Java Web Services & REST API - RESTful & SOAP - with Spring & Spring Boot.

Notifications You must be signed in to change notification settings

vnlemanhthanh/--in28minutes-spring-web-services-tutorial

Repository files navigation

Java Web Services & REST API - RESTful & SOAP - with Spring & Spring Boot.

What is a Web Service?

What is a RESTful Web Service?

How to implement RESTful Web Services with Spring and Spring Boot?

What are the best practices in designing RESTful Web Services?

How to design Resources and GET, POST and DELETE operations?

How to implement Validation for RESTful Web Services?

How to implement Exception Handling for RESTful Web Services?

What is HATEOAS? How to implement HATEOAS for a Resource?

What are the different approach in versioning RESTful Services?

How to use Postman to execute RESTful Service Requests?

How to implement basic authentication with Spring Security?

How to implement filtering for RESTful Services?

How to monitor RESTful Services with Spring Boot Actuator?

How to document RESTful Web Services with Swagger?

How to connect RESTful Services to a backend with JPA?

What is a SOAP Web Service?

What is WSDL (Web Service Definition Language)?

What is SOAP Header, SOAP Body and SOAP Fault?

What is an XSD (XML Schema Definition)?

How to write an XSD for your requests and responses?

What is JAXB (Java API for XML Binding)?

What is an Endpoint?

What is a Contract First approach?

What are the different steps in building SOAP Web Services with Spring Web Services & Spring Boot?

How to build different SOAP Web services for GetCourseDetailsRequest, GetAllCourseDetailsRequest and DeleteCourseDetailsRequest?

How to use Wizdler to execute SOAP Requests?

How to implement exception handling for SOAP Web Services?

How to implement basic security with WS Security for SOAP Web Services?

About

Java Web Services & REST API - RESTful & SOAP - with Spring & Spring Boot.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages