- Java EE 8 and Angular
- Prashant Padmanabhan
- 178字
- 2021-07-02 19:22:41
MicroProfile
The MicroProfile project is an initiative to optimise Java EE for microservices. It was launched around mid 2016, as a collaborative effort between Java application server vendors and the enterprise Java community, with the intent of enabling fast innovation. Despite being a relatively new specification, there's already a large number of members participating in the project.
MicroProfile isn't limited to picking APIs from the Java EE specifications. It may also include third party libraries and APIs, which the community may need for building microservices. Since developers have great knowledge around the Java EE platform, they can leverage their existing skills and API knowledge for building microservices. The MicroProfile is a baseline standard, which defines APIs and their minimum version that all vendors must support. This makes the code portable across multiple MicroProfile runtimes, similar to standard Java EE portability.
The http://microprofile.io website has presentations and code samples that can help developers to get started. A reference application called Conference Application has been created for demonstrating MicroProfile capabilities, that can be run on the participating vendor provided servers.
- Reactive Programming with Swift
- DevOps入門與實(shí)踐
- Java程序設(shè)計(jì)與計(jì)算思維
- R語言數(shù)據(jù)可視化實(shí)戰(zhàn)
- Web程序設(shè)計(jì)(第二版)
- SAP BusinessObjects Dashboards 4.1 Cookbook
- Visual C#通用范例開發(fā)金典
- NGINX Cookbook
- Django 3.0入門與實(shí)踐
- Extending Unity with Editor Scripting
- IBM Cognos TM1 Developer's Certification guide
- Machine Learning for OpenCV
- Mastering Android Studio 3
- 嵌入式Linux C語言程序設(shè)計(jì)基礎(chǔ)教程
- Arduino機(jī)器人系統(tǒng)設(shè)計(jì)及開發(fā)