Open Liberty is the most flexible server runtime available to Earth’s Java developers.
Category: Articles
Understanding Payara Services OpenJDK Support Benefits
Payara Services support customers also have access to commercial OpenJDK support included, thanks to the partnership between Payara Services and Azul Systems’ Enterprise Support!
Post Order Binary Tree Traversal in Java – Recursion and Iteration Example
This is the third article on tree traversal. In the last couple of articles, I have shown you how to implement preorder and inorder trave…
Steep learning curve or lack of commitment? Which are the most difficult programming languages to learn and why? – JAXenter
In this article, we take a look at some of the, arguably, most difficult programming languages and why most developers have a hard time learning them.
The Top 100 Java Libraries in 2018 – Based on 277,975 Source Files | OverOps Blog
What are the most popular libraries Java developers use? 2018 edition.
Give Me a break, or: How to Make Awesome Puzzlers with Java 12
Java 12 provides, in experimental form, a switch expression and new forms of the switch and break st…
How to Solve Your Java Performance Problems (Part 1) – DZone Java
We take a look at how you can solve your Java performance problems using the Performance Diagnostic Methodology (PDM) and how to detect a memory leak.
Serverless, Java and FN Project, first steps
Serverless isn’t a new thing, but it is fair to say there is still a lot of hype about it and how it…
Functional Java by Example | Part 6 – Functions as Parameters
This is part 6 of the series called “Functional Java by Example”.The example I’m evolving in eac…
APIGEE – An Introduction to API Gateway
In this article I want to give brief introduction about APIGEE. Mainly APIGEE offers below functiona…
Should you adopt Java 12 or stick on Java 11?
Should you adopt Java 12 or stick on Java 11 for the next 3 years? Seems like an innocuous question, but it is one of the most important de…
Top 5 Java 8 Tutorials, Courses, and Books – Hacker Noon
A curated list of some of the best resources to learn Java 8 Programming like lambda expression, method references etc.
AWS re:Invent 2018: Java developers can now take advantage of Amazon Kinesis Data Analytics – JAXenter
You can now use your own Java code to create powerful real-time applications that process streaming data, courtesy of Amazon Kinesis Data Analytics.
Ways to Iterate Over a List in Java | Baeldung
Review different ways to iterate through a List in Java
Build a Simple CRUD App with Spring Boot and Vue.js
“I love writing authentication and authorization code.” ~ No Java Developer Ever. Tired of building …