-
Enterprise Java
Quick start with In memory Data Grid, Apache Ignite
IMDG or In memory data grid is not an in-memory relational database, a NOSQL database or a relational database. It…
Read More » -
Software Development
Optimize the client for the server’s sake
The Story Once upon a time there was an application that was running on some server and the client functionality…
Read More » -
Enterprise Java
Setting Up Distributed Infinispan Cache with Hibernate and Spring
A pretty typical setup – spring/hibernate application that requires a distributed cache. But it turns out not so trivial to…
Read More » -
DevOps
Centralized Logging and Monitoring
I have so much chaos in my life, it’s become normal. You become used to it. You have just to…
Read More » -
Core Java
The Mute Design Pattern
Have you been writing a lot of code following the Mute-Design-Pattern™ lately? E.g. try { complex(); logic(); here(); } catch…
Read More » -
Career
What Your Six-Page Resume Says About You (and your “elegant code”)
I see a lot of six-page (or n-page where n >2 for nearly everyone) resumes on any given day, whether…
Read More » -
Enterprise Java
Bidirectional relationship with Jackson in REST web services in WildFly
This is an example for a Bidirectional relationship between Java entities in a REST web service with the Jackson API.…
Read More » -
Enterprise Java
DynamicReports and JasperReports with JSF, Servlet and CDI
In this example, I will show how to integrate DynamicReport and JasperReports with Servlet and CDI. Tools: TIBCO Jaspersoft Studio-6.0.4.final.…
Read More » -
Enterprise Java
Retrying Method Execution using Spring AOP
One of my blog follower sends an email asking me to show an example of “RealWorld Usage of Spring AOP”. He…
Read More »