-
spring
Spring Data Cassandra Example
In the previous example, we demonstrated the configuration of Spring Data with GemFire, an in-memory NoSQL Database. So continuing on…
Read More » -
junit
JUnit Exception Handling Example
1. Introduction There are popular ways to test exception in JUnit. A developer can use the traditional try-catch statement, the…
Read More » -
spring
Spring Batch JobRepository Example
In this article we will discuss the concept of a JobRepository used in the Spring Batch framework. It is an…
Read More » -
JBoss Drools
Drools Workflow Example
Workflow says exactly what will happen at each stage in the process. As soon as the workflow reaches a step,…
Read More » -
jetty
Jetty Authentication Configuration Example
Jetty provides support for standard authentication methods BASIC, DIGEST, FORM and CLIENT-CERT as well as other pluggable mechanisms like JASPI…
Read More » -
Gradle
Gradle Wrapper Example
In this example, we will understand how Gradle can be used to build projects even if the developer machine doesn’t have…
Read More » -
Apache JMeter
JMeter Random Variable Example
In this example, we will demonstrate how to configure Random Variable in Apache JMeter. We will go about configuring a…
Read More » -
lucene
Lucene indexwriter example
In this Example , we are going to learn about Lucene indexwriter class. Here, we go through the simple and…
Read More » -
junit
Spring JUnit Test Example
In this example, I’ll be showcasing how to do Unit Tests for Spring beans using only annotations. 1. Introduction Spring…
Read More » -
jetty
Jetty OSGi Example
The OSGi specification defines a modularization and component model for Java applications. Jetty leverages OSGi support providing an infrastructure that…
Read More »