What Oracle ending free lifecycle support means in OpenJDK and what steps users can take now to prepare for the change.
Category: Articles
10 Books for Coders of All levels – Must Read Best of Lot
Coding is one of the most important skills for programmers and if you want to survive as a programmer you must improve your coding skill . …
Why does String.replaceAll() work differently in Java 8 from Java 9?
Why does this code output 02 in java-8 but o2 in java-9 or above?”o2″.replaceAll(“([oO])([^[0-9-]])”, “0$2”)
10 Essential Tools Every Java Developers Should Know – DZone Java
Check out the most important tools for Java developers to learn to improve unit testing, development, deployment, automation, and continuous integration.
Beware of computation in static initializer
Even though it’s a common practice to prepare data in static initializers in Java, this can have a dramatic performance impact.
Spring Sweets: Group Loggers With Logical Name [Snippet] – DZone Java
This post looks at the latest addition to Spring Boot 2.1, group loggers — we can define log groups in our app configuration and set the log level for a group.
IntelliJ IDEA 2019.1 hits Beta | IntelliJ IDEA Blog
Posted on February 28, 2019 by Zlata Kalyuzhnaya The upcoming IntelliJ IDEA 2019.1 goes Beta! To install IntelliJ IDEA 2019.1 Beta….
Hazelcast IMDG 3.12 Introduces CP Subsystem | Hazelcast
We put Java locks on steroids! Hazelcast is now the first and only In-Memory Data Grid (IMDG) to offer a linearizable and distributed implementation of the Java concurrency primitives backed by the Raft consensus algorithm. Sounds interesting? Just keep calm and carry on reading… Hazelcast IMDG has been offering a set of concurrency APIs for …
Maven Enforcer Plugin | Baeldung
Learn about the Maven Enforcer Plugin and how we can use it to guarantee the level of compliance in our project.
How to Change Java Version in an Eclipse Project | Baeldung
Learn how to add a new JRE into our Eclipse workspace and how to switch to a different Java version in our current Eclipse project.
Docker for Java Developers
Discover how to get started with Docker, and learn tips and tricks tailored for Java developers working with the platform.
Download Zulu Mission Control for Zulu Enterprise OpenJDK 8
Download Zulu Mission Control for Zulu Enterprise OpenJDK 8 Java Support open source OpenJDK 11 JDK Mission Control monitoring management
The Visual Studio Blog | Dependency Autocompletion, Performance Improvements and More for Java on Visual Studio Code
February upates for Java on Visual Studio Code. Including Maven dependency autocompletion, standalone Java file support, performance improvements and more!
What is JSF? Introducing JavaServer Faces
JavaServer Faces is the Java standard technology for building component-based web interfaces. Get started with JSF, including what’s new in JSF 2.3