- Java EE 8 and Angular
- Prashant Padmanabhan
- 113字
- 2021-07-02 19:22:40
Examples using Payara Micro
Payara Micro offers a new way to run Java EE or microservice applications. It is based on the Web profile of Glassfish and bundles few additional APIs. The distribution is designed keeping modern containerized environments in mind. Payara Micro is available to download as a standalone executable JAR, as well as a Docker image. It's an open source MicroProfile compatible runtime.
Here’s a list of APIs that are supported in Payara Micro:
- Servlets, JSTL, EL, and JSPs
- WebSockets
- JSF
- JAX-RS
- EJB lite
- JTA
- JPA
- Bean Validation
- CDI
- Interceptors
- JBatch
- Concurrency
- JCache
We will be exploring how to build our services using Payara Micro in the next section.
推薦閱讀
- Visual C++實例精通
- 算法精粹:經典計算機科學問題的Python實現
- Python自然語言處理(微課版)
- HTML5 and CSS3 Transition,Transformation,and Animation
- Getting Started with React Native
- Machine Learning for Developers
- Python面試通關寶典
- LabVIEW入門與實戰開發100例(第4版)
- Java程序設計
- HTML5 Boilerplate Web Development
- Visual FoxPro程序設計(第二版)
- 計算機邏輯設計
- SQL進階教程
- C++從入門到精通(第4版)
- C/C++實踐進階之道:寫給程序員看的編程書