Skip to content

Commit 5744e98

Browse files
first pass at Model View text
1 parent 20ce92a commit 5744e98

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

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

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,17 @@ 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" >}}).
36+
37+
Upon first access, provide the location of the Remote Console installation directory, then click **Start WebLogic Remote Console**.
38+
Then use the WebLogic Server domain configuration pages to create or edit 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+
41+
Use the Help (?) icon to the left of each field to access summary and detailed help for the field. Or,
42+
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.
43+
44+
The WDT model file that you configured will be reflected in the `Code View`.
3745

3846
### Code View
3947
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

0 commit comments

Comments
 (0)