View the digital edition of Java Magazine: March/April 2019.
Category: Articles
20 Examples of Using Java’s CompletableFuture
This post revisits Java 8’s CompletionStage API and specifically its implementation in the standard Java library, CompletableFuture. The API is explained by examples that illustrate the vario…
Databricks Open Sources Project Aimed at Data Lake Reliability — ADTmag
Databricks has announced the release of Delta Lake, an open source solution designed to provide ‘reliability for both batch and streaming data’ for data lakes.
Top 10 Java 8 Tutorials and Courses – Best of Lot, Must Read
It’s almost six months since Java 8 was released and there are so many Java 8 tutorials are written by Oracle, bloggers, and other peoples,…
JRebel for JDeveloper now eliminates redeploys on remote servers and VMs | JRebel.com
JRebel for JDeveloper now eliminates redeploys for Java developers using virtual machines, remote servers, and PaaS.
Red Hat Becomes Steward of Java 8 and 11
RedHat has taken a leadership position in Java 8 and 11, leading its first April release.
5 Career Path for Senior Java Developers in 2019
If you are an experienced Java programmer which has done a good amount of coding and development i.e. someone with more than 5 to 8 years o…
First look at JDK 13: Two JEPs proposed to target and two new JEP candidates join the list – JAXenter
Things are moving fast in JDK 13 development! This time around, we review two JEPs that are proposed to target JEK 13 as well as two new JEP candidates.
#HOWTO: Messaging with JMS using Payara with embedded OpenMQ broker
Messaging is a key concept for distributed enterprise applications. There are a lot of use cases, where you don’t want or need a sync response you get with e.g. a REST call and can use async messaging: IoT (sensor data), event streaming, data duplication, etc. With the hype of Kafka and other highly-distributed messaging solutions,…
Java vs Python – What’s better for your project? – JAXenter
Are you starting a new project and can’t decide which language will suit you best? Fear not! Rilind Elezaj has some handy advice.
Sorting the characters in a UTF-16 string in Java
TLDRJava uses two characters to represent UTF-16. Using Arrays.sort (unstable sort) messes with character sequencing. Should I convert char[] to int[] or is there a better way?DetailsJava
New JEP draft proposes enhancements for Java with records and sealed types – JAXenter
Brian Goetz submitted a JEP draft that aims to make writing Java code that models simple data aggregates easier to write, read, and to be corrected.
Anatomy of a logging API
Flogger is a fluent logging API for Java. It supports a wide variety of features, and has many benefits over existing logging APIs.
Top 10 Tutorials to Learn Big Data and Hadoop Online
Hello guys, if you are looking to learn Hadoop and looking for some awesome tutorials to start with then you have come to the right place. …