Mastery in Java Web Services and RESTful API with SpringBoot

Go to class
Write Review

Mastery in Java Web Services and RESTful API with SpringBoot provided by Udemy is a comprehensive online course, which lasts for 8 hours worth of material. Mastery in Java Web Services and RESTful API with SpringBoot is taught by Arun Ammasai. Upon completion of the course, you can receive an e-certificate from Udemy. The course is taught in Englishand is Paid Course. Visit the course page at Udemy for detailed price information.

Overview
  • Build Java Web Services and REST API - RESTful and SOAP - with Spring & Spring Boot

    What you'll learn:

    • You will Learn to Design and Develop SOAP and RESTful web services with Spring Boot
    • You will Learn to implement application level Exception Handling, entity validation, HATEOAS and Filtering for RESTful Web Services
    • You will understand how to use Spring Annotations - @Autowired, @Component, @Service, @Repository, @Configuration, @Primary
    • You will understand about WSDL definition, SOAP - Header, Body, Fault, XSD, JAXB Classes and WSDL EndPoint
    • You will use a variety of Spring Boot Starters - Spring Boot Starter Web, Starter Data Jpa, Starter Test
    • You will Become a COMPLETE Spring Developer - With the ability to write Great Unit Tests
    • You will learn the basics of Spring Boot, Spring JDBC and JPA

    RESTful Web Services

    ===================

    This Course is designed for Software Professionals who are willing to learn RESTful Web Services in simple and easy steps. This tutorial will give you great understanding on RESTful Web Services concepts and after completing this tutorial you will be at intermediate level of expertise from where you can take yourself at higher level of expertise.


    RESTful Web Services are basically REST Architecture based Web Services. In REST Architecture everything is a resource. RESTful web services are light weight, highly scalable and maintainable and are very commonly used to create APIs for web-based applications. This tutorial will teach you the basics of RESTful Web Services and contains chapters discussing all the basic components of RESTful Web Services with suitable examples.


    Advantages of RESTful Web Services:

    Fast: RESTful Web Services are fast because there is no strict specification like SOAP. It consumes less bandwidth and resource.

    Language and Platform independent: RESTful web services can be written in any programming language and executed in any platform.

    Can use SOAP: RESTful web services can use SOAP web services as the implementation.

    Permits different data format: RESTful web service permits different data format such as Plain Text, HTML, XML and JSON.


    What will cover in this entire course :

    1. What is a Web Service?

    2. What is a RESTful Web Service?

    3. How to implement RESTful Web Services with Spring and Spring Boot in simple steps

    4. Learn through implementing a project

    5. How to design Resources and GET, POST,PUT and DELETE operations?

    6. How to implement Validation for RESTful Web Services

    7. How to implement Exception Handling for RESTful Web Services

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

    9. What are the different approach in versioning RESTful Services

    10. How to use Postman to execute RESTful Service Requests

    11. How to implement basic authentication with Spring Security

    12. How to implement filtering for RESTful Services

    13. How to monitor RESTful Services with Spring Boot Actuator

    14. How to document RESTful Web Services with Swagger

    15. How to connect RESTful Services to a backend with JPA

    16. What is a SOAP Web Service

    17. What is WSDL (Web Service Definition Language)

    18. What is SOAP Header, SOAP Body and SOAP Fault?

    19. What is an XSD (XML Schema Definition)

    20. How to write an XSD for your requests and responses using eclipse visual editor

    21. What is JAXB and how to implement them

    22. What is an WSDL Endpoint

    23. How to implement basic level security with WS-Security for SOAP Web Services

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

    25. How to execute SOAP Requests using Wizdler browser plugin


    Learn the topics in Spring and Spring Boot:

    1. Spring Boot

    2. Spring Core - IoC

    3. Spring Data JPA

    4. Spring REST

    5. Spring Security

    6. MySql with Rest API