Results for "spring framework"

Implementation of Data Access Layer with JPA JPQL in Spring Boot

Implementation of Data Access Layer with JPA JPQL in Spring Boot

7 min read

JPA(Java Persistance API) — JPA is a specification of Java which is used to map Java objects to a relational database, acting as a bridge between the two. It doesn’t perform operations on its own...

Creating Spring Boot CRUD Rest APIs with Data JPA and JDBC - Part 2

Creating Spring Boot CRUD Rest APIs with Data JPA and JDBC - Part 2

4 min read

Creating Spring Boot CRUD Rest APIs with Data JPA and JDBC - Part 1

Creating Spring Boot CRUD Rest APIs with Data JPA and JDBC - Part 1

7 min read

Spring Boot is a highly used and popular framework in Java which is easy to start with and understand as well. In order to get a head start into the framework we will be creating a Spring Boot Applic...

Introduction to Spring Architecture

Introduction to Spring Architecture

9 min read

Spring framework is a lightweight yet powerful Java framework which is used for application development. It provides support for developing Java applications and handles the infrastructure config...