-
Enterprise Java
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 » -
Enterprise Java
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 » -
Core Java
Java Is Becoming What COBOL Was – Will It Become What COBOL Is?
Any computer science graduate from a university, technical school or community college is trained in it. Every company of any…
Read More » -
Enterprise Java
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 » -
Core Java
How to write a C like Sizeof function in Java
If you have just started learning Java and came from C background then you might have noticed some difference between…
Read More » -
Agile
Best practices considered harmfull
I’ve long worried about “ Best Practices ”. Sure I usually play along at the time but lurking in the…
Read More » -
Software Development
How to Measure the Reliability of Your Software Throughout the CI/CD Workflow
Overcome the challenge of maintaining code quality in a CI/CD workflow with Continuous Reliability CI/CD practices encourage frequent code integration…
Read More » -
Desktop Java
JavaFX Tip 30: ScrollPane with DropShadow
In one of my projects I recently noticed that it was hard for the user to see whether the content…
Read More » -
Core Java
Machine Learning in Java, part 2
Welcome to the second part of the tutorial for scoring your PMML files using LightningScorer, which is a side project…
Read More »