Enterprise Java
-
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 » -
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 » -
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 » -
Tomcat tomcat-users.xml configuration example
This article describes the configuration of the tomcat-users.xml file for Apache Tomcat 7 web server. tomcat-users.xml is the default user…
Read More » -
Reloadable properties file with Spring using Apache Commons Configuration
In this example we shall show you how to create an auto-reloadable application properties file with Spring using Apache Commons…
Read More » -
TestNG beforeSuite Example
In this article, we will show you how to use the TestNG @BeforeSuite annotation. If you have used JUnit annotations,…
Read More » -
JSF Navigation Example
In this example of JSF Navigation, we will show you how to use various navigation techniques available in Java Server Faces.…
Read More » -
TestNG beforeMethod Example
In this article, I will show you an example of TestNG @BeforeMethod. This is one of the annotations provided by…
Read More » -
TestNG DataProvider Example
In this article, I am going to show you some examples of DataProvider. It is one of the methods used…
Read More » -
Maven Jetty Plugin Example
In this example, we shall show you how to integrate Apache Maven with Jetty. Apache Maven is a software project…
Read More »