About this tutorial

This website offers a nice way to learn how to use microservices in combination with event bus systems. To move forward you need to know at least about:

  • Java (basics): since our examples are written in Java you should have basic knowledge about its syntax.
  • Netbeans IDE: our initial demo and code is provided as a Netbeans project. Download it first!

By following this tutorial, you will gain knowledge:

  • You learn what microservices are and how to write applications based on microservices.
  • You learn what event bus systems are as well as their advantages and drawbacks
  • You learn how to use event bus systems to improve microservice usage.

Helpful hints

In this tutorial we make use of hints to point out important facts or things you should avoid.

This is a sample information for you.
You should not do this at all.
"This is a citation. Be wise and code."

Get started

Hey you! Good informed? Let's get started here!