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
- Host: GitHub
- URL: https://github.com/abhirockzz/javaee-on-azure-caas
- Owner: abhirockzz
- Created: 2019-12-05T14:19:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-05T00:03:04.000Z (about 5 years ago)
- Last Synced: 2025-04-07T13:44:58.911Z (12 months ago)
- Topics: azure, docker, javaee
- Language: Java
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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