Guide to Spring @Autowired

2021 VietMX 0

1. Overview Starting with Spring 2.5, the framework introduced annotations-driven Dependency Injection. The main annotation of this feature is @Autowired. It allows Spring to resolve and inject collaborating beans […]

Server-Sent Events in Spring

2021 VietMX 0

1. Overview In this tutorial, we’ll see how we can implement Server-Sent-Events-based APIs with Spring. Simply put, Server-Sent-Events, or SSE for short, is an HTTP […]

Spring Webflux with Kotlin

2021 VietMX 0

1. Overview In this tutorial, we demonstrate how to use the Spring WebFlux module using Kotlin programming language. We illustrate how to use the annotation-based […]

Logging a Reactive Sequence

2021 VietMX 0

1. Overview With the introduction of Spring WebFlux, we got another powerful tool to write reactive, non-blocking applications. While using this technology is now way easier than […]

Spring Webflux and CORS

2021 VietMX 0

1. Overview In a previous post, we learned about Cross-Origin Resource Sharing (CORS) specification and how to use it within Spring. In this quick tutorial, we’ll set […]

Guide to Spring 5 WebFlux

2021 VietMX 0

1. Overview Spring WebFlux is part of Spring 5 and provides reactive programming support for web applications. In this tutorial, we’ll be creating a small […]