This repository has been archived by the owner on May 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added module with runtime-specific info
- Loading branch information
Stefan Sitani
authored and
Zach Rhoads
committed
Nov 3, 2017
1 parent
db27e3e
commit 8074a38
Showing
2 changed files
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
= {Vertx} Runtime Information | ||
|
||
.Certified {Vertx} Version | ||
|
||
{Vertx} version `3.42-3` is certified to run on OpenShift. | ||
Supported {Vertx} runtime components are provided as part of a Red Hat subscription and can be downloaded from the link:https://maven.repository.redhat.com/ga/[Red Hat Middleware JBoss General Availability Maven Repository]. | ||
|
||
.Installing {Vertx} | ||
|
||
To start using {Vertx} to develop your applications, you must download the BOM file containing the certified runtime components available from the link:https://maven.repository.redhat.com/ga/[Red Hat Middleware JBoss General Availability Maven Repository]. | ||
|
||
.Configuring {Vertx} | ||
|
||
To configure your application to use {Vertx}: | ||
|
||
. Reference the required artifacts in the dependency file of your application. | ||
. Reference `Vertx-maven-plugin` as a dependency for your application. | ||
|
||
For more information on packaging your {Vertx} application, see the link:https://vmp.fabric8.io/[Vert.x Maven plugin] documentation. | ||
|
||
.Developing Applications with {Vertx} | ||
|
||
For a quick introduction to developing with {Vertx}, see the sections on link:http://vertx.io/blog/posts/introduction-to-vertx.html[developing and testing] and link:http://Vertx.io/blog/vert-x-application-configuration/[configuring your first Vert.x application]. | ||
For more information on setting up integration tests for your application, see the section on link:http://vertx.io/blog/unit-and-integration-tests/[unit and integration testing with {Vertx}]. | ||
When developing a REST API for your application, follow the section link:http://vertx.io/blog/some-rest-with-vert-x/[developing a REST API with {Vertx}]. | ||
To add persistent storage to your {Vertx} application, see the tutorial on on link:http://vertx.io/blog/using-the-asynchronous-sql-client/[using the asynchronous JDBC client] and link:http://Vertx.io/blog/combine-vert-x-and-mongo-to-build-a-giant/[MongoDB client]. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters