For customers that trust enterprise Java to run their production workloads, Eclipse MicroProfile provides customers an open source community-driven vendor-neutral specification for enterprise Java microservices. Eclipse MicroProfile enables them to better fulfill the needs of the business via improved agility and scalability, faster time-to-market, higher development productivity, easier debugging and maintenance, and continuous integration and continuous deployment.
In general, according to Martin Fowler, a respected software developer, author, and speaker, microservices provide the following benefits:
-
Strong Module Boundaries: microservices reinforce modular structure, which is particularly important for larger teams.
-
Independent Deployment: simple services are easier to deploy, and since they are autonomous, are less likely to cause system failures when things go wrong.
-
Technology Diversity: with microservices you can mix multiple languages, development frameworks and data-storage technologies.
In addition to the general benefits of microservices, Eclipse MicroProfile particularly provides:
-
the benefits of community collaboration. Eclipse MicroProfile is an open source project run by the community. No single vendor controls or determines the evolution and maturation of the specification.
-
freedom of choice of implementation. Many vendors have implemented Eclipse MicroProfile as part of their software stacks and customers have the option to select whichever implementation is the most appropriate for their environment.
-
faster evolution. Since Eclipse MicroProfile is an innovation project, new and improved functionality is delivered frequently in time-boxed releases. This allows developers and customers to have these at their fingertips and start leveraging updates in their projects sooner rather than later.
-
decades of experience, market-tested and production-proven capabilities in the Java EE APIs that it builds upon, offering maturity to developers.
-
familiarity with enterprise Java. Eclipse MicroProfile builds upon familiar enterprise Java constructs making it easy for enterprise Java developers to adopt.
-
no re-training needed. Your existing enterprise Java developers will find Eclipse MicroProfile to be a natural progression of their expertise. There is little to no learning curve. They will be able to leverage their skills.
-
interoperability across different MicroProfile implementations provides users the freedom to select one or combine many MicroProfile implementations in an application.
-
multiple ways to use the APIs. Eclipse MicroProfile APIs provide easy-to-use interfaces, such as CDI-based, programmatic, command-line, and file-based (configuration-based).
-
a thorough set of artifacts for each API, including a Test Compatibility Kit (TCK), Javadoc, PDF document for download, API Maven artifact coordinates, Git tags, and downloads (specification and source code).
-
other benefits that are particular to each API, which are discussed in each Eclipse MicroProfile sub-project section throughout the eBook.