- 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.
- Flink SQL與DataStream入門、進階與實戰
- OpenStack Cloud Computing Cookbook(Fourth Edition)
- 數據結構(C語言)
- Linux操作系統基礎案例教程
- Learn React with TypeScript 3
- Linux C編程:一站式學習
- 從程序員角度學習數據庫技術(藍橋杯軟件大賽培訓教材-Java方向)
- Learning Unreal Engine Game Development
- React and React Native
- Java EE 程序設計
- Visual C++ 開發從入門到精通
- Java與Android移動應用開發:技術、方法與實踐
- Visual FoxPro程序設計
- Learning ClojureScript
- React.js 16從入門到實戰