Enterprise Java
-

Neo4j: Traversal query timeout
I’ve been spending some of my spare time over the last few weeks creating an application that generates running routes…
Read More » -

Better late than never: SSE, or Server-Sent Events, are now in JAX-RS
Server-Sent Events (or just SSE) is quite useful protocol which allows the servers to push data to the clients over…
Read More » -

Aggregate and Index Data into Elasticsearch using Logstash, JDBC
Introduction In my previous posts here and here I showed you how to index data into Elasticsearch from a SQL…
Read More » -

Why is Spring’s Health Down, Down, Up, Up, Up and Down again?
Why Our new JavaScript client application regularly calls the /health endpoint of our Grails backend to determine on- of offline…
Read More » -

Spring and Threads: Transactions
In order to be able to use transactions with our thread we need to understand how transactions work with spring.…
Read More » -

Spring and Threads: Async
Previously we started working with spring and the TaskExecutor, thus we became more familiar on how to use threads on…
Read More » -

Spring and Threads: TaskExecutor
Using threads in a web application is not unusual especially when you have to develop long running tasks. Considering spring…
Read More » -

Working with large messages using Apache Camel and ActiveMQ Artemis improved in upcoming Camel 2.21 release
Historically the Apache ActiveMQ message broker was originally created in a time where large messages was measured in MB and not…
Read More » -

Enabling Two-Factor Authentication For Your Web Application
It’s almost always a good idea to support two-factor authentication (2FA), especially for back-office systems. 2FA comes in many different…
Read More »




