vertx-dependent-verticle-deployer
Verticle coordinator
An implementation of a Vert.x verticle that coordinates the deployment of other verticles and their dependents.
A Vert.x Verticle intended to deploy verticles and their dependent verticles
6 stars
1 watching
0 forks
Language: Java
last commit: almost 6 years ago
Linked from 1 awesome list
reactivevertx
Related projects:
Repository | Description | Stars |
---|---|---|
vert-x3/vertx-service-factory | An implementation of a service factory that deploys a verticle based on a JSON descriptor file | 21 |
jponge/vertx-boot | A tool for deploying and managing Vert.x verticles from HOCON configuration files | 43 |
juanavelez/vertx-spring-verticle-factory | An implementation of a Vert.x Verticle Factory using Spring where verticles are obtained via a Spring Application Context. | 7 |
juanavelez/vertx-util | A collection of utility methods for working with Vert.x | 2 |
vert-x3/vertx-maven-service-factory | A library that enables dynamic loading of Java verticles from Maven repositories at runtime. | 12 |
amoahcp/spring-vertx-ext | A library that enables developers to create Spring-aware Verticles with their own Spring context | 50 |
vert-x3/vertx-rx | A reactive extensions framework for building composable and event-driven applications with Vert.x | 147 |
imrafaelmerino/vertx-effect | A library that enables functional effects in the Vert.x ecosystem using actor model principles and persistent data structures. | 1 |
mellster2012/vertx-nodejs-service-factory | A tool that enables running Node.js modules as verticles inside the Vert.x-x3 framework. | 3 |
sczyh30/vertx-blueprint-todo-backend | A reactive todo-backend implementation using Vert.x and various persistence | 180 |
ef-labs/vertx-guice | Tools and examples for dependency injection in Vert.x applications using Guice | 59 |
reactiverse/vertx-maven-plugin | A Maven plugin that facilitates the development and packaging of Vert.x applications | 74 |
ef-labs/vertx-hk2 | Provides a way to create Vert.x applications with dependency injection using the HK2 extension | 30 |
vert-x3/vertx-zookeeper | A Java-based cluster manager implementation using Zookeeper to manage a group of connected Vert.x nodes. | 73 |
vert-x3/vertx-jdbc-client | Provides an asynchronous interface to access data from various databases using JDBC drivers. | 126 |