Quarkus: Supersonic Subatomic Java
CPU, PSU and SLA. Making Sense of TLAs for Java Updates – Azul Systems, Inc.
Java updates happen every three months. Did you know there were two versions of each? Here’s what they are and how you can use them.
Docker and Java Application examples – Mkyong.com
Java 8 Maven At the end of the article, we will create an executable Jar file and run inside a docker container. 1. Project Direct….
Jakarta EE + MicroProfile + Kubernetes = Cloud Native for Java Day @ KubeCon/CloudNativeCon
Cloud Native for Java Day will be held on March 30 as a co-located event with KubeCon/CloudNativeCon Europe. I am honored to be part of the program committee for the event alongside Tanja Obra…
Configuring Sticky Sessions for Payara Server with Apache Web Server
By managing our Payara Servers together under a single deployment group and balancing traffic between with Apache Web Server we keep the benefits of an application accessible from a single URL and gain resilience and expansion prospects from having our application deployed across multiple instances.
Java Regex – Regular Expression Syntax
This tutorial explains the regex syntax used by the Java regular expression API.
Belas Blog
Spanning JGroups Kubernetes-based clusters across Google and Amazon clouds In this (long!) post, I’ll provide step-by-step instruc….
Java Weekly, Issue 317 | Baeldung
An intro to the Reactive programming support in several high-profile Spring projects, and several new releases are out for Spring Boot and Core.
Top 10 DevOps Courses for Experienced Programmers to Learn Online – Best of Lot
A blog about Java, Programming, Algorithms, Data Structure, SQL, Linux, Database, Interview questions, and my personal experience.
How to return a Map result from a JPA or Hibernate query – Vlad Mihalcea
Learn how you can return a Java Map result when executing a JPA query using either getResultStream or Hibernate ResultTransformer.
PyTorch 1.4 adds experimental Java bindings and more
The deep learning platform PyTorch has received an upgrade. Version 1.4 comes with breaking changes, new features, bug fixes and deprecations.
Quarkus updates: Eclipse MicroProfile 3.2 compatibility reached – JAXenter
A recent update reveals that Quarkus is now compatible with the latest edition of Eclipse MicroProfile. Check in on the latest news and see what’s changed.
How to use Java 8’s Optional with Hibernate
You can use Java 8’s Optional with Hibernate to indicate potential null values of optional entity attributes and queries which may not return a result.
Cache in Java With LRU Eviction Policy – DZone Java
This article describes the implementation of a Java-based cache with LRU eviction strategy, but fundamentally, this applies to any programming language.
Watching Files With Java NIO – DZone Java
In this post, we take a closer look at watching files with Java NIO using specific code examples.