WildFly 27 (Alpha) is now available. On the the top features of this releases is the preview support for some of Jakarta EE 10 features plus several product enhancement. This article launches you on a tour of this new release by focusing on fundamentals.
Jakarta EE
What’s new in Jakarta EE 10
Jakarta EE 10 is the first major release of Jakarta EE since the “jakarta” namespace update. Many of the component specifications are introducing Major or Minor version updates that are going to reflect in the implementation APIs. Let’s learn in this article what is new with Jakarta EE 10.
Testing Jakarta EE applications with CDI-test
This article introduces the Testing framework CDI-Test which you can use to test JakartaEE and Microprofile applications at scale.
How to run Jakarta EE 9 on WildFly
Welcome to Jakarta EE 9! In this tutorial we will learn how to get started with Jakarta EE 9 by downloading WildFly EE 9 Preview.
Monitoring Enterprise applications with OpenShift and Prometheus
This article covers how to monitor Java Enterprise applications using OpenShift Container Platform 4.6. For the purpose of this example, we will be using JBoss Enterprise Application platform Expansion pack which empowers JBoss EAP with Microprofile API, such as the Metrics API. The monitoring solution we will use is Prometheus which is available out of … Read more
Profiling Jakarta EE Applications with NetBeans Profiler
In this article we will learn how to profile Java/Jakarta EE applications with NetBeans built-in profiler tool and how to instrument WildFly application server for this purpose. There are several vendor tools for profiling Java applications such as JProfiler or YourKit. In the list of opensource tools, a valid option is NetBeans Profiler which lets … Read more
How to deploy SOAP Web Services in Jakarta EE applications
This tutorial covers how to build and deploy SOAP based Web services in Jakarta EE applications, also discussing the changes in the Java SE that removed the JAX-WS API from the default Java modules. First of all a bit of history. The JAX-WS API used to be bundled in JDK until Java 8. JAX-WS was … Read more
Building and deploying a Jakarta EE application on OpenShift
This is the second article about building and deploying a Jakarta EE service in the Cloud. In the first tutorial, we have covered How to build and deploy a Jakarta EE application on Kubernetes Now we will show how to deploy the same application on OpenShift container application platform. How to install quickly an OpenShift … Read more
How to build and deploy a Jakarta EE application on Kubernetes
In this series of tutorials, we will show how to create and deploy a Jakarta EE service in a Cloud environment. Within this first article, we will learn how to deploy a WildFly application on Kubernetes using Minikube and JKube Maven plugin. In the next article, we will target OpenShift as Cloud environment. Let’s get … Read more
Jakarta EE 9 Hello World example application
In the last post we had our first taste of Jakarta EE 9 with the preview version of WildFly 22: How to run Jakarta EE 9 on WildFly Let’s see now how to build and deploy sample application which uses the ‘jakarta‘ package namespace. The jakarta.jakartaee-api version 9 is now available on the official Maven repository: … Read more