Enterprise Java
-
Batch solving an ActiveMQ queue that contains planning problem data sets in a scalable way
If I want to solve many data sets of a planning problem every night, what architecture can easily scale out…
Read More » -
Coroutine based Spring boot webflux application
I have worked with Spring Framework for ages and it still manages to surprise me with how cutting edge it…
Read More » -
Testing the File Upload API in Spring Boot
In one of my previous post, I had created an API to upload file. In this post I will write…
Read More » -
Open-source collaboration, or how we finally added merge-on-refresh to Apache Lucene
The open-source software movement is a clearly a powerful phenomenon. A diverse (in time, geography, interests, gender (hmm not really,…
Read More » -
Apache Camel 3.9 – No more saw tooth JVM garbage collection
We continue our effort to optimize Apache Camel. This is blog post part 7 which covers are latest effort on…
Read More » -
Parameterization with DataProvider in TestNG
Parameterization in TestNG is also known as Parametric Testing which allows testing an application against multiple test data and configurations.…
Read More » -
Connecting to Kibana Within an AWS VPC
When you use the managed Elasticsearch service on AWS, you usually choose an encrypted connection (via KMS-managed keys), which means…
Read More » -
Creating effective UI system tests with Selenium
In this video, I’m showing how to create effective UI system tests with Selenium. In my previous video course on…
Read More » -
Processing real-time data with Storm, Kafka and ElasticSearch – Part 4
1. Introduction In the third part of this series of articles about real-time stream processing we learned how to import…
Read More »