After the release of JavaFX 11 under the OpenJFX project last September, we launched openjfx-docs as a starting guide to pave the way for developers that were facing new challenges, mainly JavaFX being outside the JDK and also being modular. At the same time, we provided a number of samples to illustrate how to work …
Annotation based Kubernetes and Openshift Manifests for Java Applications with ap4k
Writing our manifest files for Kubernetes / Openshift often forces us to edit xml, json and yml files by hand.A new library, ap4k allows to specify metadata for these manifest files directly in our Java code using annotations.In the following short example I am going to demonstrate how to generate manifest files using Maven and ap4k.[toc]DependenciesUsing Maven we just ne
6 Free Maven and Jenkins Online Courses for Java Developers
Maven and Jenkins are two of the most popular tools in the Java world. Maven helps to organize your project and provide support to build a…
JDK Mission Control is now in Fedora 29 – Fedora Magazine
JDK Mission Control is available as a module for Fedora 29. This article provides installation and usage instructions as well as an example from the author.
Algorithms, Part II | Coursera
Algorithms, Part II from Princeton University. This course covers the essential information that every serious programmer needs to know about algorithms and data structures, with emphasis on applications and scientific performance analysis of …
Announcing the general availability of Java support in Azure Functions
Azure Functions provides a productive programming model based on triggers and bindings for accelerated development and serverless hosting of event-driven applications. It enables developers to build…
As a matter of Factory — Part 3 (Method Chaining) – Oracle Developers – Medium
Learn how to add or remove elements from Java collections fluently by leveraging a few lesser known APIs in Eclipse Collections.
10 Unit Testing and Integration Tools and Libraries for Java Developers
In last a couple of weeks, I have written some articles about what Java developer should learn in 2019 e.g. programming languages , librari…
Announcing the general availability of Java support in Azure Functions | Blog | Microsoft Azure
Azure Functions provides a productive programming model based on triggers and bindings for accelerated development and serverless hosting of event-driven applications. It enables developers to build…
Student of Berufsschule Freising, Germany, is now an Oracle Certified Associate Java SE 8 Programmer
Marc Schröder, a student of the vocational school BerufsschuleFreising in Munich, is currently undertaking dual study as a“Computer Science Expert for…
5 Courses to Learn RESTful Web Services With Java and Spring in 2019 – DZone Integration
In this article, we share some of the best courses to learn REST API development in the Java world using Spring.
Hottest Coding Languages | 2019 State of Software Engineering Report | Hired
See the correlation between a candidate’s experience with given programming language and a company’s interest in interviewing them for a position. Its all right here in Hired’s 2019 State of Software Engineers report. Click to learn more.
21 String Programming and Coding Interview Questions With Solutions
In this article, I am going to share 21 of the most common String based Programming and Coding interview questions from Java developer inte…
A Quick Guide to Microservices With the Micronaut Framework – DZone Microservices
A developer and architect takes a look at the Micronaut framework and gives a tutorial on how to build a microservice application using this framework.