Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

At the completion of this section, you will:

...

Projects are viewed through the project explorer by selecting Projects from the menu.

The left pane is a project explorer and provides the ability to create folders, applications and projects.  Folders are used for organization structure and there is no limit to the number of folders created.  An application is a special folder and there is only one allowed at the lowest level of the folder structure.  Projects can only be created under an application. It is a best practice to name Application with same name as name of JDeveloper application.  Right clicking on a folder or an application will provide a menu for creation.

In this tutorial, we will create an Application called "HumanResources". Under the app, we will create a project called "HRWLSConfigurations". Since this project will be deploying the resources for a different application to use, there would normally be another project under the HumanResources application that deploys a WebLogic application SOA composite that uses these datasources. The application deployment is covered in a different tutorial.

...

The SCM Configuration script entry fields (Branch Name, Tag Name, Sparse Checkout Folders and Checkout Folder) are Groovy script enabled to provide increased flexibility.  The double quotes on the Sparse Checkout Folders Script indicate a literal to the Groovy script and will not be replaced.  The drop down to the right of the entry field provides the available variables that can be utilized in the Groovy script, which will be replaced with actual values on execution. 

The project is ready to be built and deployed.  Each application project will be configured in the same manner, showing the re-usability of the components that were created in previous sections.

...