Java Development
-
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 » -
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 indexwriter example
In this Example , we are going to learn about Lucene indexwriter class. Here, we go through the simple and…
Read More » -
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 OSGi Example
The OSGi specification defines a modularization and component model for Java applications. Jetty leverages OSGi support providing an infrastructure that…
Read More » -
Drools Salience Example
In this article we will look into an example of Drools Salience Example. So what is salience and why do we need…
Read More » -
Spring Data Gemfire Example
In the previous example, we demonstrated how we can connect to a Relational/SQL database with Spring using the Spring Data.…
Read More » -
Groovy Regex Example
In this example I will show you how to use regular expressions in Groovy. 1. Groovy and Regular Expressions Groovy…
Read More » -
JUnit Report Example
1. Introduction In all the test cases of an application, there is always a way to create a report of…
Read More » -
Apache Solr Synonyms Example
In this example of Solr Synonyms we will show you how to use the Solr synonym feature to substitute words with the relevant…
Read More »