Java Weekly, Issue 247 Here we go… 1. Spring and Java ===== >> Monitor and troubleshoot Java applications and services with Datadog Sponsored Optimize performance with end-to-end tracing and out-of-the-box support for popular Java frameworks, application servers, and databases. >> Java Is Still Free [javaspecialists.eu] This write-up might help alleviate any… Continue Reading java-weekly-247

Asynchronous Batch Operations in Couchbase 1. Introduction In this follow-up to our tutorial on using Couchbase in a Spring application, we explore the asynchronous nature of the Couchbase SDK and how it may be used to perform persistence operations in batches, thus allowing our application to achieve optimal use of… Continue Reading async-batch-operations-in-couchbase

REST Query Language with Spring Data JPA Specifications 1. Overview In this tutorial – we will build a Search/Filter REST API using Spring Data JPA and Specifications. We started looking at a query language in the first article of this series – with a JPA Criteria based solution. So –… Continue Reading rest-api-search-language-spring-data-specifications