Enterprise Java
-

Web application security: fighting yourself or finding the edge of sanity
How secure a web application should be? Well, for many of us, web-developers, the question doesn’t make much sense. “An…
Read More » -

Speed Up Services With Reactive API in Java EE 8
Services can often be optimized with asynchronous processing even without changing their behavior towards the outside world. The reason why…
Read More » -

[FREE EBOOK] The Complete Guide to Java Logging in Production
How the World’s Leading Companies Choose How and What to Log (Based on analysis of GitHub’s top 400,000 repositories) It’s…
Read More » -

Classification of Development Frameworks for Enterprise Applications
If you google “best java framework”, most probably, you will stumble on this article, which gives a great overview about…
Read More » -

Tracing a reactive flow – Using Spring Cloud Sleuth with Boot 2
Spring Cloud Sleuth which adds Spring instrumentation support on top of OpenZipkin Brave makes distributed tracing trivially simple for Spring…
Read More » -

OpenLiberty: Error on Injection, works on TomEE and Wildfly
While I was working on this blog, I encountered this error: [INFO ] DSRA8203I: Database product name : MySQL [INFO…
Read More » -

Testing OpenLiberty with Arquillian (Remote)
Having heard many great reviews, I thought I’ll give Open Liberty a try. In this post, I shall discuss the…
Read More » -

Spring Reactor Tutorial
In the world of RESTful services where a lot of work actually happens behind the scenes, we often have to…
Read More » -

Dealing with Domain Objects in Spring MVC
I was recently surprised by how one code base had public default constructors (i.e. zero-arguments constructors) in all their domain…
Read More »




