InfoQ Homepage Spring Framework 5 Content on InfoQ
-
What's New in Reactor "Californium"
Stephane Maldini presents some of the latest additions to Reactor, Reactor Core 3.2, new Reactor Addons and Reactor Netty 0.8.
-
Spring Boot 2.0 Web Applications
Brian Clozel and Stéphane Nicoll demo a WebFlux application and leverage Boot features such as Actuator, Developer Tools and more.
-
Spring Framework 5.1 on JDK 8 & 11
Juergen Hoeller illustrates the benefits of a JDK 8 baseline and the compatibility challenges on JDK 11, providing upgrade advice for Spring applications on the classpath and the module path.
-
Guide to "Reactive" for Spring MVC Developers
Rossen Stoyanchev explains reactive features in Spring, how using reactive libraries changes how to write and debug applications, the limits of Spring MVC and and what can be done with WebFlux.
-
Spring Framework 5: Hidden Gems
Jüergen Hoeller highlights some of the personal favorites newbies beyond the major themes in Spring Framework 5.
-
Project Reactor: Now and Tomorrow
Stéphane Maldini and Simon Baslé discuss what’s new in Spring Reactor including support for Reactive AOP, Observability, Tracing, Error Strategies for long-running streams, new Netty driver, etc.
-
New in Spring Framework 5.0: Functional Web Framework
Arjen Poutsma discusses Spring’s functional web framework, how it is used, what its goals are, how it compares to the annotation model, and other related topics.
-
Programmatic Bean Registration with Spring Framework 5.0
Josh Long presents the existing programmatic bean registration support in Spring Framework 5 in both Kotlin and Java.
-
Why Spring <3 Kotlin
Sébastien Deleuze presents how to use Kotlin in Spring, showing how to convert a Java Boot 1.0 application into a Kotlin Boot 2.0 one running on WebFlux.
-
Reactor in Action
Simon Baslé and Victor Grazi demo Reactor covering multi-batching, debugging, using reactor-netty as a client, along with some naive solutions and how to improve on them.
-
Servlet vs Reactive Stacks in Five Use Cases
Rossen Stoyanchev talks about five common use cases in web application development and explores the impact of building on Servlet and Reactive stacks. He uses RxJava, Reactor, Spring MVC and WebFlux.