-
Core Java
Lazy-loading is a Code Smell
Have you ever seen those huge objects with many attributes? These domain objects where we are using lazy-loading because we…
Read More » -
Enterprise Java
Spring Cloud Contracts and Spring Cloud Services on PCF
We had a customer recently who were quite interested in the idea of using Spring Cloud Contract (SCC) in order to…
Read More » -
Enterprise Java
Develop A Microservice with Forge, WildFly Swarm and Arquillian
In this post we are going to see how to develop a microservice using WildFly Swarm and Forge and testing…
Read More » -
Enterprise Java
Better Complex Event Processing at Scale Using a Microservices-based Streaming Architecture (Part 1)
A microservice-based streaming architecture combined with an open source rule engine makes real-time business rules easy This post is intended…
Read More » -
Core Java
Extracting JavaDoc documentation from source files using JavaParser
A lot of people are using JavaParser for the most different goals. One of these is extracting documentation. In this…
Read More » -
Software Development
Processing Image Documents on MapR at Scale
There has been a lot of research in document image processing over the past 20 years, but not much research…
Read More » -
Software Development
What is software architecture?
What is software architecture? In the previous article “What is architecture?” we stated that architecture is about: Structural elements Connective…
Read More » -
Enterprise Java
Spring boot and Cache Abstraction
Caching is a major ingredient of most applications, and as long as we try to avoid disk access it will…
Read More » -
Enterprise Java
DMN runtime example with Drools
As announced last year, Drools 7.0 will have full runtime support for DMN models at compliance level 3. The runtime implementation is,…
Read More »