
Dit jaar gingen we met meer dan 10 First8 collega’s naar Devoxx, de grootste jaarlijkse conferentie op het gebied van Java in Europa. In deze erg leuke week hebben we…
Dit jaar gingen we met meer dan 10 First8 collega’s naar Devoxx, de grootste jaarlijkse conferentie op het gebied van Java in Europa. In deze erg leuke week hebben we…
The motto nowadays seems to be: storage is cheap! Still, in order to keep the disk space usage down, as a developer I like to remove everything docker on my machine…
Grails and databases, easy right? Having Grails and GORM makes a programmers life really easy when a simple database is your target storage. Grails generates a bunch of things for…
Maandag en dinsdag gingen in een sneltreinvaart! Na de zondag, moesten we echt even wennen aan het tempo van de sessies — de hele dag door tot aan ’s avonds…
10 uur vliegen en een zaterdag van 25 uur: je moet er wat voor over hebben. En dat hadden ze: Erwin en Ted mochten naar JavaOne in San Francisco. Dat…
Flyway is an open source database migration tool developed by Boxfuse. Using Flyway you can execute plain SQL database migrations. Flyway makes it simple to keep track of the state…
You have access to sensitive data. Whether it is your personal data or your company’s data or your company’s customers data, you have access to a lot…
What if you want to develop Grails 2 projects with Eclipse Neon (4.6) as easy as you did with Groovy/Grails Tool Suite? Written and tested with Eclipse Neon and Grails…
This will be a series of articles revolving around unit testing where I will work through examples and exploring various aspects of the craft. This is the first installment. This…
In a previous post I introduced thinking about (visual) components and used a Task Browser as an example of an user interface “component” . I explained that using View Model(s)…