The Oracle JDeveloper plugin executes deployment profiles using the ojdeploy command to compile/build Application or Project artifacts. For example, you can build
EAR or WAR files for deployment to an Application Server
ADF Library JAR files for use with JDeveloper applications as dependencies.
MAR files for ADF customizations.
You need to install a specific version of JDeveloper with the necessary extensions (available from Help - Check for Updates... menu) on endpoint(s) where this plugin would execute.
Tip |
---|
Additional Hardware RequirementYou can choose a separate Virtual Machine with just JDeveloper installed on it for this build operation. Build operation can be CPU intensive, hence it is recommended to use separate low-cost hardware. In general, 2 CPU, 8 GB RAM, 100 GB Disk space should be sufficient, but customers need to evaluate this based on number of builds that will be performed in parallel as well as how many versions of JDeveloper are managed. |
You should checkout or export code for entire JDeveloper application from SCM prior to running this operation. Checkout or Export can be easily done if you configure project with Source details.
It is good practice to create FlexDeploy project with name that matches JDeveloper application name.
Supported Versions
11.1.1.3+
12c
Key Features
Build Java Enterprise Archive (EAR), Web Archive (WAR) and Metadata Archive (MAR) files for JDeveloper applications.
Build Java archive (JAR) files for JDeveloper project(s).
Build ADF Library JAR files for JDeveloper project(s).
Executes against source exported from an SCM (e.g. SVN or Git Plugin).
Plugin Operations
Child pages (Children Display) | |
---|---|
|
...
|
Appendix
Excerpt |
---|
|
...
JDeveloper through Docker (Coming with FlexDeploy 5.0)
In addition to the traditional JDeveloper plugin, we also offer a Docker image capable of building projects and applications through JDeveloper.
How to get it
Registry: docker.io
Image: flexdeploy/plugin-jdeveloper
How to use it
Drag a 'dockerRunContainer' operation into your workflow and configure the 'Entrypoint Commands' input according to the following:
Parameters:
...
|
...
Example:
"buildProject,-w,/var/volumes/tmp/workspace.jws,-n,testProject,-p,profile1"
In the workflow above I have the entrypoint commands hard-coded for readability sake.
...