Skip to main content

MicroProfile, a knight or just another pawn [Part 2 of 2]

By Documentation, Jakarta EE 8, MicroProfile Configuration, MicroProfile Health Check, MicroProfile Metrics, MicroProfile Starter, Tutorial, WebSphere Liberty No Comments

Do you really need a sledgehammer to crack a nut? (Part 2) In the previous section (Microprofile, a knight or just another pawn [Part 1 of 2]), we implemented MicroProfile interoperable JWT RBAC. We also secured the resource with the help of the claim scope present in the JWT token…

Read More

Announcing the IntelliJ Plugin for MicroProfile Starter

By MicroProfile Community, MicroProfile Starter, Microservices, Releases No Comments

Today, the MicroProfile community would like to announce the availability of the IntelliJ plugin for MicroProfile Starter. In order to install the plugin, you need to have the IntelliJ installed, then go to File > Settings > Plugins and search for “MicroProfile Starter” and click on the “Install” button. As…

Read More

Announcing Visual Studio Code Extension for MicroProfile Starter

By MicroProfile Community, MicroProfile Starter No Comments

The MicroProfile community would like to announce the availability of a Visual Studio Code extension for MicroProfile Starter.  Version 0.1 of the VS Code extension for Eclipse MicroProfile Starter is now available in Visual Studio Code’s Marketplace for developers to download and use. MicroProfile Starter generates for developers Maven projects…

Read More

Database Enabled Microservices with Tomee and MicroProfile

By Apache TomEE, MicroProfile Starter No Comments

https://dev.to/geefygeorge/database-enabled-microservices-with-tomee-and-microprofile-1afb Creating database enabled Microservices with Tomee and MicroProfile is a fairly straightforward task. In this five (5) minutes article, I’m going to highlight the key points you, as a developer out to consider. Disclosure, we’ll be looking at code, however this isn’t a step-by-step tutorial.

Read More

End-to-End Example App Running MicroProfile on Kubernetes and Istio

By Example, Istio, Kubernetes, MicroProfile Istio, MicroProfile Starter, Open Liberty No Comments

There are many good examples that demonstrate specific MicroProfile functionality and there are also good examples that showcase Istio functionality, especially the BookInfo application. Since I couldn’t find a comprehensive application that utilizes MicroProfile and Istio, my colleague Harald Uebele and I have built one.

Read More