Jamal Allen

Effortless Jenkins Setup in 4 Simple Clicks for Windows

In this tutorial, we will walk through the download installation of Jenkins to prepare our Continuous Integration setup. So far, we have installed the Java Development Kit, Maven, and Eclipse. Now we will install Jenkins. Next we will Git, and connect to Jenkins to fire off new builds on Commit. While there isn’t much to …

Effortless Jenkins Setup in 4 Simple Clicks for Windows Read More »

Simple Echo App in Eclipse with TDD

In this tutorial, we will walk through creating a basic JUnit test class in Eclipse just to make sure that our environment is set up properly. We will use Test Driven Development (AKA Test First Development) to ensure that we are writing just enough code to pass our test, and not writing our test to …

Simple Echo App in Eclipse with TDD Read More »

Shopping Cart