Update Maven Configuration

Through the Maven configuration file pom.xml the required dependencies as well as the used Maven plug-in are configured. During the Create a New Project, the initial pom.xml is created. Now is a good time to check if everything is up to date.

Read More

Create Unit Tests

After gathering the requirements it time to think about the Unit Test Cases. From these initial requirements there are a few nouns, that everyone should have found.

Read More