JAVA EE

Tuesday, 31 March 2020

Spring boot Tutorial 28 - Security (Authentication and Authorization) - Playlist

Spring boot Tutorial 28 - Security (Authentication and Authorization) - Playlist:
https://www.youtube.com/watch?v=kFG5_avhuqM&list=PLmCsXDGbJHdjNPGu0OgL59FqH33VlOFKq
Ram N at 06:13 5 comments:
Share

Spring boot Tutorial 27 - Custom Error Page - Playlist

Spring boot Tutorial 27 - Custom Error Page - Playlist:
https://www.youtube.com/watch?v=FgHZkw_BytI&list=PLmCsXDGbJHdhCtmmZK4JgHvSJ3n8n-pb
Ram N at 06:12 No comments:
Share

Spring Boot + Spring Security - RESTful Web service with Database Authentication

Ram N at 04:47 No comments:
Share

Spring Boot + Spring Security - RESTful Web service with basic Authentication

Ram N at 04:46 No comments:
Share

Spring Boot - Mapping HTTP Response Status Codes to Custom Error Pages

Ram N at 04:45 No comments:
Share

Spring Boot - Mapping /error to a custom controller by implementing ErrorController

Ram N at 04:44 No comments:
Share

Spring Boot - Displaying custom Error Page | Customize Whitelabel Error Page

Ram N at 04:42 No comments:
Share

Spring Boot - Disabling Whitelabel error page

Ram N at 04:40 No comments:
Share

How to use version() method of Java.util.UUID Class?

Ram N at 04:39 No comments:
Share

How to use variant() method of Java.util.UUID Class?

Ram N at 04:38 No comments:
Share

How to use timestamp() method of Java.util.UUID Class?

Ram N at 04:37 No comments:
Share

How to use node() method of Java.util.UUID Class?

Ram N at 04:35 No comments:
Share

How to use clockSequence() method of Java.util.UUID Class?

Ram N at 04:35 No comments:
Share

How to use getMostSignificantBits() and getLeastSignificantBits() methods of Java.util.UUID Class?

Ram N at 04:34 No comments:
Share

Different ways of generating UUID value | Java.util.UUID Class

Ram N at 04:33 No comments:
Share

Java.util.UUID Class Introduction

Ram N at 04:32 No comments:
Share

Monday, 23 March 2020

Spring boot Tutorial 26 - HATEOAS with example - PlayList

Spring boot Tutorial 26 - HATEOAS with example - PlayList:
https://www.youtube.com/watch?v=_-vglnEttLI&list=PLmCsXDGbJHdiqQkbZOl7J0oTKj9-xPkE3
Ram N at 05:59 No comments:
Share

Spring boot Tutorial 25 - Spring Boot Jersey Example - PlayList

Spring boot Tutorial 25 - Spring Boot Jersey Example - PlayList:
https://www.youtube.com/watch?v=BOrYRS620tU&list=PLmCsXDGbJHdimMaCZk1HlfvKnGH4iPuGC
Ram N at 05:55 No comments:
Share

Spring Boot HATEOAS Example | Applying HATEOAS to a REST API with Spring Boot

Ram N at 05:49 No comments:
Share

What is HATEOAS? and Why it is important for the REST API?

Ram N at 05:48 No comments:
Share

Spring Boot + Jersey - Role-based security with JAX-RS Annotations | Spring Boot Jersey Example

Ram N at 05:46 No comments:
Share

Spring Boot - Building Restful Web Services With Jersey (XML) + JPA | Spring Boot Jersey Example

Ram N at 05:45 No comments:
Share

Spring Boot - Building Restful Web Services With Jersey (JSON) + JPA | Spring Boot Jersey Example

Ram N at 05:44 No comments:
Share

Spring Boot REST API Request Body Validation Example using Custom Validator

Ram N at 05:43 No comments:
Share

Spring Boot REST API Example for PathVariable validation Example

Ram N at 05:35 No comments:
Share

Spring Boot REST Validation Example | Spring Boot REST API Request Body Validation Example

Ram N at 05:34 No comments:
Share

Spring Boot With Spring Data JPA [Book] | Spring Boot CRUD Example with RESTful APIs and JPA

Ram N at 05:30 No comments:
Share

How to use spliterator(T[] array, int startInclusive, int endExclusive) method of Arrays Class?

Ram N at 05:14 No comments:
Share

How to use spliterator(double[] array, int startInclusive, int endExclusive) method of Arrays Class?

Ram N at 05:13 No comments:
Share

How to use spliterator(long[] array, int startInclusive, int endExclusiv...

Ram N at 05:12 No comments:
Share

How to use spliterator(int[] array, int startInclusive, int endExclusive) method of Arrays Class?

Ram N at 05:11 No comments:
Share

How to use spliterator(T[] array) method of Java.util.Arrays Class?

Ram N at 05:06 No comments:
Share

How to use spliterator(double[] array) method of Java.util.Arrays Class?

Ram N at 05:06 No comments:
Share

How to use spliterator(long[] array) method of Java.util.Arrays Class?

Ram N at 05:05 No comments:
Share

How to use spliterator(int[] array) method of Java.util.Arrays Class?

Ram N at 05:04 No comments:
Share

Sunday, 8 March 2020

Spring boot Tutorial 24 - curl client + RESTful Webservice - Playlist:


Spring boot Tutorial 24 - curl client + RESTful Webservice - Playlist:
https://www.youtube.com/watch?v=sxeGKiAyyrI&list=PLmCsXDGbJHdilrQjoCbu4GR7jl_lKWB-f
Ram N at 07:01 No comments:
Share

Spring Boot - Test RESTful web service using curl client | Test a REST API with curl

Ram N at 07:00 No comments:
Share

What is curl? and How to install curl in the windows operating system?

Ram N at 06:59 No comments:
Share

parallelPrefix(T[] array, int fromIndex, int toIndex, BinaryOperator op) method of Arrays Class

Ram N at 06:36 No comments:
Share

How to use parallelPrefix(T[] array, BinaryOperator op) method of Java.util.Arrays Class?

Ram N at 06:35 No comments:
Share

parallelPrefix(double[] array, int fromIndex, int toIndex, DoubleBinaryOperator op) of Arrays Class

Ram N at 06:34 No comments:
Share

How to use parallelPrefix(double[] array, DoubleBinaryOperator op) method of Java.util.Arrays Class?

Ram N at 06:34 No comments:
Share

parallelPrefix(long[] array,int fromIndex,int toIndex,LongBinaryOperator op) method of Arrays Class

Ram N at 06:33 No comments:
Share

How to use parallelPrefix(long[] array, LongBinaryOperator op) method of Java.util.Arrays Class?

Ram N at 06:31 No comments:
Share

parallelPrefix(int[] array, int fromIndex, int toIndex,IntBinaryOperator op) method of Arrays Class

Ram N at 06:30 No comments:
Share

How to use parallelPrefix(int[] array, IntBinaryOperator op) method of Java.util.Arrays Class?

Ram N at 06:29 No comments:
Share

How to use copyOfRange(U[] original, int from, int to, Class newType) method of Java.util.Arrays?

Ram N at 06:28 No comments:
Share

How to use copyOfRange(T[] original, int from, int to) method of Java.util.Arrays Class?

Ram N at 06:27 No comments:
Share
‹
›
Home
View web version
Powered by Blogger.