Digital Marketing

The MicroProfile project defines a programming model for developing microservice applications in an Enterprise Java environment.

MicroProfile is an Eclipse Foundation led, community driven initiative that is a collection of abstract
specs that form a complete solution to developing cloud native, Java enterprise microservices. The
goal is to create a set of APIs that abstracts you from their implementations so that you can create
highly portable microservices across vendors.
MicroProfile is built on top of Java EE 8 and as such borrows from the Java EE programming model.
The current release is version 3.0 and consists of 12 different specifications.

Comments

Popular posts from this blog

MySQL Sandbox with the Sakila sample database