--
You received this message because you are subscribed to the Google Groups "vert.x" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vertx+un...@googlegroups.com.
Visit this group at https://groups.google.com/group/vertx.
To view this discussion on the web, visit https://groups.google.com/d/msgid/vertx/de6e37c0-0fa3-48f3-a82c-df9c194bf6a2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
On 17 Jun 2017, at 10:18, 'Gadi Eichhorn' via vert.x <ve...@googlegroups.com> wrote:Thanks Clement,Is this reloading code and deploying verticles as they change?
How do I set it to work as part of development process?
To view this discussion on the web, visit https://groups.google.com/d/msgid/vertx/474a28c6-a882-4d3f-80d4-7e4e5bfe9ab8%40googlegroups.com.
On 17 Jun 2017, at 16:08, 'Gadi Eichhorn' via vert.x <ve...@googlegroups.com> wrote:Thanks,Can a running Vertx discover changes to Artifacts and redeploy them?Can the services module -> http://vertx.io/docs/#services be used in a similar way (factory)? I was thinking of another workflow were you have the launcher watching your artifacts and loading services as they are refreshed/built?Gradle can watch your src for test and build. this can be useful if all you need is to deploy a new verticle and not the full app. gradle doc -> https://docs.gradle.org/current/userguide/continuous_build.htmlKind of similar to how EE works, reloading WAR as you deploy them to a folder.so my idea is to watch a folder and discover any changes to jars, then un-deploy the matching jar and redeploy the new one.if the manifest has the right verticle class listed you can use the vertx.deploy(verticle) call, sounds like a custom service factory.any tips before I continue?
To view this discussion on the web, visit https://groups.google.com/d/msgid/vertx/d667fc17-0f03-44e9-94b5-ec8f027e077d%40googlegroups.com.