DZone

Jolie is a microservice-oriented language: it provides linguistic primitives (or abstractions) that address the common concerns of microservice design and implementation, in order to make their development more effective.

In this tutorial, we are going to get familiar with the basic aspects of the language, building a simple service that offers an operation for greeting people over HTTP+JSON.  (The version of Jolie used in this article is 1.10.)

Source: DZone