MicroProfile OpenTracing with Jaeger
Published on 26 May 2020
by Rudy De Busscher
Topics:
Microservices,
MicroProfile
|
0 Comments
MicroProfile Metrics with Prometheus and Grafana
Published on 22 May 2020
by Rudy De Busscher
Topics:
Microservices,
MicroProfile
|
0 Comments
MicroProfile Config with etcd
Published on 20 May 2020
by Rudy De Busscher
Topics:
Payara Micro,
MicroProfile
|
0 Comments
Integration Testing using MicroProfile Testing and Payara Micro
Published on 19 Dec 2019
by Rudy De Busscher
Topics:
Payara Micro,
Microservices,
MicroProfile
|
2 Comments
Integration testing is perceived as difficult, time-consuming and requiring complex setup of 3rd party systems. There are different types of integration testing, such as system, acceptance and release testing, but all types of testing share the need to integrate several units of your application or other systems in your test.
Running a Polyglot Application with Payara Micro on GraalVM
Published on 28 Nov 2019
by Rudy De Busscher
Topics:
Payara Micro,
Microservices,
MicroProfile,
graalvm
|
4 Comments
Relationship between Payara Platform, MicroProfile and Java EE/Jakarta EE
Published on 15 Oct 2019
by Rudy De Busscher
Topics:
Java EE,
Microservices,
MicroProfile,
JakartaEE
|
7 Comments
Maybe you've already heard about Eclipse MicroProfile, or maybe you don't know what benefits it offers you in your current project. Perhaps you don't see the relationship with Java EE/Jakarta EE - or how you can use it with Payara Server or Payara Micro.
In this blog, I'll give you a short overview of all of the above questions so that you can start using MicroProfile in your next project on the Payara Platform.
Using Container Orchestration Tools with Payara Platform
Published on 30 Sep 2019
by Rudy De Busscher
Topics:
Docker,
Kubernetes,
Containers
|
2 Comments
How to Run and Debug your Payara Micro Application with IntelliJ IDEA
Published on 18 Sep 2019
by Rudy De Busscher
Topics:
Payara Micro,
MicroProfile,
IntelliJ
|
6 Comments
*Update* - The IntelliJ IDEA Payara Tools Plugin has been released and offers a better alternative to the solution discussed in this blog. Read more here about the Plugin.
If you want to run and debug your application from within an IDE using Payara Micro, you need to take different steps and use a different configuration then when you run the application with Payara Server. With Payara Micro, you can start the runtime from a jar file with no previous installation step. In this blog, I'll show you the steps to use IntelliJ IDEA with Payara Micro and how you can perform a hot reload of the application.
Rolling Application Upgrades with Payara Micro and Kubernetes
Published on 27 Aug 2019
by Rudy De Busscher
Topics:
Payara Micro,
MicroProfile,
Kubernetes
|
0 Comments
Introduction
Application updates are required as part of the normal maintenance process of your application lifecycle management. These updates should be as smooth as possible, and especially for a micro-services environment, performed with zero-downtime of your Payara Micro application. The Kubernetes Rolling Upgrades feature can help you with this.
Using Kubernetes Secrets with Payara Micro
Published on 21 Aug 2019
by Rudy De Busscher
Topics:
Payara Micro,
Kubernetes
|
0 Comments