Java Development
-
SLF4J markers example
In this example, we shall show you how to use Markers with SLF4J. SLF4J is a simple facade over various…
Read More » -
TestNG Maven Project Example
In this article, I am going to show how to setup a Maven based project and run the TestNG tests.…
Read More » -
Tomcat access log configuration example
This article describes the configuration of the access log for Apache Tomcat 7 web server. A web server has the…
Read More » -
JSF Resource Bundles Example
In this example we will show you how to use resource bundles in Java Server Faces. Resource bundles in JSF…
Read More » -
TestNG Spring Integration Example
In this article, we will go through a few examples of TestNG and spring integration. Before we start with the examples,…
Read More » -
Gradle “Hello World” Tutorial
In this post we’ll look at Gradle, its installation and configuration, and how to automate stages of development and release…
Read More » -
Maven SLF4J integration example
In this example, we shall show you how to integrate Apache Maven with SLF4J. Apache Maven is a software project…
Read More » -
TestNG Listeners Example
This article aims to introduce you to TestNG listeners and show you an example for each of the listeners. In…
Read More » -
XPath starts-with example
In this example we will learn how to use starts-with function of XPath. We will start with the introduction of…
Read More » -
Tomcat server.xml Configuration Example
Almost every application container will have some form of a server.xml file. It’s basically where every meta-data or configurations that…
Read More »