InfoQ Homepage Spring Content on InfoQ
-
Event-Driven Java Applications with Redis 5.0 Streams
Mark Paluch takes a look at how to integrate Redis streams into applications, and how to consume and produce messages to build a message-oriented Java application with Redis the Spring way.
-
Testing Spring Boot Applications
Andy Wilkinson takes an in-depth look at some of Spring Boot’s advanced testing features, including @MockBean, @SpyBean, and test slices.
-
Implementing Microservices Security Patterns and Protocols with Spring Security
Stephen Doxsee and Joe Grandja focus on walkthroughs/live coding showing how to apply the patterns and standards using Spring Security 5.1.
-
Better Than BASH: Scripting Kotlin
Oliver Hughes takes a look at some examples of using Kotlin for real-world scripting and automation tasks.
-
Performance Monitoring Back-End and Front-End Using Micrometer
Clint Checketts reviews the basics of recording metrics with Micrometer.as well as gives an intro to the Prometheus and Grafana backends and dashboarding.
-
Spring Data JPA from 0-100 in 60 Minutes
Jens Schauder looks into how Spring Data JPA works and how it integrates with Spring by means of Spring Data JPA.
-
Spring Tools 4: Bootiful Spring Tooling for Desktop and Cloud
Martin Lippert and Moritz Eysholdt show how to use Spring Tools 4 to be productive when working on Spring Boot 2 applications, including how to run Theia.
-
Streaming with Spring Cloud Stream and Apache Kafka
Oleg Zhurakousky and Soby Chacko explore how Spring Cloud Stream and Apache Kafka can streamline the process of developing event-driven microservices that use Apache Kafka.
-
Real-Time Performance Analysis of Data-Processing Pipelines with Spring Cloud Data Flow, Micrometer
Christian Tzolov and Sabby Anandan demonstrate how to consistently produce structured metrics to Prometheus, and how to visualize them with dashboards such as Grafana.
-
Reactive Relational Database Connectivity with Spring
Mark Paluch explains R2DBC, how the API works, and the benefits for application developers who aim for functional reactive access with Spring Data R2DBC.
-
Platforms Demystified: Cloud Foundry, Kubernetes, Eirini, and Knative
Nic Williams and Matthias Haeussler compare and contrast several cloud platforms: Cloud Foundry, Kubernetes, Project Eirini, and Knative.
-
How to Get Productive with Spring Boot
Madhura Bhave covers several Spring Boot features: dependency management, starters, devtools, autocompletion for configuration files, test slices, debugging options, and more.