Spring MVC: Overview
Spring MVC: Overview
In this article, we will cover the following topics: – An introduction to the architecture – Spring MVC – How to configure your development environment to work with Spring MVC
Blog
Notes on Java, architecture, cloud, and AI. Filter by month or tags to jump to a topic quickly.
Spring MVC: Overview
In this article, we will cover the following topics: – An introduction to the architecture – Spring MVC – How to configure your development environment to work with Spring MVC
Spring Boot vs Quarkus: Which Framework to Choose in 2023
Today we are going to talk about two frameworks, Spring Boot and Quarkus, and more specifically, why they are needed and who needs them. Let's compare Spring Boot and Quarkus in terms of features, performance metrics, average development cost, market popularity and other important aspects. This article promises to […]
Jakarta EE 10 – How to create a REST API
In this article, we walk you through some basic scenarios using the REST specification.Although most people use the term REST or RESTful API only to indicate that they are transferring data over HTTP, and ignore the "Hypermedia as a state engine" part.
Reactive Spring Boot API – Part II, Validations
In this article we will set up the validation of the inputs of a query
Reactive Spring Boot API – Part I, Controllers
Goodbye synchronization, welcome asynchronous, no more code blocking
Spring WebClient – Non-blocking and responsive web client
In this article, we will see how to configure Spring WebClient and how to use it to make GET, POST or any other HTTP requests.We will also learn how to configure the client to handle timeout and other HTTP related configurations.
Spring Boot – Approaches to Testing a Rest API
In this article, we will learn how to create JUnit 5 test classes with Mockito in a Spring Boot application.JUnit is one of the most popular testing frameworks for Java applications.JUnit 5 supports all modern features of Java 8 and allows you to use