Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Vert.x 3.5 Java API's Fast and Simple
Rating: 3.9 out of 5(196 ratings)
2,163 students

Vert.x 3.5 Java API's Fast and Simple

Micro Services with Vert.x, Java, Maven and MongoDB RESTful API's
Created byTom Jay
Last updated 5/2018
English

What you'll learn

  • Write simple REST API's using Vert.x 3.5 in Java with Database Connection to MongoDB

Course content

6 sections19 lectures5h 13m total length
  • Introduction6:38

    Explore vert.x 3.5 Java API for fast, event-driven, nonblocking microservices using Java 1.8; learn verticles, single run loop, MongoDB, REST HTTP methods (GET, POST, PUT, DELETE) and Postman testing.

  • Java 1.83:06

    Learn Java 8 (Java 1.8) and the JDK, download and install the JDK, verify the version, and use lambdas to simplify listener code in Vert.x.

  • What is Vert.x8:05

    Explore vert.x, a fast, modular reactive toolkit for the JVM, enabling polyglot programming, non-blocking run loops, and an event bus built on hazel cast for scalable API development.

  • Eclipse IDE1:42

    Download and install eclipse oxygen for java from eclipse.org, selecting the 64-bit mac package. Prepare to use Mavin to manage dependencies for Vert.x projects in the next lecture.

  • About Maven7:56
  • Why MongoDB13:17

Requirements

  • Be able to write simple Java on PC or Mac with an IDE

Description

Learn about the next generation of Micro Services.

Learn about Reactive programming in Java using Vert.x 3.5 and how to create projects using Maven to include a complete RESTful API connected to MongoDB.

Learn about Clustered Deployment for Micro Services across multiple JVM's and Machines.

Learn about Modern software development using a new highly scale-able library that providers the next generation of API integration.

Long gone are the days of using Java/J2EE with Tomcat on multiple servers so fight thread capacity issues, using this Next Generation technology backed by some of the largest technology companies you will be well on your way to creating True Event Driven / Non-Blocking software in a modular way.

Great for any application but significantly positioned for IoT and massive amounts of Data for AI / Deep Learning systems.

Who this course is for:

  • Beginner Java developers or anyone who wants to understand how to create an API with Vert.x with Java