InfoQ Homepage Java Content on InfoQ
-
From Monolith to riff Functions
Swapnil Bawaskar and Florent Biville take an in-depth look at riff and discuss strategies to break an actual monolith into its component functions and deploy them.
-
Records and Sealed Types - Coming Soon to a JVM Near You!
Ben Evans talks about the recent changes in the Java language (Records, Sealed Types) and shows how big ideas in language design sometimes start from surprisingly small implementation details.
-
Reactive Architectures with RSocket and Spring Cloud Gateway
Cora Iberkleid and Spencer Gibb give an overview of the key benefits of RSocket-based networking and introduce the integration of Spring Cloud Gateway with RSocket.
-
Spring Cloud Function: Write Once, Run Anywhere (for Real!)
Oleg Zhurakousky discusses the following Java APIs: Supplier, Function, and Consumer, as well as the Spring Cloud Function framework.
-
Understand the Trade-offs of Using Compilers for Java Applications
Mark Stoodley examines some of the strengths and weaknesses of the different Java compilation technologies, if one was to apply them in isolation.
-
Safe Refactoring!
Jakub Pilimon talks about "Blue/Green Refactoring with Parallel Models".
-
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.