Objective
You have a given ADF application that was developed in JDeveloper and the source code is managed in a GIT repository. The goal of the tutorial is to automate the deployment of the application across multiple environments. This automation will include:
- cloning the ADF application code from a GIT repository
- compiling and packaging the application into an EAR file
- deploying the EAR file to multiple environments
We will walk through each of the FlexDeploy features that will be created/configured to accomplish this goal and have the composite deployed in a very short amount of time.
The tutorial does not cover every feature or configuration option available in FlexDeploy.
A Docker image with preconfigured FlexDeploy instance for this tutorial is available here.