-
Enterprise Java
Logging to Redis using Spring Boot and Logback
When doing centralized logging, e.g. using Elasticsearch, Logstash and Kibana or Graylog2 you have several options available for your Java…
Read More » -
Core Java
Separating Integration Tests from Unit Tests Using Maven Failsafe & JUnit @Category
Why Unit Tests Should Run Separately From Integration Tests TDD at the Unit Testing level is fairly straight-forward, since classes in unit…
Read More » -
Core Java
How to Translate SQL GROUP BY and Aggregations to Java 8
I couldn’t resist. I have read this question by Hugo Prudente on Stack Overflow. And I knew there had to…
Read More » -
Enterprise Java
Vagrant with Docker provider, using WildFly and Java EE 7 image
What is Vagrant? Vagrant is a simplified and portable way to create virtual development environments. It works with multiple virtualization…
Read More » -
Agile
Which UX Skills should Product Owners and Product Managers have?
Summary Providing a great user experience is a must for many digital products, and user experience (UX) design has consequently…
Read More » -
Java
Acision launches “forgeathon” – its first WebRTC app challenge
Acision launches “forgeathon” – its first online richer communications (WebRTC) app challenge for developers globally Join forgeathon and let Acision…
Read More » -
Enterprise Java
Apache FOP Integration with Eclipse and OSGi
Apache FOP is an open source print processor driven by XSL formatting objects (XSL-FO). It can be quite useful to…
Read More » -
Software Development
Mixing memory unit messages
One of my pet hates is developers messing up units of memory. In general, the difference doesn’t matter much, or…
Read More » -
Core Java
Fork/Join Framework vs. Parallel Streams vs. ExecutorService: The Ultimate Fork/Join Benchmark
How does the Fork/Join framework act under different configurations? Just like the upcoming episode of Star Wars, there has been…
Read More »