Vaadin and Groovy Test 5
Posted on20 Feb 2012
Comments0
Moving from the test, the implementation and the re-factoring we get the following results package ch.ge.vaadin import org.junit.Test import org.junit.Before import org.junit.After... Read More
Groovy Spock and Maven 3.0
Posted on15 Feb 2012
Comments0
Here you can found a new version of HelloSpockPom for Maven 3.0. With Maven 3.0, you don’t need anymore the Spock-maven plugin.... Read More
Vaadin and Groovy Test 4
Posted on07 Feb 2012
Comments0
TDD for Story 1 Now we have wrote the TA for the first Story, we can start on the TDD. I create... Read More
Vaadin and Groovy Test 3
Posted on03 Feb 2012
Comments0
CalculatorSpec.groovy In Vaadin, an Application represents the sum of all the components organized in Windows, Layouts and having a theme applied. The central class... Read More
Vaadin and Groovy Test 2
Posted on02 Feb 2012
Comments0
Yesterday we created our first Vaadin application with Maven. Today as a true Agile Developer we will try to work with Vaadin with our... Read More
Vaadin and Groovy Test
Posted on02 Feb 2012
Comments0
I had the chance to see a presentation of Vaadin with Nicolas Fränkel, who also write an interesting book “Learning Vaadin“. Vaadin is... Read More