News

In this article I’ll focus on asynchronous support in Servlet 3.0, starting by explaining the connection and thread-consumption issues that underlie the need for asynchronous support.
Ratpack, a high performance Java web framework, has reached 1.0 status. The 1.0 release is API-stable and can be considered production ready. The main thing that makes Ratpack interesting is the ...
Modern applications might need to support millions of users, but OS threading limits present a problem. Here's how Java 21 virtual threads solve it.
An asynchronous microservices-oriented architecture can prove difficult to trace, but it's not impossible. A developer can introduce microservices tracing in several ways, such as with correlation IDs ...