This is a collaborative cookbook effort that aims to gather a set of how-to about Vert.x and its ecosystem.
> mvn package
- Asciidoc sources: these contain references to the Java code
- Java code: the various code examples included in the Asciidoc sources
The book uses the Vert.x Docgen project to render Java code
in the Asciidoc files, allowing real source code to be included in the project with Javadoc {@link}
tags.
I welcome anyone wanting to contribute an how-to to this cookbook. There is no predefined list of chapters, anyone is free to contribute content, given that it provides solutions about Vert.x that can be shared freely with the community.
Contributions are made via pull requests.