Skip to content

first pass at Model View text #146

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jul 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 17 additions & 3 deletions documentation/staging/1.2/content/navigate/model.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 2 additions & 0 deletions documentation/staging/1.2/content/setup/prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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 %}}

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.