Java Development
-
EJB Tutorial for Beginners
1. Introduction Enterprise Java Beans (EJB) is a development architecture for building highly scalable and robust enterprise level applications to be…
Read More » -
Mockito Spy Example
In this article, I am going to show you an example of Mockito Spy calls. There are times when we…
Read More » -
Tomcat web.xml Configuration Example
1. Introduction In this example we will talk about Apache Tomcat Servlet/JSP container also referred to as Tomcat server and…
Read More » -
XPath substring example
In this example, we will try to see how we can use the sub-string method in the XPath for our…
Read More » -
Mockito Hello World Example
You are here, it means either you are interested in the mock objects or you are already aware of Mockito,…
Read More » -
JSF Standard Converters Example
In this example of JSF Standard Converters, we will show you how Java Server Faces standard converters work and also…
Read More » -
Tomcat context.xml Configuration Example
In Tomcat, the Context Container represents a single web application running within a given instance of Tomcat. A web site…
Read More » -
TestNG HTML and XML Reports Example
In this article, we will go through the TestNG HTML and XML reports. We will be doing the following: Start…
Read More » -
Gradle Properties: Build and Configuration Example
In this detailed Gradle Properties tutorial, we shall see how to access several default properties in Gradle, and how to…
Read More » -
XPath preceding-sibling example
In this example we will learn how to use the preceding-sibling function of XPath. We will start with the introduction of…
Read More »