Jakarta EE

We Love Java


Made a library? Written a blog post? Found a useful tutorial? Share it with the Java community here or just enjoy what everyone else has found!


Read More →

Deploy Jakarta EE application to Google Cloud Platform (GCP) with Kubernetes


Learn how to deploy Jakarta EE application to Google Cloud Platform (GCP) with Kubernetes.


Read More →

Deploy Jakarta EE application to Kubernetes


In this tutorial, I will show you how to deploy Jakarta EE application to Kubernetes.


Read More →

MicroProfile Rest Client


MicroProfile Rest Client is used to invoke RESTful services over HTTP and in this tutorial we will learn how to use it.


Read More →

Integration Tests with Arquillian using TomEE


In this tutorial we will learn how to integrate tests with Arquillian using TomEE Application Server.


Read More →

Getting Started With MVC 1.0 (JSR 371)


In this tutorial we will create a simple web application using MVC 1.0 (JSR 371), ThymeleafH2 database, JPA and Thorntail (Wildfly Swarm).


Read More →

MicroProfile REST API with MongoDB, Hibernate OGM and Thorntail


In this tutorial we will learn how to create REST API using MicroProfileMongoDBHibernate OGM and Thorntail (wildfly-swarm)


Read More →

Simple CRUD REST API with Java EE


In this tutorial we will learn how to create a simple CRUD REST API with Java EE using H2 database and TomEE application server.
H2 is an open source relational database management system written in Java. It can be embedded in Java applications or run in the client-server mode and it is easy to install and deploy.


Read More →