We walk you through five popular use cases for Java developers and demonstrate how JRebel can transform your development process.
Use Java method modifiers to avoid public method antipattern
There is a reason why Java method modifiers exist. If you call public methods internally and don’t understand why, your developers could face major class issues.
A quick look at inferred types and the Java var keyword – Coffee Talk: Java, News, Stories and Opinions
Here’s a quick look at the var keyword and what it looks like when you use Java inferred types in your code.
What is Docker and How is it Used with Payara Server and Payara Micro?
The Docker platform makes it easier to create, deploy and run applications using containers. By packaging the required dependencies, you can run it on any machine. Start a container from a Docker image, define the process and the files needed to run it, like the Payara Server installation and your application.
Helidon Java Microservices Framework Hits 1.0 Release — ADTmag
Project Helidon, Oracle’s nascent Java Microservices Framework, which was unveiled less than five months ago, is now available in a 1.0 release that includes full support for Eclipse MicroProfile 1.2 (Helidon MP), support for Eclipse Yasson and Jackson (Helidon SE) and numerous bug fixes and performance improvements.
JavaFX Proguard Obfuscation
I’m struggling with obfuscation of JavaFX application. Using this project as a base: https://github.com/openjfx/samples/tree/master/IDE/IntelliJ/Non-Modular/GradleProguard throws this error:j…
Featured enum instead of switch
Problem and its solution Switch/case is the common control structure implemented in most imperative programming languages. Switch is con…
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.
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!