vertx-maven-service-factory
Verticle loader
A library that enables dynamic loading of Java verticles from Maven repositories at runtime.
Verticle factory for resolving verticles from Maven at run-time
12 stars
23 watching
12 forks
Language: Java
last commit: about 1 month ago
Linked from 1 awesome list
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 |
reactiverse/vertx-maven-plugin | A tool for automating build processes and enhancing development workflows for Vert.x applications | 74 |
vert-x3/vertx-stack | A pre-configured Maven pom repository for a comprehensive software stack | 120 |
mellster2012/vertx-nodejs-service-factory | A tool that enables running Node.js modules as verticles inside the Vert.x-x3 framework. | 3 |
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 |
jponge/vertx-boot | A tool for deploying and managing Vert.x verticles from HOCON configuration files | 43 |
amoahcp/spring-vertx-ext | A library that enables developers to create Spring-aware Verticles with their own Spring context | 50 |
vert-x3/vertx-jdbc-client | Provides an asynchronous interface to access data from various databases using JDBC drivers. | 126 |
vert-x3/vertx-lang-js | A JavaScript implementation of a Vert.x language that allows developers to write and deploy web applications using a Java 8-based Nashorn JavaScript engine. | 36 |
vert-x3/vertx-shell | A command-line interface and scripting language for interacting with the Vert.x framework | 38 |
vert-x3/vertx-http-service-factory | A service factory that deploys from HTTP servers and provides features like basic auth, client configuration, proxy support, and signature verification. | 9 |
vert-x3/vertx-redis-client | An asynchronous API to interact with Redis data structures from within an event-driven Java application. | 131 |
vert-x3/vertx-cassandra-client | An extension for interacting with Apache Cassandra using the DataStax Java Driver | 33 |
vert-x3/vertx-mysql-postgresql-client | A client library for interacting with MySQL and PostgreSQL databases using the Vert.x framework | 117 |
juanavelez/vertx-dependent-verticle-deployer | An implementation of a Vert.x verticle that coordinates the deployment of other verticles and their dependents. | 6 |