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.
Category: Articles
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.
Kickstart a Jakarta EE 8 Application
karta EE 8 starter is a boilerplate project to help you to bootstrap a new Java EE 8/Jakarta EE 8 application in seconds.
Manning | Deal of the Day
“A clear and concise introduction to Java’s long-awaited module system!” —Jim Wright, Sword Apak The Java Module System is your gu….
Refactor polymorphism using Java 8
I have an old code base that I need to refactor using Java 8, so I have an interface, which tells whether my current site supports the platform.public interface PlatformSupportHandler { public
Develop a Kubernetes controller in Java
Authors: Min Kim (Ant Financial), Tony Ado (Ant Financial)The official Kubernetes Java SDK project recently released their latest work on providing the Java Kubernetes developers a handy Kubernetes controller-builder SDK which is helpful for easily developing advanced workloads or systems.Overall Java is no doubt one of the most popular programming languages in the world but it’s been difficult for a period time for those non-Golang developers to build up their customized controller/operator due to the lack of library resources in the community.
Java REST API Showdown: Which is the Best Framework on the Market?
A Quick Guide to creating REST APIs with popular Java frameworks: Micronaut, Quarkus, and Spring Boot.
Digging Into Sockets With Java Flight Recorder – DZone Java
Let’s look at one amazing tool for gathering information about what’s going on in your JVM. The tool is called the Java Flight Recorder.
Oracle v. Google: Red Hat & IBM write brief supporting Google – JAXenter
Oracle v. Google: Red Hat & IBM have submitted a brief in support of Google, justifying why the decision made by the Court of Appeals should be overturned.
Java Weekly, Issue 316 | Baeldung
A deep dive into coroutines in Kotlin, and a guide to the RFC-7807 standard for communicating API problems to client applications.
Migrate Java applications to Azure
This topic provides an overview of recommended strategies for migrating Java applications to Azure.
JUnit 5.6 release brings new features for Java unit testing
JUnit 5.6 has arrived. The Java unit testing framework offers new features for its modules JUnit Platform, JUnit Jupiter and JUnit Vintage.
IntelliJ-based IDE Features Roadmap for 2020 | IntelliJ IDEA Blog
Posted on January 20, 2020 by Dmitry Jemerov This is the second part of the roadmap of IntelliJ IDEA and IntelliJ-based IDEs for 2….