This is the 7th and the final episode in the Youtube series about building applications with Eclipse Vert.x 4.x and Hibernate Reactive. In this chapter we will review how to assemble components, that we have developed in previous chapters and to run them as an application. We will start from the most basic implementation of the main() method. The next step is to follow the design pattern of application verticles and to allocate deployment code into a separate component (application verticle).
00:00 - Start
00:04 - Introduction
01:22 - Running the Vertx application using the main() method
08:04 - Testing the main() method implementation
14:34 - How Vertx applications are deployed
19:24 - Application verticle design pattern
20:40 - Implementation of an app verticle
31:07 - Testing the app verticle implementation
38:11 - Thanks for watching
Principles of Vert.x (2nd edition) book: https://leanpub.com/principlesofvertx2
Source code for this tutorial: https://github.com/realyurimednikov/vertx-hibernate
#java #vertx #cloudcomputing #hibernate #softwarearchitecture #javaprogramming #javadeveloper #technology #eclipse #cloud #javatutorial #coding
Download
0 formats
No download links available.
Running apps with Hibernate Reactive and Eclipse Vertx 4.x. Application verticles pattern | NatokHD