In this post, we feature a comprehensive Tutorial on Java Singleton Design Pattern. Design Patterns …
Java Weekly, Issue 237 | Baeldung
Some great writeups this week on JPA and Hibernate, using Spring Boot in the GraalVM, and an engineering approach to testing distributed systems. A good week.
Getting Ready for Java 11 – DZone Java
Java 11 is set to be released in September with quite a few improvements, including changes in language and API updates, security, tooling, and garbage collection.
Getting to Know Graal, the New Java JIT Compiler
Oracle have released Graal, which is both a new JIT compiler for Java and a major component in their next-generation polyglot virtual machine, GraalVM. The effort aims to improve startup time and reduce footprint of Java applications as well as unlock fully polyglot, multi-language technologies within a single VM. The initial release includes JVM and JS with LLVM, Ruby and R in beta.
Apache Ant 1.9.13 and 1.10.5 released – Supports Java 11 single-file source programs
We just released 1.9.13 and 1.10.5 versions of Apache Ant. As usual, you can download it from the An…
Play! Framework Path, Query and Route Default Params Example
In my previous post, we have discussed about Play Framework basics with HelloWorld example. I hope y…
JMetro “Metro” Tab, TreeView And ContextMenu For Java (JavaFX)
I’ve just released a new update for JMetro, bumping the version up to 3.3.0.In this update you’l…
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.
Java Magazine, Jan/Feb 2018
View the digital edition of Java Magazine: Jan/Feb 2018 Twitter.
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…
Java 8 DateTimeFormatter Example – HowToDoInJava
Java examples to use DateTimeFormatter for formatting ZonedDateTime, LocalDateTime, LocalDate and LocalTime to String with predefined and custom patterns.