- Java EE 8 and Angular
- Prashant Padmanabhan
- 176字
- 2021-07-02 19:22:41
Java EE already has support
Java EE already ships with various specifications that are part of its standards. MicroProfile is a specification, which groups together a subset of the existing APIs from Java EE and adds new ones that are focused towards microservices. The idea of a profile isn't new; since Java EE 6, there was a web profile defined which contained a subset of specifications that made it lighter than a full Java EE system. MicroProfile can be considered to be even smaller than the web profile. This is possible due to the modular design of Java EE.
The latest 1.1 MicroProfile specification contains support for:
- JAX-RS 2.0: To publish RESTful web services, as the standard API for building microservices
- CDI 1.1: The programming model for building microservices
- JSON-P 1.0: To enable working with the JSON format
- Config 1.0: Allows for the modification of application configurations from outside the application without needing the application to be repackaged
Payara is also part of the specification, and thus supports all APIs defined by the specification of MicroProfile.
推薦閱讀
- Web Scraping with Python
- Java EE框架整合開發入門到實戰:Spring+Spring MVC+MyBatis(微課版)
- Mastering Python Scripting for System Administrators
- 云原生Spring實戰
- Python高級編程
- Designing Hyper-V Solutions
- Mastering macOS Programming
- 正則表達式經典實例(第2版)
- 快人一步:系統性能提高之道
- 全棧自動化測試實戰:基于TestNG、HttpClient、Selenium和Appium
- Java零基礎實戰
- Unity&VR游戲美術設計實戰
- 代替VBA!用Python輕松實現Excel編程
- 計算機應用基礎項目化教程
- 會當凌絕頂:Java開發修行實錄