Cucumber

Introducing Cucumber for Java + STANDARD Values

Keith Shakib Agile, Articles, Development Technologies & Tools, Java, Project Management, Testing 1 Comment

Attention: This article was published over 10 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so please keep that in mind as you read the post.As software developers, we all have our favorite tools for making us successful. Many are perfect for the job when getting started but are …

ElasticSearch

Anatomy Of Setting Up An Elasticsearch N-Gram Word Analyzer

Adrienne Gessler Articles, Development Technologies & Tools, Java 6 Comments

Attention: This article was published over 10 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so please keep that in mind as you read the post.To say that n-grams are a massive topic would be an understatement. Do a quick search and you will find yourself staring down volumes …

Spring Integration With JMS

Ryan McCullough Architecture, Articles, Development Technologies & Tools, Java, Programming, Spring, Tutorial Leave a Comment

Attention: This article was published over 10 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so please keep that in mind as you read the post.What is Spring Integration? The popular definition (via Google), JavaWorld.com says: “Spring Integration is an enterprise integration framework that provides out-of-the-box implementation of the patterns in …

Making Spring Batch Groovy

Rik Scarborough Articles, Development Technologies & Tools, Java, Microservices, Spring, Spring Batch, Tutorial Leave a Comment

Attention: This article was published over 10 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so please keep that in mind as you read the post.Here at Keyhole, we are very fond of Spring Batch. In many Java Enterprise environments, there is still a big need for automating moving …

Spring Batch – Replacing XML Job Configuration With JavaConfig

Jonny Hackett Articles, Development Technologies & Tools, Java, Spring, Spring Batch 7 Comments

Attention: This article was published over 10 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so please keep that in mind as you read the post.I recently assisted a client in getting up and running with a Spring Batch implementation. The team had decided to move forward with a JavaConfig-based configuration …