mirror of
https://github.com/jlengrand/helidon.git
synced 2026-03-10 08:21:17 +00:00
@@ -31,13 +31,10 @@ creating issues, or submitting pull requests.
|
||||
|
||||
Have a question?
|
||||
|
||||
* Ask them in the #helidon-users channel at https://join.slack.com/t/helidon/shared_invite/enQtNDM1NjU3MjkyNDg2LWNiNGIzOGFhZDdjNzAyM2Y2MzlmMDI4NWY4YjE1OWQ2OTdkYTZkN2FlNDcxNmUyZmZmMTZhZmZhNWI2ZTI1NGI[https://helidon.slack.com]
|
||||
* Ask them in in Slack at http://slack.helidon.io[#helidon-user]
|
||||
* Or on https://stackoverflow.com/questions/tagged/helidon[Stack Overflow] using the `helidon` tag
|
||||
* Read the https://github.com/oracle/helidon/wiki/FAQ[Helidon FAQ]
|
||||
|
||||
**Note**: If the Slack invitation link above does not work, then please try
|
||||
the link near the bottom of our https://github.com/oracle/helidon/blob/master/README.md[GitHub README]
|
||||
|
||||
== Code and Issues
|
||||
|
||||
* Helidon source is hosted on https://github.com/oracle/helidon[GitHub].
|
||||
|
||||
@@ -124,7 +124,7 @@ both on your desktop and as part of a Docker image.
|
||||
--
|
||||
|
||||
[CARD]
|
||||
.Custom Runtime Images using `jlink`
|
||||
.Custom Runtime Images using jlink
|
||||
[link=mp/guides/37_jlink_image.adoc]
|
||||
--
|
||||
Learn how to build a custom runtime Java image for your Helidon application
|
||||
|
||||
@@ -66,7 +66,7 @@ Helidon has added additional APIs to the core set of Microprofile APIs giving yo
|
||||
|
||||
|
||||
|JSON-P and JSON-B
|
||||
| Helidon supports both JSON processing (JSON P) and JSON building (JSON B) APIs.
|
||||
| Helidon supports both JSON processing (JSON-P) and JSON binding (JSON-B) APIs.
|
||||
|
||||
|
||||
|Metrics
|
||||
|
||||
@@ -94,7 +94,7 @@ on your desktop and as part of a Docker image.
|
||||
--
|
||||
|
||||
[CARD]
|
||||
.Custom Runtime Images using `jlink`
|
||||
.Custom Runtime Images using jlink
|
||||
[link=mp/guides/37_jlink_image.adoc]
|
||||
--
|
||||
Learn how to build a custom runtime Java image for your Helidon application both
|
||||
|
||||
@@ -88,7 +88,7 @@ number of additional Helidon features:
|
||||
| Helidon runs on top of Netty so there is no need for an application server. It is not derived from a Java EE application server. That means your cloud native application is compact and efficient without unnecessary overhead or bloat.
|
||||
|
||||
|JSON-P and JSON-B
|
||||
| Helidon supports both JSON processing (JSON P) and JSON building (JSON B) APIs.
|
||||
| Helidon supports both JSON processing (JSON-P) and JSON binding (JSON-B) APIs.
|
||||
|=======
|
||||
|
||||
== Next Steps
|
||||
|
||||
Reference in New Issue
Block a user