Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/m-reza-rahman/jakartaee-azure
Java/Jakarta EE on Azure
https://github.com/m-reza-rahman/jakartaee-azure
azure cloud docker jakartaee java javaee jboss-eap kubernetes
Last synced: about 2 months ago
JSON representation
Java/Jakarta EE on Azure
- Host: GitHub
- URL: https://github.com/m-reza-rahman/jakartaee-azure
- Owner: m-reza-rahman
- License: mit
- Created: 2019-03-15T03:23:12.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-17T00:50:09.000Z (about 1 year ago)
- Last Synced: 2023-12-17T21:38:26.439Z (about 1 year ago)
- Topics: azure, cloud, docker, jakartaee, java, javaee, jboss-eap, kubernetes
- Language: Java
- Homepage:
- Size: 3.69 MB
- Stars: 36
- Watchers: 11
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Java/Jakarta EE on Azure
This repository shows the key ways of deploying a Java/Jakarta EE application to Azure. The repository hosts the demos for [this](abstract.md) talk or [this](lab-abstract.md) lab ([here](lab-instructions.md) are the instructions for the lab). [Here](https://www.youtube.com/watch?v=FHCgC64Rdbk) is a video of the talk.The basic Jakarta EE application used throughout is in the [jakartaee](/jakartaee) folder. You should explore the setup in that folder first.
Each of the parts of this repository can be run independently, which means you can go directly to the parts that interest you most. The following is just one logical sequence.
The key Azure pathways for Jakarta EE applications include:
* Deploying a Jakarta EE application on Azure using IaaS. The [iaas](/iaas) folder shows how this is done.
* Deploying a Jakarta EE application on Azure using PaaS. The [paas](/paas) folder shows how this is done.
* Deploying a Jakarta EE application on Azure using Docker. The [docker](/docker) folder shows how this is done.
* Deploying a Jakarta EE application on Azure using Docker and Kubernetes. The [kubernetes](/kubernetes) folder shows how this is done.The demos use Jakarta EE 8, WildFly/JBoss EAP and PostgreSQL.
## To Do
* Explore WildFly Operator