Learn about using a Java high-level REST client with Elasticsearch to use API-specific methods that accept request objects as an argument and return response objects.
Java 10's RC is almost here, so let's look further into the future at what's being proposed for JDK 11, including what's happening with garbage collection and Java EE.
Want to dive into a good book or two to bolster your career? These books are great for Java developers and cover everything from SQL to soft skills and Java 9.
Improve your own dynamic configuration management with Spring Cloud while learning how easy it is to reconfigure your application live without rebuilding or rebooting it.
''Rails and Java are pretty similar, right? Also, it's two days until release, but I need a feature added.'' Does this experience match yours? Let us know.
Spring Security 5.0 offers a host of new tools for your authentication needs. Let's see how to use it and OIDC together to secure your Spring-based apps.
Need to create multiple writing threads and a single reading thread for your queue? Want better performance than java.util.concurrent.BlockingQueue? Try this out.
Follow along with this tutorial to learn how to set up throttling in your system using a few different open source frameworks along with Java and XML code.