Learn so you can see it with your eyes closed
Category: Articles
Developers favor JVM languages for mobile, enterprise
JVM languages — programming languages that run on the Java Virtual Machine (JVM), such as Kotlin, Clojure, Groovy and Scala — are increasingly popular with software developers that seek Java-like functionality without actually using Java, according to a recent RedMonk report.
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.
Learn More about Secure JAX-RS at EclipseCon
Learn More about Secure JAX-RS at EclipseCon
Weekly round-up: Java 12 news, TypeScript 3.1, Angular v7 RC & more – JAXenter
Every Monday we take a step back and look at all the cool stuff that went down during the previous week: JDK 12 news, TypeScript 3.1, Angular v7 RC & more
Java 11: A New Way to handle HTTP & WebSockets in Java!
Once upon a time, using the Java SE (Standard Edition) APIs to do common HTTP operations such as REST API calls might have been described…
Java Annotated Monthly – October 2018 | IntelliJ IDEA Blog
Posted on October 9, 2018 by Trisha Gee The main news so far has been the release of Java 11. It’s not a large release in terms o….
What if you released a JDK and nobody used it? – JAXenter
As a platform, Java has changed more in the last year than in the preceding five. Simon Ritter explores the current state and future directions for the JDK.
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.