19 Mayıs 2022 Perşembe

Helidon

Giriş
Açıklaması şöyle
Helidon is a set of libraries for microservices. It is created and maintained by Oracle. To run it, we need at least Java 11. The latest release introduces support for Java 17. We can write code with Java and Kotlin as well. Interestingly, it comes in two flavors: Helidon SE and Helidon MP.
...
Both may be compiled into native images using GraalVM, resulting in a faster startup time and lower memory consumption. However, the SE profile consumes fewer resources than MP.
İki türevi var. Her ikisi de GraalVM ile çalışıyor
1. Helidon SE
2. Helidon MP

1. Helidon SE
Açıklaması şöyle
Helidon SE is a small toolkit that supports the most recent Java SE features, including reactive streams, asynchronous and functional programming, and APIs with a fluid design. Helidon SE offers GraalVM native files for low storage use and flash -like launch. Helidon SE’s REST framework is based on Netty and provides a simplistic API for session handling.
Açıklaması şöyle
Helidon SE is a toolkit providing reactive streams, asynchronous and functional programming, and fluent-style APIs. It offers a reactive API for streams, messaging, and databases. You may create web endpoints based on GraphQL, gRPC, WebSockets, and HTTP server technologies. Next, we can secure them using a dedicated security add-on. And, at the end, we can spice it with a pinch of metrics, health checks, tracing, and documentation with OpenAPI.
2. Helidon MP
Açıklaması şöyle
On the other hand, Helidon MP is an implementation of MicroProfile specification. Among the features mentioned for the SE profile, you can find here support for JPA, RESTful services, security with JWT, and long-running actions based on SAGA patterns. Furthermore, this version is meant to run in the cloud; we can deploy an application on OCI or Kubernetes.

Both may be compiled into native images using GraalVM, resulting in a faster startup time and lower memory consumption. However, the SE profile consumes fewer resources than MP.

Hiç yorum yok:

Yorum Gönder