InfoQ Homepage Development Content on InfoQ
-
A Tale of Two Frameworks: Spring Cloud and Istio
Shubha Anjur Tupil and Spencer Gibb compare Spring Cloud with Istio, exploring the use cases that are best suited for each of them.
-
Going Cloud Native with Spring Cloud Azure
Yitao Dong and Yawei Wang show how to create cloud native apps with Spring Cloud on Azure.
-
Testing the Endpoints of Your REST APIs
Tonya Cooper discusses how to test REST API endpoints through unit testing the controllers and integration testing with Postman.
-
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.
-
The New Kid on the Block: Spring Data JDBC
Jens Schauder describes the current state of Spring Data JDBC, its features and some of the underlying design decisions, especially its DDD-based API.
-
Reactive Spring Security 5.1 by Example
Rob Winch demos applying Spring Security to a reactive application, highlighting some of the new features in Spring Security 5.1.
-
Securing Spring Functions by Breaking in
Guy Podjarny breaks into a Spring Cloud Functions application and exploits multiple weaknesses, explaining how to avoid them.
-
Blazor: C# Running in the Browser via WebAssembly
Scott Sauber introduces WebAssembly, explaining why it isn't another Silverlight, and then showing through demos how Blazor works.
-
JDK 9, 10, 11 and beyond: Delivering New Features to the JDK
Simon Ritter takes a look at some of the Java features, JPMS (JDK 9), local variable type inference (JDK 10), dynamic class file constants (JDK 11), and what to expect from JDK 12-14.
-
Under the Hood of Reactive Data Access
Mark Paluch explains what happens inside the Spring Data 5 reactive driver and how data is accessed and provided in a reactive way.
-
Reactive Relational Database Connectivity
Ben Hale discusses the Reactive Relational Database Connectivity (R2DBC), explaining how the API works, the benefits of using it, and how it contrasts with the ADBC proposed as a successor to JDBC.
-
I'll Get Back to You: Task, Await, and Asynchronous Methods
Jeremy Clark discusses consuming asynchronous methods with Task, covering continuations, cancellations, and exception handling.