Tip #004: Spock with Gradle

In this tutorial we will show to to create unit tests using Spock. Spock is a test frameworking similiar to jUnit but uses the Groovy, a JVM language that makes your life easier 🙂 Gradle is used as automation tool. Please take at look at the source code here: https://github.com/topera/gradle-spock Enjoy    

Tip #001: Rest Server + Rest Client

The first tutorial released! In this GitHub repository, we'll show how to create a simple Rest Server and Rest Client using Java + JAX-RS (implementation with Jersey)  + Maven. The Rest Client will be our application, that will get some playlists from the Deezer music stream service. Then the content will be delivered by our application, as … Continue reading Tip #001: Rest Server + Rest Client