- 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.
推薦閱讀
- PWA入門與實(shí)踐
- TensorFlow Lite移動(dòng)端深度學(xué)習(xí)
- VMware vSphere 6.7虛擬化架構(gòu)實(shí)戰(zhàn)指南
- UML+OOPC嵌入式C語(yǔ)言開發(fā)精講
- Learning Laravel 4 Application Development
- iOS應(yīng)用逆向工程(第2版)
- HDInsight Essentials(Second Edition)
- 劍指Java:核心原理與應(yīng)用實(shí)踐
- Advanced Express Web Application Development
- Spring Boot實(shí)戰(zhàn)
- JSP程序設(shè)計(jì)實(shí)例教程(第2版)
- Hands-On Kubernetes on Windows
- Python開發(fā)基礎(chǔ)
- 從零學(xué)Java設(shè)計(jì)模式
- C語(yǔ)言從入門到精通