-
Software Development
Is your code too concrete?
A post of note Mark Tiele Westra wrote a splendid post two years ago, “The ball of mud transition,” in…
Read More » -
Enterprise Java
HOW-TO: Java 8 Date & Time with Thymeleaf and Spring Boot
If you happen to work with Spring Boot and Thymeleaf and you need to format Java 8 Date & Time…
Read More » -
Enterprise Java
Theft-Proof Java EE – Securing Your Java EE Enterprise Applications
Øredev is just a couple of days away, and I was invited to give two presentations. One of them is…
Read More » -
Enterprise Java
More Java EE from Red Hat Engineers at Devoxx
It is Devoxx Belgium time! Finally. Everything kicks off today with the University Sessions and the conference itself starts tomorrow…
Read More » -
DevOps
Deployment Automation Of Docker Java Application On VSphere And Photon
Background Java developers and DevOps professionals have long struggled to automate the deployment of enterprise Java applications. The complex nature…
Read More » -
Software Development
Getting Started with the MapR Command Line (Part I)
The Apache Hadoop community has give us a great set of tools that allow us to interact with the Hadoop…
Read More » -
Software Development
Microservices: The Essential Practices
Before we jump and try to explore the practices we must master in order to successfully implement microservices architecture, let…
Read More » -
Core Java
Beware of Functional Programming in Java!
This isn’t going to be a rant about functional programming, which is awesome. This is a warning about some practices…
Read More » -
Core Java
Test Doubles: mocks, dummies and stubs
Most classes have collaborators. When unit testing, you usually want to avoid using real implementations of those collaborators to avoid test…
Read More »