Java Development
-
GWT Spring Security Example
In this example we will learn how to secure our GWT application using Spring Security. Tools and technologies used in…
Read More » -
Jetty JMX Example
JMX technology provides a simple, standard way of managing resources such as applications, devices, and services. Jetty itself does not…
Read More » -
Spring Batch Partitioning Example
Most often, batch processing using Spring Batch is carried out in a single-threaded, single process operation. But sometimes, one may…
Read More » -
JMeter Regular Expression Extractor Example
In this example, we will demonstrate the use of Regular Expression Extractor post processor in Apache JMeter. We will go…
Read More » -
JSP Directives Example
JSP directives are messages to the JSP container. Directives play role when a JSP page is re-compiled after you modify…
Read More » -
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 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 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 » -
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 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 »