-
Enterprise Java
Exception Handling in Spring RESTful Web Service
1. Introduction We might have been across some of the several ways by which we can handle exceptions in a RESTful…
Read More » -
Software Development
Transitioning from MySQL to Cassandra at Chaordic
Ivan Linhares is an Engineering Manager at Chaordic. He has been working as a lead engineer and software developer for…
Read More » -
Software Development
The staffing pyramid
When I see development teams I expect to see more programmers than requirements people (BAs, Product Managers, etc.), and I…
Read More » -
DevOps
Dockerizing Spring Boot Application
Docker here, Docker there, I see Dockers everywhere In this post I will describe process of migrating Spring Boot application…
Read More » -
Core Java
How to Pattern-Match Files and Display Adjacent Lines in Java
Recently, we’ve published our article about the awesome window function support in jOOλ 0.9.9, which I believe is some of…
Read More » -
Software Development
Navigating The Internet of Things
Having worked a number of years with connected devices, I thought I’d like to briefly share some observations and pitfalls…
Read More » -
Software Development
Self-Healing Systems
Let’s face it. The systems we are creating are not perfect. Sooner or later, one of our applications will fail,…
Read More » -
Desktop Java
OpenMap Tutorial 4 – Layers
1. Introduction In the first tutorial we created a basic OpenMap GIS application that displays a map with one shape…
Read More » -
Core Java
Java Dynamic Proxy
Proxy is a design pattern. We create and use proxy objects when we want to add or modify some functionality…
Read More »