-
An enterprise Java microservice has the following features:
- It is written using the Java language.
- It can use any Java framework.
- It can use any Java APIs.
- It must be enterprise-grade: reliable, available, scalable, secure, robust, and performant.
- It must fulfill the characteristics of microservice architectures as listed at https://martinfowler.com/microservices/, which are as follows:
- Componentization via services
- Organized around business capabilities
- Products not projects
- Smart endpoints and dumb pipes
- Decentralized governance
- Decentralized data management
- Infrastructure automation
- Design for failure
- Evolutionary design
- The terms digital economy and digital transformation describe the convergence of four different forces that are changing the needs of businesses: mobile, cloud, IoT, and open source.
- Businesses need to adapt to the new demands of the digital...

Hands-On Enterprise Java Microservices with Eclipse MicroProfile
By :

Hands-On Enterprise Java Microservices with Eclipse MicroProfile
By:
Overview of this book
Eclipse MicroProfile has gained momentum in the industry as a multi-vendor, interoperable, community-driven specification. It is a major disruptor that allows organizations with large investments in enterprise Java to move to microservices without spending a lot on retraining their workforce.
This book is based on MicroProfile 2.2, however, it will guide you in running your applications in MicroProfile 3.0. You'll start by understanding why microservices are important in the digital economy and how MicroProfile addresses the need for enterprise Java microservices. You'll learn about the subprojects that make up a MicroProfile, its value proposition to organizations and developers, and its processes and governance. As you advance, the book takes you through the capabilities and code examples of MicroProfile’s subprojects - Config, Fault Tolerance, Health Check, JWT Propagation, Metrics, and OpenTracing. Finally, you’ll be guided in developing a conference application using Eclipse MicroProfile, and explore possible scenarios of what’s next in MicroProfile with Jakarta EE.
By the end of this book, you'll have gained a clear understanding of Eclipse MicroProfile and its role in enterprise Java microservices.
Table of Contents (18 chapters)
Preface
Section 1: MicroProfile in the Digital Economy
Introduction to Eclipse MicroProfile
Governance and Contributions
Section 2: MicroProfile's Current Capabilities
MicroProfile Config and Fault Tolerance
MicroProfile Health Check and JWT Propagation
MicroProfile Metrics and OpenTracing
MicroProfile OpenAPI and Type-Safe REST Client
Section 3: MicroProfile Implementations and Roadmap
MicroProfile Implementations, Quarkus, and Interoperability via the Conference Application
Section 4: A Working MicroProfile Example
A Working Eclipse MicroProfile Code Sample
Section 5: A Peek into the Future
Reactive Programming and Future Developments
Using MicroProfile in Multi-Cloud Environments
Assessments
Other Books You May Enjoy
How would like to rate this book
Customer Reviews