-
Урок 1.
00:13:24
Question 01 - What does REST stand for?
-
Урок 2.
00:08:26
Question 02 - What is a resource?
-
Урок 3.
00:17:25
Question 03 - What does CRUD mean?
-
Урок 4.
00:07:11
Question 04 - Is REST secure? What can you do to secure it?
-
Урок 5.
00:20:10
Question 05 - Is REST scalable and/or interoperable?
-
Урок 6.
00:02:51
Question 06 - Which HTTP methods does REST use?
-
Урок 7.
00:08:42
Question 07 - What is an HttpMessageConverter?
-
Урок 8.
00:12:19
Question 08 - Is REST normally stateless?
-
Урок 9.
00:11:10
Question 09 - What does @RequestMapping do?
-
Урок 10.
00:05:08
Question 10 - Is @Controller a stereotype? Is @RestController a stereotype?[...]
-
Урок 11.
00:07:40
Question 11 - What is the difference between @Controller and @RestController?
-
Урок 12.
00:04:18
Question 12 - When do you need @ResponseBody?
-
Урок 13.
00:11:40
Question 13 - What are the HTTP status return codes for a successful GET, [...]
-
Урок 14.
00:05:06
Question 14 - When do you need @ResponseStatus?
-
Урок 15.
00:09:12
Question 15 - Where do you need @ResponseBody? What about @RequestBody?
-
Урок 16.
00:11:49
Question 16 - If you saw example Controller code, would you understand [...]
-
Урок 17.
00:03:43
Question 17 - Do you need Spring MVC in your classpath?
-
Урок 18.
00:02:52
Question 18 - What Spring Boot starter would you use for a Spring REST [...]
-
Урок 19.
00:10:01
Question 19 - What are the advantages of the RestTemplate?
-
Урок 20.
00:09:14
Question 20 - If you saw an example using RestTemplate would you [...]