“I love writing authentication and authorization code.” ~ No Java Developer Ever. Tired of building…
amihaiemil/docker-java-api
Lightweight Java Docker client. Contribute to amihaiemil/docker-java-api development by creating an account on GitHub.
A Deep Dive Into Java Debugging – DZone Performance
In this post, one developer provides his account for debugging Java lambdas and method references in a real-world code example.
Proposal for Wider Range of Available Java Keywords – DZone Java
Is it time to introduce more keywords into the Java realm? Read on for some insight on the latest proposal for a wider rand of available Java keywords.
Using Apache Ignite thin client – Apache Ignite insider blog
From the version 2.4.0, Apache Ignite introduced a new way to connect to the Ignite cluster, which …
Oracle Java Card Boosts Security for IoT Devices at the Edge
Java Card 3.1 enables multi-cloud authentication and quickly deployed security to connected devices
Year in review: Five topics that epitomized Java in 2018
What happened with Java in 2018? Two major forces in enterprise Java merged. And we keep finding new ways to do DevOps and Agile. This will all affect the future of Java programming.
Running a Spring Boot Application Under Payara Server Using a Payara Data Source – DZone Java
This article is a guide for running a Spring Boot application on Payara 5. This application will use a MySQL data source configured via the Payara 5 interface.
End of the line for Java 8 public updates – Commercial users at a crossroads – JAXenter
The countdown to the end of public updates for Java 8 business users has officially begun. Later this month, commercial users will have to make a choice.
Proposal for Wider Range of Available Java Keywords
In the recent posts titled ” We need more keywords, captain! ” on the OpenJDK amber-spec-experts mailing list, Brian Goetz “proposes a pos…
Different States of Java Threads
IntroductionIn Java, threads can have States. The Thread.State enum defines the different state…
Payara Server Reviews & Ratings | TrustRadius
Verified in-depth Payara Server reviews and ratings of pros/cons, pricing, features and more. Compare Payara Server to alternative Application Server Software.
Project Helidon’s 0.11.0 release brings a bunch of API changes – JAXenter
Although Helidon’s 1.0 release is not here yet, you should not overlook 0.11.0 as it includes a bunch of API changes (in preparation for the 1.0 release).
Comparing Java REST Documentation Frameworks
Deciding which Java framework to choose when documenting your REST APIs can be quite the hassle. In…
Java 8 Functional Programming Tutorial
Java 8 supports functional programming via the lambda expression and Stream API. In this tutorial, …