Java Development
-
Spring Batch Listeners Example
In this article we will talk about the concept of Listeners as provided by the Spring Batch framework. Listeners are…
Read More » -
Spring Data MongoDB Example
In this example, we will demonstrate how to connect Spring Data with MongoDb. MongoDb is also a document based NoSql…
Read More » -
Jetty JNDI Example
The Java Naming and Directory Interface (JNDI) is a Java API for a directory service that allows Java clients to…
Read More » -
JMeter Throughput Example
In this example, we will demonstrate the concept of throughput as a performance indicator in test execution with JMeter. We…
Read More » -
GWT Widgets Tutorial
In this example we will learn about GWT Widgets. User interfaces in GWT applications are constructed using widgets that are contained…
Read More » -
JBoss Drools Guvnor Example
In this article, we will see an example of Drools Guvnor. We use Guvnor as ‘Business Rules Manager’. Guvnor is…
Read More » -
JUnit Best Practices
1. Introduction There are a lot of ways on how a developer can do JUnit test cases, but overall it…
Read More » -
Solr Filter Query Example
In this example of Solr filter query, we will discuss about how to implement filter queries functionality provided by Apache Solr.…
Read More » -
Groovy Closure Example
In this example I’ll explain closures in Groovy. According to Sabesta’s nice book Concepts of Programming Languages, defining a closure…
Read More » -
Spring Data Solr Example
In this example, we will demonstrate how to integrate Spring data with Apache Solr. Solr is a search engine built…
Read More »