Tag: Jakarta Ee
-
Jakarta Security and REST on Cloud: Part 4 Combining JWT With OAuth2
OAuth2 is undoubtedly one of the most famous security protocols today. One of its advantages is the non-exposure of sensitive information, …
-
How to Create a Secure JSF JPA Application [Video]
Learn how to create a secure web application using multiple Java EE/Jakarta EE APIs and connect it to a MySQL 8 database in this …
-
Jakarta Security and REST in the Cloud Part 3: Knowing the OAuth2
Security is generally a topic that is left out when talking about software architecture, but that doesn’t mean that it is not essential. …
-
Jakarta Security and Rest in the Cloud: Part 2 Getting to Know the Basics
Having explained some of the advantages and disadvantages of using BASIC as a mechanism, we will continue the article by creating …
-
Jakarta Security and REST in the Cloud Part 1: Hello World
This is a series of articles that will talk about security in the Jakarta EE world with Jakarta Security with microservices in the cloud. …
-
A Simple MicroProfile JWT Token Provider With Payara Realms and JAX-RS
In this tutorial, I will demonstrate how to create a “simple” (yet practical) token provider using Payara realms as users/groups …
●●●