In this article, Sky Guo explains why Cypherium has chosen to run on Java and how this language can facilitate mainstream blockchain adoption.
Meet Kalium, a reactive Java framework for microservices – JAXenter
Have you taken your vitamins today? Kalium is a reactive framework designed for Java and Apache Spark that will perk up your asynchronous events.
An Introduction to ZGC: A Scalable and Experimental Low-Latency JVM Garbage Collector | Baeldung
Explore how Z Garbage Collector manages to keep low pause times on even multi-terabyte heaps.
Groovy slides right back into the TIOBE top 20 – JAXenter
Totally radical, man! Groovy moves and grooves right back to the top 20 for the TIOBE Index. What else is shaking on this programming pop chart?
Java Weekly, Issue 267 | Baeldung
A look under-the-hood at the JDK 9+ bytecode generated by the String concatenation operator, which is completely decoupled from the StringBuilder class.
Payara Micro Data Sheet Download
Payara Micro is the Open Source platform of choice for containerised Java EE application deployments – download the data sheet.
“Minecraft has opened up Java to a range of people who probably don’t even realise the skills they have acquired through it” – JAXenter
Minecraft has spawned a new generation of Java developers. We talked to Mark Little about how this game can help shine a positive light on the Java language
Recent Java Updates From IBM – DZone Java
In this post, we look at the latest updates and changes to the JVM ecosystem from an IBM perspective, looking at new releases and more.
Behavioral Design Patterns: Visitor – DZone Java
The visitor design pattern allows us to define a new operation for classes of an object structure without changing the classes. Let’s learn how in this post!
12 Frameworks Java Web Developers Should learn in 2019
In today’s world, good knowledge of various frameworks is very important. They allow you to quickly develop both prototype and real…
Meet Apron – A small library for advanced Java properties – JAXenter
It’s time to have a look at a tool that promises to help you read and write Java .properties files in a more … sane manner – Meet Apron!
Java Track is ready! – Riga Dev Days – Medium
Java 8 to 11, Spring Boot, Kotlin, Reactive programming, RSocket, Eventsourcing and more
A Bird’s-Eye View on Java Concurrency Frameworks – DZone Java
In this post, we take a closer look at the different Java concurrency frameworks, popular use cases, and their impacts on application performance.
Why does this small Java program make MacOS restart?
Set
How to Send HTTP Request from Java Program – Example Tutorial
If you are thinking is it possible to send an HTTP request from a Java program and if yes, how to send a simple HTTP GET request in Java, t…