Apache Maven
-
Maven
Apache Maven Checkstyle Plugin Tutorial
Maven Checkstyle is a tool to help ensure that the application’s Java code adheres to a set of coding standards.…
Read More » -
hibernate
Hibernate Maven Example
This tutorial is a part of the Hibernate introduction series and is useful in getting started with the Hibernate. We…
Read More » -
SNMP4J
Test-Driven Development with SNMP4J
This article presents a simple example of test-driven development with SNMP4J. Unit testing goes hand in hand with TDD. Agile…
Read More » -
Atlassian
Atlassian Confluence Job Config Module Example
We are going to learn to create a simple Job Config Module for the Atlassian Confluence Server in this article.…
Read More » -
junit
JUnit Hello World Example
In this example we shall show you how to start with JUnit hello world. JUnit is an open-source testing framework…
Read More » -
Apache Hadoop
Hadoop Hbase Maven Example
In this article, we will learn about using Maven for including Hbase in your Apache Hadoop related applications and how…
Read More » -
Maven
How to Use Maven For Dependency Management
In this example, we will see how to use Maven for dependency management. Maven is a build manager tool and…
Read More » -
JBoss WildFly
Wildfly Maven Plugin Example
This is an article about using the Wildfly Maven Plugin, a plugin developed by Red Hat that allows you to deploy, undeploy,…
Read More » -
Enterprise Java
Maven Skip Tests Example
1. Introduction In this example we will explore Maven capabilities to skip running/compiling unit tests during a project build. Although…
Read More »