Java
-

Java 15: Sealed Classes
Java 15 introduces Sealed Classes, a preview language feature, that allows classes/interfaces to restrict which other classes/interfaces may extend or…
Read More » -

Locking for multiple nodes the easy way: GCS
It happens to all of us. We develop stateless applications that can scale horizontally without any effort.However sometimes cases arise…
Read More » -

Apache Camel 3.6 – More camel-core optimizations coming (Part 4)
I have previously blogged about the optimziations we are doing in the Apache Camel core. The first 3 blogs (part1,…
Read More » -

Java String to String Array Conversion Examples
A quick and practical guide on how to convert String to String Array in differnet ways in java. 1. Overview…
Read More » -

Java Program To Get Union Of Two Arrays
A quick and programming guide to how to get the union of two unsorted arrays in java with example programs.…
Read More » -

Java Program to Calculate Average Using Arrays
A quick and practical guide to find and to calculate the average of numbers in array using java language. 1.…
Read More » -

Scylla DB vs Apache Cassandra Overview
1. Introduction In this article, let’s take a quick look at the similarities and differences between two NoSql databases, ScyllaDB…
Read More » -

REST: Deleting resources
In RESTful APIs resources are typically deleted using the HTTP DELETE method. The resource that should be deleted is identified…
Read More » -

JMetro Version 8.6.14 And 11.6.14 Released
Another release of JMetro has just came out. This time the focus has been on fixing bugs and tweaking existing…
Read More »



