Enterprise Java
-
Seven Testing Sins and How To Avoid Them
Throughout this article I will be using Java within code snippets, whilst also using JUnit and Mockito. This article aims…
Read More » -
Crossing The JUnit Streams
One of the nice things about JUnit 5 migration is that you can run your JUnit 4 tests in vintage…
Read More » -
Websockets with Jmeter: Getting Performance Numbers
Problem: I can across a problem recently where it was needed to test performance of SockJs/Stomp Spring websocket broker for…
Read More » -
Dockerizing a Spring Boot Application
Hello Friends, In this tutorial,we will see how we can dockerize our Spring Boot Application.By dockerizing ,we mean that we…
Read More » -
Minimize turnaround times with Open Liberty’s dev mode
I’ve uploaded a video in which I show how to reduce the turnaround times while writing Enterprise Java applications that…
Read More » -
How to Convert a Java Object into a JSON String
When learning how to write Java-based software, one of the first snags developers hit is how to connect their code…
Read More » -
Recent Drools DMN open source engine performance improvements
We are always looking to improve the performance of the Drools DMN open source engine. We have recently reviewed a…
Read More » -
How to integrate and use EclEmma plugin for having good Junit Coverage
Hello Friends, If writing good code is important,then it is equally important to write good Junit test cases which covers…
Read More » -
Spring Boot & Hibernate: Print queries and variables
It’s late in the office and you are stuck with this strange Jpa code with JoinColumns and cascades and you…
Read More »