An open API service indexing awesome lists of open source software.

https://github.com/abhirockzz/javaee-on-azure-caas

Description Deploy Java EE application using IaaS and PaaS components on Azure
https://github.com/abhirockzz/javaee-on-azure-caas

azure docker javaee

Last synced: 9 months ago
JSON representation

Description Deploy Java EE application using IaaS and PaaS components on Azure

Awesome Lists containing this project

README

          

## JavaEE on Azure

We will run the Java EE app as a Docker container on [Azure Container Instances](https://azure.microsoft.com/en-us/services/container-instances/?WT.mc_id=medium-blog-abhishgu). The example used in this blog is a simple three-tier application that uses Java EE 8 specifications such as JAX-RS, EJB, CDI, JPA, JSF, Bean Validation. We will use the Payara Server to deploy the application and use PostgreSQL as the relational database