Java
-
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 » -
How to get Type-Safe and Intuitive Hibernate/JPA Queries by Leveraging Java Streams
A large proportion of Java database applications are using Hibernate/JPA to bridge the gap between Java and SQL. Until recently,…
Read More » -
Richardson Maturity Model and Pizzas
The model, developed by Leonard Richardson, attempts to classify an API according to its adherence to the constraints imposed by…
Read More » -
10 Examples of ConcurrentHashMap in Java
Hello guys, if you are new to Java programming and want to learn ConcurrentHashMap class in Java then you have…
Read More » -
For gourmets and practioners: pick your flavour of the reactive stack with JAX-RS and Apache CXF
When JAX-RS 2.1 specification was released back in 2017, one of its true novelties was the introduction of the reactive…
Read More » -
RAML: Four ways to define examples
Defining an example body payload and response for a RESTful API endpoint is an essential aspect of designing a modern…
Read More » -
Using Java 9 Modularization to Ship Zero-Dependency Native Apps
Why can’t I just build an .EXE? When Java was first introduced, mainstream programming languages mostly either compiled to standalone…
Read More »