The post ” Compact Number Formatting Comes to JDK 12 ” has been the subject of discussion on a java subreddit thread . Concerns expressed in…
Category: Home
List Files in a Directory in Java | Baeldung
Learn some different ways to list the files in a directory and subdirectories in Java.
As public updates for Java 8 come to an end, Amazon Corretto 8 becomes generally available – JAXenter
Amazon Corretto 8 is *now* generally available. Amazon will distribute security updates to Corretto 8 at no cost until at least June 2023.
Benefits of Proactive Support Through Payara Enterprise vs. Reactive Support
Payara Enterprise is more than a help desk and enables your entire team to work more efficiently while creating a proactive support environment.
High-Performance Java Persistence – Voxxed Days Romania
In this workshop, we are going through various data access performance optimizations that are relevant for a great variety of Java Persistence frameworks.
JVM Calendar: Hidden Treasures of Eclipse Collections – DZone Java
In this article, we explore some of the lesser-known features of the Eclipse Collections framework, including distinct(), selectInstancesOf(), chunk(), and more
How your team will benefit when you hire a full stack developer – Coffee Talk: Java, News, Stories and Opinions
How can your company benefit from a full-stack developer? While these IT pros are difficult to find and expensive to pay, they can create a more efficient line of communication within your technical staff and optimize your workflows.
Academic-owned Java library transforms, rewrites, analyzes, and transpiles code – JAXenter
Today’s spotlight lands on Spoon: a Java library that allows you to transform and analyze Java code. This library is brainy and academic.
Amazon Corretto 8
Amazon Corretto is a production-ready distribution of OpenJDK with long-term support including performance- and security updates provided by Amazon. Tweet announcing Amazon Coretto 8 Amazon provide…
How to Convert Stream to ArrayList in Java 8 – Collectors.toCollection() Example, Tutorial
You can use Collectors.toList() , toSet() and toMap() to get all elements of Stream into any Collection e.g. List, Set or Map , but if you…
Transformer Pattern
The Transformer pattern is a design pattern for Java (and potentially other OO languages with&n…
Sparklens: a tool for Spark applications optimization
Sparklens is a profiling tool for Spark with a built-in Spark Scheduler simulator: it makes easier …
JDK 9/JEP 280: String Concatenations Will Never Be the Same
JEP 280 (“Indify String Concatenation”) was implemented in conjunction with JDK 9 and, ac…
Swagger UI on MicroProfile OpenAPI
MicroProfile OpenApi gives us a standardized way to describe our JAX-RS API’s using OpenApi 3. If yo…