diff --git a/documentation/staging/1.2/content/navigate/model.md b/documentation/staging/1.2/content/navigate/model.md index edfbf1466..6d800f93d 100644 --- a/documentation/staging/1.2/content/navigate/model.md +++ b/documentation/staging/1.2/content/navigate/model.md @@ -31,9 +31,23 @@ and [Archive File](https://oracle.github.io/weblogic-deploy-tooling/concepts/arc Tooling documentation. ### Design View -In the current release, the `Design View` is empty. Our intention is to eventually provide a WebLogic -console-like set of pages that will make it easier to create or edit a model using an interface more familiar to -WebLogic administrators and developers. +The `Design View` is provided through integration with the [WebLogic Remote Console](https://github.com/oracle/weblogic-remote-console/releases). +For version details, see [Prerequisites]({{< relref "/setup/prerequisites.md" >}}). Upon first access, provide the location of the +Remote Console installation directory, then click **Start WebLogic Remote Console**. + +Use the Model `Design View` pages to create or edit your WDT model files. For reference, see +[WDT Model Files](https://oracle.github.io/weblogic-remote-console/userguide/providers/wdt-model/) in the Remote Console documentation. +In addition, use the Help (?) icon to the left of each field to access summary and detailed help for the field. Or, +click the ? icon in the top right of the content pane to toggle the view of the reference information for all of the fields displayed on the page. + +The WDT model files that you configure will be reflected in the `Code View`. Using the Model `Design View` pages, if you select the "circle/arrow" +icon beside a field, a dialog appears with the option of setting the field to a variable. +The variable will show up in both the model and the variables editor on the `Code View` page. Likewise, when adding an application, you supply the path to the EAR, +WAR, or JAR file (or directory); that path will be put in the archive editor on the `Code View` page. + +Note that if you create a new model using the `Design View` pages, the `Design View` will insert the `AdminUserName` and `AdminPassword` fields +into the `domainInfo` section of the model with their values set to variables whose values you will need to provide. +This is intended to help you create a domain with all of the required fields. ### Code View Using an IDE-like layout, the `Code View` provides editor panes for editing the model, variables, and archive files, diff --git a/documentation/staging/1.2/content/setup/prerequisites.md b/documentation/staging/1.2/content/setup/prerequisites.md index 03f3d3eb1..ddcf3bfa5 100644 --- a/documentation/staging/1.2/content/setup/prerequisites.md +++ b/documentation/staging/1.2/content/setup/prerequisites.md @@ -18,6 +18,7 @@ These include: 12.2.1.3.0 or later; it is a best practice to install the latest Patch Set Updates (PSUs) and other recommended patches. The application uses WebLogic Server to gain access to the WebLogic Server Scripting Tool (WLST) and other related artifacts to use as a client. +- WebLogic Remote Console version 2.3.0 or later. Provides user interface for creating WDT models in Model View. - `docker` (or `podman`) - Required to create images locally and interact with image registries. - `kubectl` - Required to interact with your Kubernetes cluster. Install a version that is compatible with your Kubernetes cluster version. For more information, see the Kubernetes `Client Configuration` page in the UI. @@ -29,6 +30,7 @@ These include: - `openssl` - Used to generate an X.509 TLS certificate for ingress routes, should you ask the application to generate one for you. + {{% notice note %}} The WKT UI application is built using the Electron framework and as such, we support only the platforms and versions supported by [Electron](https://www.electronjs.org/docs/latest/tutorial/support#supported-platforms). For example, because of the Electron requirement for Fedora 24 or newer, we support _only_ versions 8.0 and higher of Oracle Linux, RedHat Linux, and CentOS Linux. {{% /notice %}} diff --git a/documentation/staging/1.2/static/images/wdt-options-icon-blk_24x24.png b/documentation/staging/1.2/static/images/wdt-options-icon-blk_24x24.png new file mode 100644 index 000000000..a25ecea12 Binary files /dev/null and b/documentation/staging/1.2/static/images/wdt-options-icon-blk_24x24.png differ