- 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.
推薦閱讀
- Angular UI Development with PrimeNG
- Mastering Objectoriented Python
- Mastering SVG
- 算法基礎:打開程序設計之門
- HTML5 Mobile Development Cookbook
- PyTorch自然語言處理入門與實戰
- GitLab Repository Management
- HTML5+CSS3+JavaScript Web開發案例教程(在線實訓版)
- Python數據可視化之Matplotlib與Pyecharts實戰
- Python算法指南:程序員經典算法分析與實現
- Java編程從入門到精通
- QGIS 2 Cookbook
- Android移動應用開發項目教程
- Modular Programming with JavaScript
- SCRATCH編程課:我的游戲我做主