Enterprise Java
-
TestNG Parameters Annotation Example
A TestNG based test method is like any other java method and is allowed to have parameters. @Parameters is the TestNG annotation…
Read More » -
JSF Facelets Templates Example
In this example of JSF Facelets Templates, we will show you how to use JSF Facelets to create templates in…
Read More » -
Introduction to JSF Facelets Templates
There are many times that we found ourselves dreaming of an available UI template to help us develop as fast…
Read More » -
JSF Internationalization Example
So, you want your web app to be famous all-over the world?! Then you obviously have to support multiple languages,…
Read More » -
TestNG Selenium Integration Example
In this article, I am going to show you an example of TestNG and Selenium integration. Let me first brief…
Read More » -
JSF Standard Validators Example
Hey geeks, today we ‘re gonna talk about JSF Standard Validators. Just like any other framework, JSF is here to…
Read More » -
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 »