Java
-
Spring Data JPA Example with Spring Boot
1. Introduction In this post, we shall demonstrate how to leverage the powerful Spring Data JPA APIs to interact with…
Read More » -
Setting Up Cassandra With Priam
I’ve previously explained how to setup Cassandra in AWS. The described setup works, but in some cases it may not…
Read More » -
How to change the default port of Spring Boot application
By default, Spring Boot applications run on an embedded Tomcat via port 8080. In order to change the default port,…
Read More » -
New Parallax Control For Java (JavaFX)
Introduction Parallax is a visual effect where you combine two layered images moving at different speeds to achieve a sense…
Read More » -
Raw String Literals Coming to Java
It appears likely that “raw string literals” are coming to Java. JEP 326 (“Raw String Literals”) started as Issue JDK-8196004…
Read More » -
Understanding Cloneable interface in Java
What is Object Cloning? Object Cloning is a process of generating the exact field-to-field copy of object with the different…
Read More » -
Apache Camel 2.21 Released – Whats New
We have just released Apache Camel 2.21 and I will in this blog highlight the noteworthy changes. …
Read More » -
Free eBook: The Complete Guide to Java Logging in Production
The Complete GitHub Logging Research: How the World’s Top Companies Choose How and What to Log We all use log…
Read More » -
Secure Your Vert.x Server with Single Sign-on from Okta
“I love writing authentication and authorization code.” ~ No Java Developer Ever. Tired of building the same login screens over…
Read More »