Skip to content

Commit b0df8ad

Browse files
Merge pull request #146 from oracle/revised-model-page
first pass at Model View text
2 parents 20ce92a + 5efdc3a commit b0df8ad

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

documentation/staging/1.2/content/navigate/model.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,23 @@ and [Archive File](https://oracle.github.io/weblogic-deploy-tooling/concepts/arc
3131
Tooling documentation.
3232

3333
### Design View
34-
In the current release, the `Design View` is empty. Our intention is to eventually provide a WebLogic
35-
console-like set of pages that will make it easier to create or edit a model using an interface more familiar to
36-
WebLogic administrators and developers.
34+
The `Design View` is provided through integration with the [WebLogic Remote Console](https://github.com/oracle/weblogic-remote-console/releases).
35+
For version details, see [Prerequisites]({{< relref "/setup/prerequisites.md" >}}). Upon first access, provide the location of the
36+
Remote Console installation directory, then click **Start WebLogic Remote Console**.
37+
38+
Use the Model `Design View` pages to create or edit your WDT model files. For reference, see
39+
[WDT Model Files](https://oracle.github.io/weblogic-remote-console/userguide/providers/wdt-model/) in the Remote Console documentation.
40+
In addition, use the Help (?) icon to the left of each field to access summary and detailed help for the field. Or,
41+
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.
42+
43+
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"
44+
icon beside a field, a dialog appears with the option of setting the field to a variable.
45+
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,
46+
WAR, or JAR file (or directory); that path will be put in the archive editor on the `Code View` page.
47+
48+
Note that if you create a new model using the `Design View` pages, the `Design View` will insert the `AdminUserName` and `AdminPassword` fields
49+
into the `domainInfo` section of the model with their values set to variables whose values you will need to provide.
50+
This is intended to help you create a domain with all of the required fields.
3751

3852
### Code View
3953
Using an IDE-like layout, the `Code View` provides editor panes for editing the model, variables, and archive files,

documentation/staging/1.2/content/setup/prerequisites.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ These include:
1818
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
1919
application uses WebLogic Server to gain access to the WebLogic Server Scripting Tool (WLST) and other related artifacts to use
2020
as a client.
21+
- WebLogic Remote Console version 2.3.0 or later. Provides user interface for creating WDT models in Model View.
2122
- `docker` (or `podman`) - Required to create images locally and interact with image registries.
2223
- `kubectl` - Required to interact with your Kubernetes cluster. Install a version that is
2324
compatible with your Kubernetes cluster version. For more information, see the Kubernetes `Client Configuration` page in the UI.
@@ -29,6 +30,7 @@ These include:
2930
- `openssl` - Used to generate an X.509 TLS certificate for ingress routes, should you ask the application
3031
to generate one for you.
3132

33+
3234
{{% 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.
3335
{{% /notice %}}
3436

Loading

0 commit comments

Comments
 (0)