“Accumulative” is an interface proposed for the accumulation type A of Collector in order to make defining custom Java Collectors easier.
Category: Home
Which Java framework do you plan to use in 2019? Vaadin, Vert.x & Hibernate make it to Top 5 – JAXenter
Today, we’re taking a closer look at the Java frameworks that you have used extensively in 2018 and what framework you plan to use this year.
Jib 1.0.0 is fully ready and stable for production use – JAXenter
Jib is an open-source Java containerizer from Google that aspires to make building Java Docker images easier than ever. Let’s take a look at its 1.0 release
Multi-Release Jar Files | Baeldung
Learn about Java 9’s Multi-Release JAR files using a simple example
Ahead of Time Compilation (AoT) | Baeldung
A quick and practical overview of the concept of Ahead of Time Compilation.
#HOWTO: Simple load-testing with Apache Benchmark
Testing your application’s performance during development as a single user is easy but often misleading. With writing unit- and integration-tests you make sure your main use cases and algorit…
Java thread sanitizer project proposed once again
If approved, the OpenJDK effort would help developers spot data race conditions in the HotSpot JVM and the JVM tool interface
Welcoming the New Era of Java – DZone Java
Let’s explore the history of Java as well as what the six-month release cadence and growth of OpenJDK mean for the entire Java ecosystem.
Updated Choices For Java Updates – Azul Systems, Inc.
Last month was of particular significance to both Java developers and users. The reason was the release of update 202 of Oracle JDK 8, which was the final public update (for commercial users) of JDK 8 from Oracle. Users now need to think carefully about their strategy for updating the Java runtime in the future. Read More
Java will facilitate mainstream blockchain adoption – JAXenter
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.