- 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.
推薦閱讀
- LabVIEW 2018 虛擬儀器程序設計
- Beginning C++ Game Programming
- TensorFlow Lite移動端深度學習
- Maven Build Customization
- Flink SQL與DataStream入門、進階與實戰
- Python Geospatial Development(Second Edition)
- Elasticsearch Server(Third Edition)
- Windows Embedded CE 6.0程序設計實戰
- Mastering Python Design Patterns
- Android嵌入式系統程序開發:基于Cortex-A8(第2版)
- Hands-On Dependency Injection in Go
- HTML5與CSS3權威指南
- SQL Server on Linux
- 大話代碼架構:項目實戰版
- Visual FoxPro程序設計習題及實驗指導