InfoQ Homepage Spring Framework Content on InfoQ
-
Bootiful Testing
Mario Gray and Josh Long discuss how to test Spring applications, services, and web applications, ensuring that API producers and API consumers work well together.
-
Walking up the Spring for Apache Kafka Stack
Viktor Gamov and Gary Russell discuss several Spring projects targeted at Kafka developers: spring-kafka, spring-integration-kafka, the kafka binder for spring-cloud-stream.
-
Spring, Kotlin and the Functional Way
Sébastien Deleuze demos a Spring application with functional configuration, written in Kotlin and leveraging some of the ideas from the Spring Fu experimental project.
-
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.
-
Securing Spring Functions by Breaking in
Guy Podjarny breaks into a Spring Cloud Functions application and exploits multiple weaknesses, explaining how to avoid them.
-
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.