Learn about exception handling in project Reactor.
Also find me here:
Baeldung Author
Nguyen Nam Thai
I'm an AWS-certified developer, focusing on backend technologies. Over the past 8 years, I have been working mainly on projects built around Java and AWS.
Here's what I've written (so far):
Baeldung on Java
- All
- Maven (11)
- Testing (4)
- Spring (4)
- Reactive (3)
- Spring Security (1)
- Spring Boot (1)
- Java Numbers (1)
- Java List (1)
- JVM (1)
- Data (1)
- Core Java (1)
Project Reactor: map() vs flatMap()
Filed under Reactive
Understand the map() and flatMap() methods from Project Reactor.
Social Login with Spring Security in a Jersey Application
Filed under Spring Security
Learn how to protect a Spring Boot Jersey application with Spring Social login and OAuth2.
Performance Effects of Exceptions in Java
Filed under JVM
Java exceptions are considered expensive and shouldn’t be used for flow control. This tutorial will prove that this perception is correct.
Injecting Spring Beans into Unmanaged Objects
Filed under Spring
Learn how to inject a Spring bean into an ordinary object.
Spring Data JPA Projections
Filed under Spring
A quick and practical overview of Spring Data JPA Projections.
Programmatically Creating Sequences with Project Reactor
Filed under Reactive
Learn how to create sequences with Flux’s generate, create, and handle.
Spring Boot Interview Questions
Filed under Spring Boot
A practical overview of most popular Spring Boot interview questions (with answers).
Spring Null-Safety Annotations
Filed under Spring
A quick and practical guide to null-safety annotations in Spring.