The Spring Framework is a mature, powerful and highly flexible framework focused on building web applications in Java.

One of the core benefits of Spring is that it takes care of most of the low-level aspects of building the application to allow us to actually focus on features and business logic.

Another strong point is that, while the framework is quite mature and well-established, it’s very actively maintained and has a thriving dev community. This makes it quite up to date and aligned with the Java ecosystem right now.

Of course, there’s a lot to learn to work well with Spring.

Let’s get started.

icon spring beans

Spring Core Basics

We’ll start with some core aspects of the framework first:

spring - icon

Spring Boot Basics

Next, let’s explore the basics of Spring Boot:

icon mvc a

Spring MVC

The Spring MVC framework is the foundation of building web applications with Spring.

Let’s start with some of the basics of building the MVC-style web application:

spring api - icon

Spring REST

Let’s explore the RESTful support in Spring MVC:

spring persistence - icon

Spring Persistence

Spring supports most persistence solutions out there:

Spring Data - icon

Spring Data

Spring supports various technologies to access data:

icon kotlin testing

Testing with Spring

Finally, let’s explore testing support in Spring:

other spring tutorials - icon

Other Spring Tutorials

Course – LS (cat=Spring)

Get started with Spring and Spring Boot, through the Learn Spring course:

>> THE COURSE
res – REST with Spring (eBook) (everywhere)
Comments are closed on this article!