Java Development
-
Apache ActiveMQ “Hello World” Example
In this example, we shall show you how to make use of ActiveMQ as a message broker for exchanging messages…
Read More » -
How To Write Unit Test Cases in Java With JUnit
In this tutorial we shall show users how to write unit test cases in Java with JUnit. This tutorials will…
Read More » -
JSF Authentication Example
In our previous example we have learned how to create a sample JSF-HelloWorld application. This article will focus on creating…
Read More » -
Apache Camel Aggregator Example
1. Introduction In this article, we will see an example of Aggregator using Apache Camel. We will create an order with two…
Read More » -
Java Nio Tutorial for Beginners
This article is a beginner’s tutorial on Java NIO (New IO). We will take a high-level look at this API…
Read More » -
Apache Lucene Hello World Example
1. Introduction In this example, I would like to show you how to get started with Apache Lucene and write…
Read More » -
Solving slf4j: Failed to load class “org.slf4j.impl.StaticLoggerBinder”
In this post, we feature a comprehensive article about how to solve the error slf4j: Failed to load class “org.slf4j.impl.StaticLoggerBinder”.…
Read More » -
JDBC Named Parameters Example with Spring NamedParameterJdbcTemplate
In this example we will present the usage of Spring NamedParameterJdbcTemplate. 1. Introduction JDBC in general, acts as a communication layer between client…
Read More » -
JSF Actionlistener Example
JSF Event and Listener model are based on JavaBeans specification. In this example, we will learn how to setup jsf…
Read More » -
JUnit Test Case Example for Web Application
In this tutorial, we shall show users the usage of JUnit Example Web Application. We will see how we can…
Read More »