-
Desktop Java
JavaFX in the browser
Lately Carl Dea and I have started a new project to bring JavaFX 8 into the browser. Today I want…
Read More » -
Software Development
Implementing the ‘Git flow’
Git can be used in a variety of ways which is cool. But still, when working within a team, it…
Read More » -
Enterprise Java
Patching Weld 3 in WildFly 8.2 – First Experimental RI of Java EE 8
Java EE 8 is moving along and several new component JSRs have been filed. JSR 365 will define the specification for CDI 2.0.…
Read More » -
Groovy
Grails domain classes and special presentation requirements
In Grails we often use our domain objects directly as backing model for presentation purposes and only for specialized situations…
Read More » -
DevOps
Run Java EE Tests on Docker using Arquillian Cube
Tech Tip #61 showed how to run Java EE 7 Hands-on Lab using Docker. The Dockerfile used there can be used to create a…
Read More » -
Enterprise Java
Message Processing with Spring Integration
Spring Integration provides an extension of the Spring framework to support the well-known Enterprise Integration Patterns. It enables lightweight messaging…
Read More » -
Enterprise Java
Accessing Meetup’s streaming API with RxNetty
This article will touch upon multiple subjects: reactive programming, HTTP, parsing JSON and integrating with social API. All in one…
Read More » -
Software Development
Don’t be “Clever”: The Double Curly Braces Anti Pattern
From time to time, I find someone using the double curly braces anti pattern (also called double brace initialisation) in…
Read More » -
Enterprise Java
Creating a REST API with Spring Boot and MongoDB
Spring Boot is an opinionated framework that simplifies the development of Spring applications. It frees us from the slavery of…
Read More »