Help your team keep up with the pace of change. Sander Mak Thursday, January 31 at 1:00 p.m. EST Oracle ends public updates for Ja….
Category: Articles
JDK 11 on the Raspberry Pi – Marcus Hirt
Set the defaults (if you want to) sudo update-alternatives –config javacsudo update-alternatives –config java Done! Note that th….
Eclipse GlassFish 5.1 released & certified as Java EE 8 compatible – JAXenter
Eclipse GlassFish 5.1 marks a major milestone in the transition from Java EE to Jakarta EE as it has been certified as Java EE 8 compatible.
5 Courses to Learn Java Concurrency in Depth in 2019 – DZone Java
In this article, we take a closer look at the top five courses — both paid and free — for learning more about concurrency and multithreading in Java.
How to search between two Streams in Java 8
9 2 If I have 2 Streams like coming in a method as shown below public Stream
Curse you choices! Kubernetes or Application Servers? (Part 3) – RHD Blog
Kubernetes may be the new application server for some, but not all Java apps. This article discusses the choices: traditional app servers, “just enough app server” choices like Thorntail, and Kubernetes.
Taking the pulse of the Java ecosystem: What Java frameworks do you use frequently? – JAXenter
this time we decided it was time to put the spotlight on Java and take a closer look at its ecosystem. So, Java developers, this poll is for you!
SPIFFE in a Nutshell
I have been studying SPIFEE(Secure Production Identity Framework For Everyone)[1] for sometime and …
How to use Java’s functional Consumer interface example – Coffee Talk: Java, News, Stories and Opinions
The functional consumer interface is a key part of the Java Streams API. Here is a simple Consumer interface example to show you how to use this Java component.
Eclipse releases GlassFish 5.1 for Java EE 8
Eclipse Foundation reaches a key Jakarta EE milestone with the release of its own GlassFish application server
Solving Java Memory Leaks Live Class 2019-02-04
Stop those leaks before the OutOfMemoryError hurts you
Using streams, lambda in java 8
I would like to optimize the below code to take an existing ArrayList and make a new list based on the below logic. Does streaming/lambda in Java 8 make it possible?for (ShipmentTracingDTO traci…
Glassfish 5.1 Release Marks Major Milestone for Java EE Transfer
Today Eclipse GlassFish 5.1 has been released, truly a major milestone. Not just for the GlassFish project itself, but for Java EE and moving Jakarta EE forward even more.
Conversational UI with Oracle Digital Assistant and Fn Project. Part II
In my previous post I implemented a conversational UI for FlexDeploy with Oracle Digital Assistant…
Java State Design Pattern Example
1. Introduction to Java State Design PatternIn this article, we will introduce java state desig…