Java
-
Java: Release of Speedment 3.2 – Now Enabling Lightweight Database Microservices
Several traditional ORMs do not fully honor Java module encapsulation (JPMS). This often means a lot of unnecessary files and…
Read More » -
Repeated code
Introduction It is usually not good to have copy/paste code in our Java application but sometimes it is unavoidable. For…
Read More » -
Java: How to Create Lightweight Database Microservices
The number of cloud-based Java database applications grows by the minute. Many organizations deploy hundreds if not thousands of microservice…
Read More » -
Better integration tests with WireMock
No matter if you follow the classical test pyramid or one of the newer approaches like the Testing Honeycomb you…
Read More » -
First Past the Post
Often, we write code to work out the first answer of a bunch of available ones. Let’s look at that…
Read More » -
Build a Simple CRUD App with Java and JSF
Easily deploy your app with Okta’s identity management platform Use Okta’s API to authenticate, manage, and secure users in any…
Read More » -
[MEGA DEAL] Oracle Java Certification Exam Preparation Courses + Tests Training Bundle (92%)
Become a Certified Programmer with an Oracle Java Certification & Take a Step Ahead Toward a Brighter Development Career Hey…
Read More » -
A Surprising Injection
So, I owe Jim an apology. He’d written a working mockito and JUnit test, and I told him in review…
Read More » -
To Infinity (Streams) and Beyond!
Java allows you to process data in collections or streams. It’s very easy to think of streams as a technique…
Read More »