B2 Tech

Web Dev Snippets

  • Facebook
  • Twitter
  • Google Plus
  • Home
  • Java
    • Core Java
    • Core Java Programs
    • Java Swings
    • JavaFX
  • Web Technologies
    • Angular 10
    • Angular 2
    • Angular 9
    • Boostrap 4
    • CSS
    • Express.js
    • High Charts
    • HTML
    • Javascript
    • Javascript Programs
    • jQuery
    • Mongoose
    • Nodejs
    • Typescript
  • Full Stack Applications
    • CRUD Applications
  • Advance Java/J2EE
    • JSP
    • Servlets
    • JSF
    • Thymeleaf
    • Spring MVC
    • Spring Boot
    • Spring Security
    • JPA
    • Hibernate
    • Struts
    • MyBatis/iBatis
  • Interview Programs
  • Web Services
    • REST Services
    • SOAP Services
  • Testing
  • About
  • Contact

Category - REST Services

  • Hibernate
  • JPA
  • REST Services
  • Spring Boot
  • Spring MVC

Spring Data JPA Sort Multiple Columns with Examples

2 weeks ago
by Bushan Sirgur
9 min read
Add Comment

Hey guys in this post we will discuss and implement Sorting multiple columns in Data JPA with examples. Overview Data JPA provides Sorting option out of the box. To add Sorting option to our Repositories, we need to extend the...

Continue reading

  • Hibernate
  • JPA
  • REST Services
  • Spring Boot
  • Spring MVC

Spring Data JPA Sort by Date with Example

2 weeks ago
by Bushan Sirgur
8 min read
Add Comment

Hey guys in this post we will discuss and implement Sorting in Data JPA with examples. Overview Data JPA provides Sorting support out of the box. To add Sorting support to our Repositories, we need to extend the...

Continue reading

  • Hibernate
  • JPA
  • REST Services
  • Spring Boot
  • Spring MVC

Spring Data JPA Pagination with Example

2 weeks ago
by Bushan Sirgur
8 min read
Add Comment

Hey guys in this post we will discuss and implement Pagination in Data JPA with examples. Overview Pagination is often helpful when we have a large dataset and we want to present it to the user in smaller chunks. Data JPA...

Continue reading

  • Hibernate
  • JPA
  • REST Services
  • Spring Boot
  • Spring MVC

Spring Data JPA Query Methods In with Examples

3 weeks ago
by Bushan Sirgur
8 min read
Add Comment

Hey guys in this post, we will discuss the Data JPA finder method In examples Overview JPA finder methods are the most powerful methods, we can create finder methods to select the records from the database without writing SQL...

Continue reading

  • Hibernate
  • JPA
  • REST Services
  • Spring Boot
  • Spring MVC

Spring Data JPA Query Methods Like with Example

3 weeks ago
by Bushan Sirgur
8 min read
Add Comment

Hey guys in this post, we will discuss the Data JPA finder method Like examples Overview JPA finder methods are the most powerful methods, we can create finder methods to select the records from the database without writing SQL...

Continue reading

  • Hibernate
  • JPA
  • REST Services
  • Spring Boot
  • Spring MVC

Spring Data JPA Between Date Example

3 weeks ago
by Bushan Sirgur
8 min read
Add Comment

Hey guys in this post, we will discuss the Data JPA finder method Between examples Overview JPA finder methods are the most powerful methods, we can create finder methods to select the records from the database without writing...

Continue reading

  • Hibernate
  • JPA
  • REST Services
  • Spring Boot
  • Spring MVC

Spring Data JPA Contains Query with Example

4 weeks ago
by Bushan Sirgur
8 min read
Add Comment

Hey guys in this post, we will discuss the Data JPA finder method Containing examples Overview JPA finder methods are the most powerful methods, we can create finder methods to select the records from the database without...

Continue reading

  • Hibernate
  • JPA
  • REST Services
  • Spring Boot
  • Spring MVC

Spring Data JPA Greater than with Example

4 weeks ago
by Bushan Sirgur
8 min read
Add Comment

Hey guys in this post, we discuss Data JPA finder method greater than and less than with examples Overview JPA finder methods are the most powerful methods, we can create finder methods to select the records from the database...

Continue reading

  • Hibernate
  • JPA
  • REST Services
  • Spring Boot
  • Spring MVC

Spring Data JPA findBy Multiple Columns with Example

4 weeks ago
by Bushan Sirgur
8 min read
Add Comment

Hey guys in this post, we discuss Data JPA finder methods by multiple field names with examples. Overview JPA finder methods are the most powerful methods, we can create finder methods to select the records from the database...

Continue reading

  • Hibernate
  • JPA
  • REST Services
  • Spring Boot
  • Spring MVC

Spring Data JPA findBy Column Name with Example

4 weeks ago
by Bushan Sirgur
8 min read
Add Comment

Hey guys in this post, we discuss Data JPA finder methods by field name with example. Overview JPA finder methods are the most powerful methods, we can create finder methods to select the records from the database without...

Continue reading

  • REST Services
  • Spring Boot
  • Spring MVC

Spring @GetMapping, @PostMapping, @PutMapping, @DeleteMapping and @PatchMapping Annotation with Examples

1 month ago
by Bushan Sirgur
5 min read
Add Comment

Hey guys in this post, we will discuss spring @GetMapping, @PostMapping, @PutMapping, @PatchMapping and @DeleteMapping annotation with examples Overview These annotations have been introduced in the spring 4.3version. These...

Continue reading

  • REST Services
  • Spring Boot
  • Spring MVC

Spring Boot validation using Hibernate validator

1 month ago
by Bushan Sirgur
6 min read
Add Comment

Hey guys in this post, we will discuss adding validation to the spring boot application using Hibernate validator. Overview Hibernate Validator is the reference implementation of Bean validation API. With Bean Validation, a...

Continue reading

  • REST Services
  • Spring Boot
  • Spring MVC

Spring @RestController Annotation with Example

1 month ago
by Bushan Sirgur
4 min read
Add Comment

Hey guys in this post, we will discuss spring @RestController annotation with example. Overview @RestController annotation is mainly used for building restful web services using Spring MVC. It is a convenience annotation, this...

Continue reading

  • REST Services
  • Spring Boot
  • Spring MVC

Spring @RequestHeader Annotation with Example

1 month ago
by Bushan Sirgur
4 min read
Add Comment

Hey guys in this post, we will discuss Spring @RequestHeader annotation with example. Overview @RequestHeader annotation binds request header values to method parameters. Given below are the available fields that you can pass...

Continue reading

  • REST Services
  • Spring Boot
  • Spring MVC

Spring ResponseEntity Example

1 month ago
by Bushan Sirgur
4 min read
Add Comment

Hey guys in this post, we will discuss Spring ResponseEntity with example. Overview ResponseEntity is meant to represent the entire HTTP response. We can control anything that goes into it such as HTTP status code, headers, and...

Continue reading

  • REST Services
  • Spring Boot
  • Spring MVC

Spring @PostConstruct Annotation with Example

1 month ago
by Bushan Sirgur
6 min read
Add Comment

Hey guys, in this post we will discuss spring @PostConstruct annotation with example. Overview @PostConstruct can be applied to a method, the given bean is executed after all injections have been done. @PostConstruct is executed...

Continue reading

  • Hibernate
  • REST Services
  • Spring Boot
  • Spring MVC

Spring MVC @Valid annotation with Example

2 months ago
by Bushan Sirgur
8 min read
Add Comment

Hey guys in this post we will discuss @Valid annotation in Spring MVC with example. Overview @Valid annotation is nothing to do with Spring because it is not a part of the Spring framework. It is a part of Bean Validation...

Continue reading

  • CRUD Applications
  • Hibernate
  • JPA
  • REST Services
  • Spring Boot
  • Spring MVC
  • Testing

Spring Boot REST API Testing using JUnit

2 months ago
by Bushan Sirgur
6 min read
Add Comment

Hey guys in this post, we will write JUnit test cases for Spring boot REST API. We will write test cases for database operations like Create, Read, Update and Delete. Watch the video Development process Following are the...

Continue reading

  • CRUD Applications
  • Hibernate
  • JPA
  • REST Services
  • Spring Boot
  • Spring MVC

Spring Boot, PostgreSQL, JPA, Hibernate RESTful CRUD API Example

2 months ago
by Bushan Sirgur
8 min read
Add Comment

Hey guys in this post, we will learn about creating REST API with Spring Boot, PostgreSQL, JPA, and Hibernate. We will also perform the basic CRUD (Create, Read, Update, Delete) operations. Spring framework is one of the most...

Continue reading

  • REST Services
  • Spring Boot
  • Spring MVC

Spring boot @PathVariable annotation Example

2 months ago
by Bushan Sirgur
5 min read
Add Comment

Hey guys in this post we will discuss about the Spring boot @PathVariable annotation and their example in detail. Overview Spring boot @PathVariable annotation used on a method argument to bind it to the value of a URI template...

Continue reading

  • Hibernate
  • JPA
  • REST Services
  • Spring Boot
  • Spring MVC

Spring Boot, Hibernate, JPA and H2 Database CRUD REST API Example

3 months ago
by Bushan Sirgur
9 min read
Add Comment

Hey guys in this post, we will learn about creating REST API with Spring Boot, H2 Database, JPA, and Hibernate. We will also perform the basic CRUD (Create, Read, Update, Delete) operations. Spring framework is one of the most...

Continue reading

  • CRUD Applications
  • Hibernate
  • JPA
  • REST Services
  • Spring Boot
  • Spring MVC

Spring Boot, MySQL, JPA, Hibernate Restful CRUD API Tutorial [2021]

3 months ago
by Bushan Sirgur
9 min read
Add Comment

Hey guys in this post, we will learn about creating REST API with Spring Boot, MySQL, JPA, and Hibernate. We will also perform the basic CRUD (Create, Read, Update, Delete) operations. Spring framework is one of the most popular...

Continue reading

  • CRUD Applications
  • JPA
  • REST Services
  • Spring Boot

Spring Data Rest with MySQL database [2021]

3 months ago
by Bushan Sirgur
7 min read
Add Comment

Hey guys in this post, we will discuss how to create spring boot REST API using Spring Data Rest module and we will connect it to the MySQL database. We will create a simple employee management system, and it has the following...

Continue reading

  • REST Services
  • SOAP Services

HTTP Status codes with examples

3 months ago
by Bushan Sirgur
6 min read
1 Comment

Hey guys in this post we will discuss the most commonly used HTTP status codes with completed examples. HTTP response status codes indicate whether a specific HTTP request has been successfully completed. HTTP status codes are 3...

Continue reading

  • Angular 10
  • REST Services

Angular 10 HTTP GET Request Example

3 months ago
by Bushan Sirgur
4 min read
Add Comment

Hey guys in this post we will discuss how to make HTTP GET requests in Angular 10. We will use Fake REST API to make the GET requests. Here is the API endpoint: This API will give the list of users in JSON format. Below is the...

Continue reading

  • CRUD Applications
  • REST Services
  • Spring Boot

Spring boot and MongoDB REST API CRUD Tutorial [Updated 2021]

5 months ago
by Bushan Sirgur
8 min read
Add Comment

Hey, guys in this, we will learn connecting the spring boot REST API that connects to the MongoDB database and we will perform the basic database operations like Create, Read, Update and Delete. Development steps Following are...

Continue reading

  • CRUD Applications
  • Express.js
  • Mongoose
  • Nodejs
  • REST Services

Building REST API with Node.js, Express and MongoDB using Async and Await

7 months ago
by Bushan Sirgur
8 min read
Add Comment

Hey guys, in this post, we will be creating an end to end RESTful CRUD API with Node.js, Express, Mongoose, and MongoDB. Yes, we will use Mongoose for communicating with MongoDB. Express is a light-weight web application...

Continue reading

  • CRUD Applications
  • Express.js
  • Mongoose
  • Nodejs
  • REST Services

Building Restful CRUD API with Node.js, Express, Mongoose and MongoDB

7 months ago
by Bushan Sirgur
8 min read
Add Comment

Hey guys, in this post, we will be creating an end to end RESTful CRUD API with Node.js, Express, Mongoose, and MongoDB. Yes, we will use Mongoose for communicating with MongoDB. Express is a light-weight web application...

Continue reading

  • Express.js
  • Mongoose
  • Nodejs
  • REST Services

NodeJS, Express, Mongoose and MongoDB RESTful Web Service – DELETE Request

7 months ago
by Bushan Sirgur
1 min read
Add Comment

Hey guys, in the previous post we discussed about updating the document with HTTP PATCH request. In this post, we will discuss about deleting document with HTTP DELETE request. let’s begin In order to delete the document...

Continue reading

  • Express.js
  • Mongoose
  • Nodejs
  • REST Services

NodeJS, Express, Mongoose and MongoDB RESTful Web Service – PATCH Request

7 months ago
by Bushan Sirgur
2 min read
Add Comment

Hey guys, in our previous post we discussed about retrieving the documents from mongodb using GET request. so in this post we will discuss that updating the document using PATCH request. let’s begin… To update the...

Continue reading

1 2 Next

About Author

View all posts

Support me


Love my tutorials? Please support me by donating:

Newsletter



Recent Posts

  • Spring Boot Thymeleaf for each with Example 7 months ago
  • Most commonly used Java Math methods with Examples 7 months ago
  • Spring Boot Thymeleaf CSS JS with Example 7 months ago
  • Spring Boot Thymeleaf with Example 7 months ago
  • Spring Data JPA Sort Multiple Columns with Examples 7 months ago
  • Spring Data JPA Sort by Date with Example 7 months ago
  • Spring Data JPA Pagination with Example 7 months ago
  • Spring Data JPA Query Methods In with Examples 7 months ago
  • Spring Data JPA Query Methods Like with Example 7 months ago
  • Spring Data JPA Between Date Example 7 months ago

Featured Posts

  • Spring Boot Thymeleaf for each with Example
  • Most commonly used Java Math methods with Examples
  • Spring Boot Thymeleaf CSS JS with Example
  • Spring Boot Thymeleaf with Example
  • Spring Data JPA Sort Multiple Columns with Examples

Most Viewed Posts

  • Angular 2 and Spring REST Simple CRUD Application (17,337)
  • Login Form in JavaFX with MySQL Database (16,656)
  • A Complete CRUD Application with Spring MVC and MyBatis/iBatis (15,629)
  • Calculate AGE based on Date of birth using jQuery Calendar (12,165)
  • Complete CRUD Application in Spring MVC and Hibernate [XML Configuration] (11,607)

Categories

  • Angular 10 (2)
  • Angular 2 (2)
  • Angular 9 (7)
  • Boostrap 4 (9)
  • Core Java (16)
  • Core Java Programs (33)
  • CRUD Applications (33)
  • CSS (12)
  • Express.js (7)
  • Hibernate (24)
  • High Charts (3)
  • HTML (13)
  • Interview Programs (33)
  • Java Swings (4)
  • JavaFX (2)
  • Javascript (13)
  • Javascript Programs (20)
  • JPA (32)
  • jQuery (7)
  • JSP (16)
  • Mongoose (7)
  • MyBatis/iBatis (2)
  • Nodejs (7)
  • REST Services (47)
  • Servlets (2)
  • SOAP Services (1)
  • Spring Boot (65)
  • Spring MVC (46)
  • Testing (1)
  • Thymeleaf (5)
  • Uncategorized (2)
Copyright © 2021. Created by Bushan Sirgur. Powered by B2 Tech.
  • Facebook
  • Linkedin
  • Instagram
  • Youtube
  • Github
  • Home
  • Java
    • Core Java
    • Core Java Programs
    • Java Swings
    • JavaFX
  • Web Technologies
    • Angular 10
    • Angular 2
    • Angular 9
    • Boostrap 4
    • CSS
    • Express.js
    • High Charts
    • HTML
    • Javascript
    • Javascript Programs
    • jQuery
    • Mongoose
    • Nodejs
    • Typescript
  • Full Stack Applications
    • CRUD Applications
  • Advance Java/J2EE
    • JSP
    • Servlets
    • JSF
    • Thymeleaf
    • Spring MVC
    • Spring Boot
    • Spring Security
    • JPA
    • Hibernate
    • Struts
    • MyBatis/iBatis
  • Interview Programs
  • Web Services
    • REST Services
    • SOAP Services
  • Testing
  • About
  • Contact
  • Facebook
  • Twitter
  • Google Plus