Watch Dr. Richard Warburton’s JAX London session about how to achieve fantastic performance, improve scalability, and reduce infrastructure costs.
Category: Articles
Monitoring in Payara Platform
Datasheet Monitoring in Payara Platform In the context of application servers, monitoring is a malleable phrase. For Payara Server….
Recent Valhalla News (Late January 2020)
There has been significant discussion, design, implementation, and testing related to aspects of OpenJDK Project Valhalla in recent months,…
As a matter of factory, factories matter
We create collections all the time in Java, so making it easy was a priority in Eclipse Collections.
How to test and deploy WARs with Tomcat and Eclipse
Every developer needs to know how to integrate Tomcat and Eclipse. Follow these five steps for a simple integration and deploy WAR files in your local environment.
Will Project Loom obliterate Java Futures?
Project Loom has three main goals: introducing continuations, fibers, and tail-call elimination.
JDK 14: The new features in Java 14
Flight recorder event streaming, switch expressions, NVM support, and records are slated for the next version of standard Java, due in March 2020
Java Train #1 — JDK9 — Modularization
As announced here, I’m now working on this series, where it will be covered the main features of each JDK release. So… let’s do this! This…
3 Coding Tips and Design Patterns Java Developers can Learn From Spring Framework
A blog about Java, Programming, Algorithms, Data Structure, SQL, Linux, Database, Interview questions, and my personal experience.
MicroProfile Starter v1.0: Cloud-native Java microservices now generally available – JAXenter
Graduating from its beta version, Eclipse MicroProfile Starter has reached its version 1.0 release and is now generally available.
How is HeapHero different? – JAXenter
Ram Lakshmanan explains how HeapHero differs from other heap dump analysis tools and how your entire organization can easily utilize its features.
JAXenter survey: Which technologies are relevant for you in 2020?
Which technologies will be in high demand in 2020? In our annual survey we want to know what languages, frameworks and tools are on your agenda this year!
Logging Exceptions: Where to Log Exceptions?
This tutorial discusses where to log an exception in your Java applications.
How to warm up java classes to avoid slow first call?
I am doing a project where I need all the API calls to take less than 1s but I am facing an issue with the first call to each route that is slower than the following ones.Currently the first call…
Quiz Yourself: Final Classes (Intermediate)
The effects of declaring a class final