MicroProfile
From APIDesign
(Difference between revisions)
Line 1: | Line 1: | ||
- | [ | + | [https://projects.eclipse.org/projects/technology.microprofile Eclipse MicroProfile ] is a set of formerly [[JavaEE]] specifications (like [[CDI]]) packaged into new "profile". Ideally this would be a new version of [[JavaEE]] - a [[MicroProfile]] edition, but it somehow didn't work out. |
There are various implementations of the specification. The most important from my perspective is [[Helidon]]. | There are various implementations of the specification. The most important from my perspective is [[Helidon]]. |
Revision as of 14:44, 29 June 2020
Eclipse MicroProfile is a set of formerly JavaEE specifications (like CDI) packaged into new "profile". Ideally this would be a new version of JavaEE - a MicroProfile edition, but it somehow didn't work out.
There are various implementations of the specification. The most important from my perspective is Helidon.