- 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.
- Data Visualization with D3 4.x Cookbook(Second Edition)
- 手把手教你學C語言
- Python時間序列預測
- R Data Science Essentials
- 實戰Java高并發程序設計(第2版)
- C指針原理揭秘:基于底層實現機制
- SEO教程:搜索引擎優化入門與進階(第3版)
- Software Development on the SAP HANA Platform
- Python 3快速入門與實戰
- 從零開始構建深度前饋神經網絡:Python+TensorFlow 2.x
- R語言實戰(第2版)
- 企業級Java現代化:寫給開發者的云原生簡明指南
- 從零開始學算法:基于Python
- 川哥教你Spring Boot 2實戰
- 編寫高質量代碼之Java(套裝共2冊)