Solr 5 includes a re-written faceted search and analytics module with a structured JSON API to control the faceting and analytics commands. Here’s how it works.
Check out how you can perform unit testing using two different tools for generating lots of mock data. See how these tools work separately and together.
The case is made for using Java EE 7 and 8 over Spring. Whether it's backward compatibility, the minimal configuration, or other benefits, here's what he has to say.
Amazon has updated their CloudFormation templates that now includes YAML, references across stacks, multiline support, and a simpler way to substitute strings.
With this post, we start a series that will provide a guide on building a fault-tolerant, scalable, microservice-based solution with Apache Ignite In-Memory Data Fabric.
Read this post and learn how you can process data from a database in parallel using parallel streams and Speedment, which can lead to significant speed increases.
Just because it's on the Internet, does it make it necessarily true? What about the case of sub-queries affecting database performance? Read on to find out the truth.
The sleep method is explained with the use of closures. See how the sleep method works and how you can use interrupts to wake your code up when you want to.