macdi / javaee-azure

Java EE on Azure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Java EE on Azure

This repository shows the key ways of deploying a Java EE application to Azure. The repository hosts the demos for this talk.

The basic Java EE application used throughout is in the javaee folder.

Azure pathways for Java EE applications include:

  • Deploying a Java EE application on Azure using IaaS. The iaas folder shows how this is done.
  • Deploying a Java EE application on Azure using PaaS. The paas folder shows how this is done.
  • Deploying a Java EE application on Azure using Docker. The docker folder shows how this is done.
  • Deploying a Java EE application on Azure using Docker and Kubernetes. The kubernetes folder shows how this is done.

The demos use Java EE 8, WildFly and PostgreSQL.

About

Java EE on Azure

License:MIT License


Languages

Language:Java 67.4%Language:HTML 25.5%Language:Shell 4.1%Language:Dockerfile 3.0%