Friday 26 November 2021

Spring boot - HATEOAS Introduction | What is HATEOAS in REST? | REST API - What is HATEOAS?

Spring boot - RESTful Web Service Endpoint for Getting a Single Address Details for a Specific User

Spring boot - RESTful Web Service Endpoint for Getting List of Addresses for a Specific User

Spring boot - RESTful Web Service Endpoint for getting All the Users and each user addresses

Spring boot - RESTful Web Service Endpoint for Delete User and addresses - @OneToMany Relationship

Spring boot - RESTful Web Service Endpoint for Update User and addresses - @OneToMany Relationship

Spring boot - RESTful Web Service Endpoint for getting the User with addresses - @OneToMany Relation

Spring boot - RESTful Web Service Endpoint for Create User and Addresses @OneToMany Relationship

Friday 16 July 2021

Spring Boot MapStruct Example of Mapping JPA and Hibernate Entity to DTO | Spring Boot Tutorial

RESTful API Example with Spring Data REST, and JPA Hibernate Many To Many Extra Columns |Spring Boot

RESTful API Example with Spring Data REST, and JPA Many To Many | Spring Boot | RESTful Web Services

RESTful API Example with Spring Data REST, and JPA One to Many | Spring Boot | RESTful Web Services

RESTful API Example with Spring Data REST | Spring Boot Tutorial | RESTful Web Services

Spring Boot File Upload Example with MultipartFile | Spring Boot Tutorial

User Form Validation and Data Binding Example with Spring Boot and FreeMarker | Spring Boot Tutorial

User form Submission Example with Spring Boot and FreeMarker | Spring Boot Tutorial

Saturday 22 May 2021

What is Map-Reduce in MongoDB? | MongoDB Tutorial for Beginners

How to use Group by using reduce function in MongoDB? | MongoDB Tutorial for Beginners

How to use the explain() method and parameter options in MongoDB | MongoDB Tutorial for Beginners

$natural Operator Sorting in MongoDB | MongoDB Tutorial for Beginners

What are the different Built-in roles in MongoDB? | MongoDB Tutorial for Beginners

How to drop the single user and all the users in MongoDB? | MongoDB Tutorial for Beginners

How to create the user and assign multiple roles for Single Database in MongoDB? | MongoDB Tutorial

How to create the user and add the role as userAdmin in MongoDB? | MongoDB Tutorial for Beginners

Friday 23 April 2021

Springboot - Exceptions handling - RESTful Web Services with Spring framework | Spring Boot

Handle HTTP POST, PUT, GET and HTTP Delete Requests - Store Users Temporary | RESTful Web Services

How to Validate HTTP POST Request Body? - RESTful Web Services with Spring framework | Spring Boot

Reading HTTP POST Request Body using @RequestBody annotation - RESTful Web Services with Spring Boot

Set Response Status Code - RESTful Web Services with Spring framework | Spring Boot

Returning Object as JSON or XML Representation - RESTful Web Services with Spring Boot

Returning Java Object as Return Value - RESTful Web Services with Spring framework | Spring Boot

Making Parameters Optional or Required - RESTful Web Services with Spring framework | Spring Boot

Reading Query String Request Parameters - RESTful Web Services with Spring framework | Spring Boot

Reading Path Variables with @PathVariable annotation - RESTful Web Services with Spring Boot

Adding Methods to Handle POST,GET, PUT, DELETE HTTP requests - RESTful Web Services with Spring Boot

Friday 26 February 2021

How to send SOAP Requests using SOAP UI Client? | SOAP Web Services | Web Services Tutorial

How to install SoapUI? | SOAP Web Services | Web Services Tutorial

What is SOAP? | SOAP Web Services | Web Services Tutorial

POST vs. PUT | RESTful Web Services | Web Services Tutorial

GET vs POST & What is a Cache? | RESTful Web Services | Web Services Tutorial

API Documentation | RESTful Web Services | Web Services Tutorial

What is a resource? | RESTful Web Services | Web Services Tutorial

How to use the handleGetObject(String key) method of PropertyResourceBundle Class in Java?

How to use the keySet() method of PropertyResourceBundle Class in Java?

What is PropertyResourceBundle Class in Java? and How to use it?

What is ListResourceBundle Class in Java and How to use it?

Friday 12 February 2021

HTTP Status Codes (200, 301, 401 etc) | Web Services Tutorial

HTTP Body | Web Services Tutorial

HTTP headers: Cookie header | Web Services Tutorial

HTTP headers: Authorization header | Web Services Tutorial

HTTP headers: Content-Type header | Web Services Tutorial

HTTP Headers | Web Services Tutorial

What are path parameters? | Web Services Tutorial

What are query parameters? | Web Services Tutorial

HTTP Request methods | Web Services Tutorial

HTTP Message Structure | Web Services Tutorial