Insights
Machine Learning and ConSol CM
Friday, April 20, 2018 in Insights
ConSol CM brings BPM to a CRM system. In-house ConSol CM is used to process cases of a wide range of types. Amongst others it also maps the sales process. For that purpose a new sales case is created automatically or manually every time a sales …
Docker Headless VNC Container 1.3.0 Released
Tuesday, April 03, 2018 in Insights
Docker Headless VNC Container 1.3.0 has been released today. The different Docker images contains a complete VNC based, headless UI environment for testautomation like Sakuli does or simply for web browsing and temporary work in a throw-away UI …
Dynamic and complex configurations with FreeMarker
Monday, March 26, 2018 in Insights
When you are developing software, you will most likely stumble upon situations where you must perform frequent, but minor, code changes. Changes that do not alter your software’s basic functionality, changes so simple that from a developer’s …
Database testing with Citrus
Thursday, March 01, 2018 in Insights
Database communication is an essential part of many applications, when persistent data storage is required. May it be orders, customer data, product recommendations or product information, if persistent storage is in place, the data contains a …
FOSDEM Video: Monitoring Legacy Java Applications with Prometheus
Sunday, February 04, 2018 in Insights
At this year’s FOSDEM conference I did a 30 minutes presentation on Monitoring Legacy Java Applications with Prometheus. The talk gives an overview of some of the options you have for monitoring Java applications with Prometheus when you …
Application monitoring in OpenShift with Prometheus and Grafana
Friday, January 19, 2018 in Insights
There are a lot of articles that show how to monitor an OpenShift cluster (including the monitoring of Nodes and the underlying hardware) with Prometheus running in the same OpenShift cluster. This article however is based on a different scenario: …
Automated debugging with git
Friday, January 12, 2018 in Insights
Imagine your’re working on a bigger feature in a complex piece of software. Your implementation is complete, all tests in scope turned green and you push your changes for integration testing. Then, some integration tests from a completely …
Devoxx Video: Prometheus Monitoring for Java Web Applications w/o Modifying Source Code
Tuesday, November 07, 2017 in Insights
The Prometheus monitoring tool follows a white-box monitoring approach: Applications actively provide metrics about their internal state to the Prometheus server. In order to instrument an application with Prometheus metrics, you have to add a …
Simulating 3rd party services with Spring Boot and Citrus
Friday, September 22, 2017 in Insights
When developing software that exchanges data with other components or services you may be confronted with the proper simulation of those foreign services during integration testing. This is because you need to connect with a foreign service that is …
Docker Headless VNC Container 1.2.0 Released
Tuesday, September 19, 2017 in Insights
Docker Headless VNC Container 1.2.0 has been released today. The different Docker images contains a complete VNC based, headless UI environment for testautomation like Sakuli does or simply for web browsing and temporary work in a throw-away UI …