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,…
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. …
Docker support in new Java 8 — finally!
Java 8 (before openjdk update) didn’t play nice with Docker, now the problems are gone.
Why does Java have support for time zone offsets with seconds precision?
On Wikipedia time zone offsets are explained as the difference in hours and minutes from standard UTC time. However, DateTimeFormatter supports zone-offset pattern XXXXX, which “outputs the hour and
Java – Convert ArrayList to String[] – Mkyong.com
By mkyong | April 23, 2019 In the old days, we can use list.toArray(new String[0]) to convert a ArrayList
7 Linux cURL command Examples for Testing RESTful Web Services from Command Line
The curl or cURL command of Linux is a very powerful and versatile command which allows you to send sophisticated HTTP request right from …
A look at the Optional datatype in Java and some anti-patterns when using it
by Mervyn McCreight and Mehmet Emin Tok