One of the most interesting and informative sessions during Day 1 of this year’s JAX London was the panel on cloud native Java with 5 amazing speakers!
Developers Can Play a JavaFX-Powered, Augmented Reality Scavenger Hunt At Oracle Code One
To play an AR scavenger hunt game, Oracle Code One attendees download the app, then use their smartphone cameras to search for chess pieces placed in the developer lounge area.
Java Weekly, Issue 249 | Baeldung
A busy week in the Spring and Java ecosystems, with lots of content from SpringOne Platform 2018, and a great way to organize your BDD-style tests in JUnit 5.
Docker & Java
Docker is quite the hype nowadays. Find out what Docker is, what it can do for you as a Java developer and if you need to use it at all.
Java on Everything! JOE gets back to basics with no OS – JAXenter
Java on Everything (JOE) implements an object-oriented design that tosses the entire operating system. What benefits are there to saying sayonara to the OS?
Introducing Arthas, a Java diagnostic tool from heaven – JAXenter
New interesting Java projects coming from all around. Today we introduce Arthas, a Java diagnostic tool open sourced by the Chinese giant, Alibaba.
Announcing Red Hat Developer Studio 12.9.0.GA and JBoss Tools 4.9.0.Final for Eclipse 2018-09 – RHD Blog
Red Hat Developer Studio 12.9 and the community edition, JBoss Tools 4.9.0 for Eclipse Photon 2018-09, are now available. This article highlights some of the new features in both JBoss Tools and Eclipse Photon, covering WildFly, Spring Boot, Camel, Maven, and many Java-related improvements—including full Java 10 support.
Java: Gain Performance Using SingletonStream
Java streams with just one element sometimes create unnecessary overhead in your applications. Learn…
Working With LocalDate, LocalTime, and LocalDateTime – DZone Java
In this post, we look at date and time APIs introduced in Java 8, specifically the LocalDate, LocalTime, and LocalDateTime APIs, which are timezone independent.
Administering Payara Server 5 with the CLI
Now that Payara Server 5 is here, it’s a good time to brush up on the basics – with that in mind, I’m going to go through a few of the things you can do with the Payara Server CLI.
Log File Tailer (tail -f) implementation in Java – Best way to tail any file programmatically • Crunchify
File operations using Java are my favorite part. There are number of tutorials you may have seen on Crunchify like append data to file, read data from
How to create a map of maps from a list of maps with Java 8 streaming api
BackgroundI have a list of maps that looks something like this:[ { “name”: “A”, “old”: 0.25, “new”: 0.3 }, { “name”: “B”, “old”: 0.3, “new”: 0.35 }, { “nam…
Apache Ignite made easy: first Java application
In this article, we take a one step further and let you through the creation of the first Ignite app…
Starting Flows with trackBy
Still continuing my trend of looking at Corda Services, I have some more tips to help your CorDapp w…
Top 5 Books to Learn Hibernate for Java Developers – DZone Java
This post takes a look at the top five books and/or courses for learning HIbernate as a Java developer, focusing specifically on beginner level knowledge.