I’ve just released a new update for JMetro, bumping the version up to 3.3.0.In this update you’l…
Category: Articles
Wouter Coekaerts » The Java type system is broken
The Java type system is broken The goal of a programming language’s type system is to provide guarantees about what types can be….
Spring Boot Complete Example
This post provides a complete example of using spring boot to develop a loosely coupled REST service…
Enhance your Java Spring application with R data science
In this post we look at GraalVM running a sample Spring application written in Java, that is using ggplot2, an R library, to plot the data.
How to Use a Metronic in Java EE and to Integrate it in JSF – DZone Java
This tutorial demonstrates how to use the Metronic theme from Java EE and integrate it in JSF, using Java, HTML, and CSS to create new templates.
IntelliJ IDEA Debug Java Application Example
1. IntroductionIn this post, we feature a comprehensive Example on IntelliJ IDEA Debug Java Applic…
Microservices for Java Developers: Introduction
1. IntroductionMicroservices, microservices, microservices … One of the hottest topics in the indu…
10 Books Java Developers Should Read in 2018 – Best Of Lot
Hello guys, If you are Java developer and wondering what to read in 2018 then you have come to the right place. In this article, I am going…
Java Magazine, Jan/Feb 2018
View the digital edition of Java Magazine: Jan/Feb 2018 Twitter.
Build a Serverless “Hello World” Function
Serverless, Function as a Service (FaaS) or just cloud functions allows you to write code that will …
Build a Photo Gallery PWA with Spring Boot, JHipster, and React
“I love writing authentication and authorization code.” ~ No Java Developer Ever. Tired of building …
Implementing White-Labelling
Sometimes (very often in my experience) you need to support white-labelling of your application. You…
Gradle 4.9 Release Notes
Switch your build to use Gradle 4.9 quickly by updating your wrapper properties: ./gradlew wrapper –gradle-version=4.9 Standalone….
How to install eclipse for java 10 – Java 10 Examples
In this tutorial, we show you how to install Eclipse and get started with Java JDK 10 on Windows 10.
Encrypting and Decrypting Files in Java | Baeldung
Use CipherInputStream and CipherOutputStream classes to encrypt and decrypt files in Java.