John talks to Mike Milinkovich, executive director of Eclipse Foundation, about the stewardship transition of enterprise Java to the foundation in 2018 and other Java-related challenges and what he sees coming for the Java community in 2019.
Category: Home
DevNexus 2019 Ticket Give Away!
Win a Ticket to DevNexus 2019!We have two 2 day tickets to give away to 2 lucky winners
5 Websites to Learn Java for FREE – DZone Java
In this article, we explore some of the best online resources for learning Java and other programming languages, specifically practice problems and tutorials.
Java Vs. Kotlin: Which One Will Be the Best in 2019? – DZone Java
Android app development has two programming languages: Java and Kotlin. This article will help you to decide which one is better.
marchof/java-almanac
Some Java Historiography. Contribute to marchof/java-almanac development by creating an account on GitHub.
Oracle Java Card updated for IoT applications
Java Card is a software technology providing isolation between secure hardware and software services
Discovering JNoSQL
JNoSQL is an Eclipse project which, according to its definition: “is a Java framework that streamlines the integration of Java applications with NoSQL databases. It defines a set of APIs to i…
Jakarta EE 9 – 2019 Outlook
Payara is going to adopt the newly re-released Jakarta versions of many of the Java EE and GlassFish components. For some components, such as the JASPIC and JTA APIs, this will be relatively straightforward. For others such as Mojarra we’d first need to re-align our patched version with the upstream Jakarta version.
Top 5 Spring Boot Annotations Java Developers Should Know – With Examples
Annotations have completely changed the way you write Java code. It’s now impossible to write any Java code without using annotations but t…
How much faster is Java 11?
Java 11 was released some time ago, although the majority of developers stay on Java 8.Let’s see which one of them is faster for OptaPlanner. The best way to find out isof course running OptaPlanner benchmarks.This article is a follow up on our similar article for Java 8.Benchmark methodologyTo run…
QRebel evaluation handbook | Rogue Wave
QRebel is designed to find, diagnose, and fix performance issues in your development and testing environments. QRebel compares different builds or versions of your application to detect regressions, making them easier and cheaper to fix in your development environment.The handbook guides you through the evaluation of QRebel. You’ll learn about key product concepts and the steps necessary for a successful evaluation.
How to get the current database transaction id – Vlad Mihalcea
Learn how to get the current database transaction id for Oracle, SQL Server, PostgreSQL, MySQL and HSQLDB using an SQL query.
How to Install Maven on Mac OS X Manually? Fix UnsupportedClassVersion Error: org/apache/maven /cli/MavenCli • Crunchify
Maven build is the first think we do after working on daily codebase. I usually perform Maven Build hundreds of time in a day. As you may have noticed, on
Bootiful Development with Spring Boot and Vue
“I love writing authentication and authorization code.” ~ No Java Developer Ever. Tired of building…