Sunday, March 31, 2019

How to Use Recent MicroProfile and JDK Features to Scale Your Apps in the Cloud

Introduction

Managing a potentially unlimited number of autonomous, loosely coupled and frequently updated microservices on top of a flexible cloud infrastructure creates new challenges for developers. This article outlines features of recent JDK and MicroProfile updates for reliably deploying and scaling cloud applications while continuously integrating network and service updates. We’ll also cover tips for enabling documentation, authentication, and managing decoupled application dependencies, resources, and configuration.

Adding Notable JDK Updates to Your Microservices

The latest JDK release has an interesting collection of new features that can help with building microservice-based applications.  JDK 11 has been generally available since September 2018 and is the first Long-Term-Support version after Java 8.  As always, the features and schedule of the latest JDKs are managed via the JDK Enhancement Proposal (JEP) Process.  I’ve included the JEP release numbers and links as a handy reference to the full details of each new feature.



from DZone.com Feed https://ift.tt/2uFvZLu

No comments:

Post a Comment