-
Enterprise Java
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 » -
Software Development
Azure Functions – Part 2: Serving HTML Pages with Azure Functions
Previous Tutorial: Azure Functions – Part 1: Getting Started In the last tutorial we created a simple Azure Function that…
Read More » -
Enterprise Java
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 » -
Desktop Java
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 » -
Core Java
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 » -
Core Java
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 » -
Software Development
The case of the dreaded interface
The Java/C# interface has a lot to answer for. Recently someone told me that, “You can tell a design is…
Read More » -
Enterprise Java
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 » -
Enterprise Java
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 »