Enterprise Java
-
Elasticsearch – Ignore special characters in query with pattern replace filter and custom analyzer
Using Elasticsearch 5, we had a field like drivers license number where values may include special characters and inconsistent upper/lower…
Read More » -
Testing your code with Spock
Spock is a testing and specification framework for Java and Groovy applications. Spock is: Extremely expressive Facilitates the Given /…
Read More » -
The Drools Executable Model is alive
Overview The purpose of the executable model is to provide a pure Java-based representation of a rule set, together with…
Read More » -
Spring Boot 2 Applications and OAuth 2 – Legacy Approach
This post is the second part of a 3 post series exploring ways to enable SSO with an OAuth2 provider…
Read More » -
Running around the block: a dummy’s first encounter with AWS Lambda
It all started when the Egyptians slid a few marbles on a wooden frame to ease up on their brains…
Read More » -
How to Create Spring Boot Project With Spring initializer
Hello Friends, If you have used Spring framework previously, you must be aware that it takes some genuine effort to even…
Read More » -
Apache Beam
Apache Beam is an open source, unified model for defining both batch and streaming data-parallel processing pipelines. Using one of…
Read More » -
Apache Gearpump
Apache Gearpump is a real-time big data streaming engine. It conceived at Intel in mid-2014 as an open source project on GitHub…
Read More » -
JRebel for a Gradle Spring Boot App
There is some documentation on how to add JRebel to a Spring Boot app that uses Gradle as the build…
Read More »