-
Notifications
You must be signed in to change notification settings - Fork 569
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Helidon MP 2.0 Intro #1653
Helidon MP 2.0 Intro #1653
Conversation
This is a new topic to head up the new MP section of the doc. In 2.0 the docs were split into MP and SE. |
Doc updates 1628 intro hmp
This PR is for the MP introduction and the getting started located in mp/introduction. @m0mus |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
||
Helidon MP is an implementation of the | ||
Helidon MP {helidon-version} is an implementation of the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It doesn't make sense adding a version number here. It's about Helidon MP in general.
|
||
For comparison, the high-level differences between Helidon MP and Helidon SE are described below. | ||
|
||
[width="100%",options="header"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The table is too long. It looks like word wrapping is not supported when we render a table. Try adding soft line breaks or maybe Daniel will be able to fix it in the renderer itself.
* MicroProfile JWT Authentication | ||
* MicroProfile Metrics | ||
* MicroProfile OpenAPI | ||
* MicroProfile OpenTracing | ||
* MicroProfile Rest Client | ||
|
||
For more information see <<guides/01_overview.adoc,guides>>. | ||
For more information about the Helidon MicroProfile APIs see https://github.com/oracle/helidon/wiki/Supported-APIs[the Helidon API Wiki page]. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does it make sense moving it from the wiki to the docs?
=== MicroProfile Reactive Messaging and Reactive Streams Operators | ||
Asynchronous messaging is a commonly used form of communication in the world of microservices and the Reactive Messaging for MicroProfile specification is a logical response to formalizing the ways we connect things together. And the best way to communicate asychronously is through Reactive Streams. With the release of the MicroProfile Reactive Streams Operators specification we can now formalize manipulation with reactive streams. Reactive messaging heavily depends on standardized operators so together they provide great portability between existing implementations. | ||
|
||
<<link to MP Messaging/Streams topic>> | ||
|
||
== Try it now | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dead link.
No description provided.