Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Spring Professional Certification Exam Tutorial - Module 07
Highest Rated
Rating: 4.6 out of 5(639 ratings)
3,461 students

Spring Professional Certification Exam Tutorial - Module 07

Spring REST
Created byDominik Cebula
Last updated 5/2020
English

What you'll learn

  • Knowledge and skills required for Spring Professional Certification Exam
  • Spring Professional Certification Study Guide Explanation & Answers
  • REST

Course content

1 section21 lectures3h 2m total length
  • Examples Download
  • Question 01 - What does REST stand for?13:23

    Question 01 - What does REST stand for?

  • Question 02 - What is a resource?8:25

    Question 02 - What is a resource?

  • Question 03 - What does CRUD mean?17:24

    Question 03 - What does CRUD mean?

  • Question 04 - Is REST secure? What can you do to secure it?7:10

    Question 04 - Is REST secure? What can you do to secure it?

  • Question 05 - Is REST scalable and/or interoperable?20:09

    Question 05 - Is REST scalable and/or interoperable?

  • Question 06 - Which HTTP methods does REST use?2:50

    Question 06 - Which HTTP methods does REST use?

  • Question 07 - What is an HttpMessageConverter?8:41

    Question 07 - What is an HttpMessageConverter?

  • Question 08 - Is REST normally stateless?12:18

    Question 08 - Is REST normally stateless?

  • Question 09 - What does @RequestMapping do?11:09

    Question 09 - What does @RequestMapping do?

  • Question 10 - Is @Controller a stereotype? Is @RestController a stereotype?[...]5:07

    Question 10 - Is @Controller a stereotype? Is @RestController a stereotype? What is a stereotype annotation? What does that mean?

  • Question 11 - What is the difference between @Controller and @RestController?7:39

    Question 11 - What is the difference between @Controller and @RestController?

  • Question 12 - When do you need @ResponseBody?4:17

    Question 12 - When do you need @ResponseBody?

  • Question 13 - What are the HTTP status return codes for a successful GET, [...]11:39

    Question 13 - What are the HTTP status return codes for a successful GET, POST, PUT or DELETE operation?

  • Question 14 - When do you need @ResponseStatus?5:05

    Question 14 - When do you need @ResponseStatus?

  • Question 15 - Where do you need @ResponseBody? What about @RequestBody?9:11

    Question 15 - Where do you need @ResponseBody? What about @RequestBody?

  • Question 16 - If you saw example Controller code, would you understand [...]11:48

    Question 16 - If you saw example Controller code, would you understand what it is doing? Could you tell if it was annotated correctly?

  • Question 17 - Do you need Spring MVC in your classpath?3:42

    Question 17 - Do you need Spring MVC in your classpath?

  • Question 18 - What Spring Boot starter would you use for a Spring REST [...]2:51

    Question 18 - What Spring Boot starter would you use for a Spring REST application?

  • Question 19 - What are the advantages of the RestTemplate?10:00

    Question 19 - What are the advantages of the RestTemplate?

  • Question 20 - If you saw an example using RestTemplate would you [...]9:13

    Question 20 - If you saw an example using RestTemplate would you understand what it is doing?

Requirements

  • Java
  • Maven
  • IDE of your choice

Description

Spring Professional Exam Tutorial explains and answers all questions from Spring Professional Certification Study Guide. Each answer to exam topic is explained in detail with video tutorial, description and good example for you to get deep understanding of discussed topic. With this course you will get all required knowledge and skills to pass Spring Professional Certification Exam.

Course is divided into 8 modules:

  • Module 01 - Container, Dependency, and IoC

  • Module 02 - Aspect Oriented Programming

  • Module 03 - Data Management: JDBC, Transactions, Spring Data JPA

  • Module 04 – Spring Boot

  • Module 05 - Spring MVC and The Web Layer

  • Module 06 – Security

  • Module 07 – REST

  • Module 08 – Testing

This course covers seventh module of the entire course and inside you can find answers to all topics from Spring Professional Certification Study Guide seventh section, which is Spring REST. I will cover Spring support for REST, we will discuss available annotations, HTTP methods and status codes, Spring Boot support for REST, and RestTemplate component that can be used to build REST Clients.

Who this course is for:

  • Spring Professional Exam & Certification Candidates