In this article we will learn about java.util.concurrent.RunnableScheduledFuture class which was int…
Category: Articles
Data Geekery
Data Geekery GmbH, the company behind the popular Java/SQL software jOOQ.
The Will of the [JDK Using] People – Azul Systems, Inc.
What version of the JDK are people planning to use next? The results of a poll on Twitter will surprise you. Are you planing to make the right move?
Natively compile Java code for better startup time – RHD Blog
Serverless architectures can benefit from faster startup times. The configuration demonstrated in this article shows how GraalVM can reduce startup time and Docker image size for Java-based programs hosted on container platforms such as Red Hat OpenShift Containter Platform.
Professional Java for the New Software Developer
Concepts for the Complete Beginner! – Free Course
How to Choose an IDE
If you’re looking to build a Jakarta EE (formerly Java EE) Application, you’re going to need a few things to get started. Let’s get started with either Payara Server® or Payara Micro® and an IDE (Integrated Development Environment). Here’s what you need to know about choosing an IDE to get started.
Java to Python in 100 Steps | Udemy
Fastest way to Learn Python for Experienced Java Programmers
Maven Checkstyle Plugin example: How to enforce Java quality rules
The easiest way to enforce style guidelines is to use Maven Checkstyle Plugin every time a build occurs. Ensure developers are following all the Java Checkstyle rules.
It’s time! Migrating to Java 11 – criciumadev – Medium
Why you should migrate to next Java now!
Release 0.9.0 is now available!
Time for a little celebration, with all the hard-working and dedicated people that contributed to the OpenJ9 0.9.0 Release (source). Binaries are now available for download at AdoptOpenJDK: OpenJ…
Top 20 Java Books of 2017 Which You Can Read in 2018 – Best of Lot
Only a few days have left in 2017 and while I am busy making my goals for 2017, I am also looking back on what I have done in 2017. One of …
Google Releases Spring Model for Java on Cloud — ADTmag
Google and the Spring Team at Pivotal just announced the general availability of Spring Cloud GCP 1.0, a joint project aiming to make life easier for Java developers building Spring Boot applications that consume GCP services.
Play! Framework JSON & Scala Example
In this post, we feature a comprehensive Example on Play! Framework JSON & Scala. In my last two…
Meet Jib: Containerizing a Java application has never been easier – JAXenter
Containerizing Java applications is anything but simple. Jib is an open-source Java containerizer from Google that aspires to make a difference!
Meaning of inversion of control in Spring and Java: IoC explained
The popularity of Spring Boot has renewed interest in core Spring concepts, such as the meaning of inversion of control and the application of dependency injection. Here, we explore the concept of inversion of control in Spring and Java and examine the benefits of IoC.