-
DevOps
Deploying Drill on MapR in the Azure Cloud
Earlier this year, I published a series of posts on the deployment of Apache Drill to Azure. While the steps…
Read More » -
DevOps
Kubernetes: Writing hostname to a file
Over the weekend I spent a bit of time playing around with Kubernetes and to get the hang of the…
Read More » -
Enterprise Java
Spring Integration MongoDB adapters with Java DSL
1 Introduction This post explains how to save and retrieve entities from a MongoDB database using Spring Integration. In order…
Read More » -
Software Development
Real-time Business Monitoring with Business iQ
Want to learn how you will identify and fix code bottlenecks, memory leaks, slow database queries, infrastructure blockages, and zero…
Read More » -
Core Java
Inheriting Javadoc Method Comments
Although the JDK Tools and Utilities pages for the javadoc tool describe the rules of Javadoc method comment reuse by…
Read More » -
Core Java
Hack Speedment into Your Own Personal Code Generator
Speedment is an Open Source toolkit that can be used to generate Java entities and managers for communicating with a…
Read More » -
Enterprise Java
Recipe for getting started with Spring Boot and Angular 2
I am primarily a service developer who has to create some passable UI’s once in a while. I was adept…
Read More » -
Core Java
Java Performance Monitoring: 5 Open Source Tools You Should Know
Little known yet useful: The state of open source Application Performance Monitoring One of the most important things for any…
Read More » -
Enterprise Java
Building a horizontal JMS Bridge between two WildFly Servers using ActiveMQ Artemis
Sometimes it’s necessary to connect different Message Brokers together. In Enterprise Messaging this scenario is known as Bridging. It can…
Read More »