Enterprise Java
-
3 Pitfalls Everyone Should Avoid with Hybrid Multicloud (Part 3)
The daily cloud hype is all around you, yet there are three pitfalls everyone should avoid. From cloud, hybrid cloud,…
Read More » -
Authorizing Resources Based On Who Created Them
A colleague of mine pointed me to an interesting question on StackOverflow and suggested it may be a good one…
Read More » -
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 »