Java Conference – Devoxx Poland 2015
33rd Degree 2014 — Day 1
33rd Degree 2014 — Day 2
33rd Degree 2014 — Day 3
Model-Driven Infrastructure for Java Projects
Java software-development projects are our daily business. For us it’s a common task to setup different environments for dealing with the specific needs of our customers. While we treat every customer individually we want to keep setup time the lowest … Continue reading
Going Pivotal
Recently we deployed several applications to Pivotal Cloud-Foundry (CF). Deployment was pretty smooth for our Grails and Spring-based applications. Because we had issues deploying JDK-7 applications to heroku as it is using jdk 1.6 as default deployment environment and we … Continue reading
Using jOOQ with Spring Transactions
Update 10.02.2014: Recently, Lukas from the jOOQ development team has created a sample GitHub project on how to set Spring + Guice up. Please, refer comments. Recently, we decided to introduce jOOQ to our project. Mostly, because we wanted strong-typed SQL queries. However, since customer … Continue reading
Consistently Defining Transient References for Grails Domain-Casses using Groovy meta-programming and Grails Artefact-API
The list of transient property names in Grails domain-classes can get quite long in bigger setups. Also often multiple domain-classes share the same transient references so there are many places to keep synced when refactoring or extending. An easy alternative is to … Continue reading
IllegalStateException in Amazon SDK for Java
In one of our projects we need to communicate with Amazon S3. We use the SDK for Java provided by Amazon itself. The library incorporates Apache HttpComponents for managing HTTP and associated protocols. We noticed there was an issue with the way … Continue reading