back to all blogsSee all blog posts

MicroProfile – The Natural Evolution for Microservices Development

image of author
Kevin Sutter on Nov 5, 2018
Post available in languages:

With the introduction of the “Eclipse MicroProfile: Accelerating Cloud-Native Application Development with Java Microservices” eBook, the Eclipse Foundation clearly explains how MicroProfile is the natural Java framework for microservices development. Enterprise Java developers don’t have to “start over” just because they are moving to the newer microservices architecture. They can build upon the knowledge and experience they have honed over the years with Java SE and EE.

But, how does one get started with MicroProfile? Open Liberty has been one of the leading open-source implementations of the MicroProfile platform. Ever since the first MicroProfile 1.0 release in 2016, Open Liberty has provided a fully-compatible, production-ready implementation soon after the community completes the respective specifications. This quick delivery cadence by Open Liberty allows you to experiment with new MicroProfile APIs almost as soon as they are defined. The latest Open Liberty deliverable supports both MicroProfile 1.4 (based on Java EE 7) and 2.0 (based on Java EE 8).

Whether you are interested in just one MicroProfile technology or several, the Open Liberty Guides provide an excellent place to start. Searching on a specific topic (ie. "Config" or "Fault Tolerance") or the full platform (ie. "MicroProfile") will provide a list of available Guides that will quickly get you up-to-speed on the respective technology. The Guides are provided in either an interactive or “static” mode. The interactive guides are web-based live code examples with no dependencies on a development environment. The static guides are more “real” in the developer sense that you will use git, maven, and an editor to learn the technology. You can use whichever approach is most comfortable.

I encourage you to learn about the advantages of MicroProfile as you move towards the microservices programming model. And, I also encourage you to check out Open Liberty — a leading MicroProfile implementation.