|
3 | 3 | Many organizations are using WebLogic Server, with or without other Oracle Fusion Middleware components, to run their enterprise applications. As more and more organizations move toward Continuous Delivery of their applications, the importance of automated testing grows. Automating WebLogic Server domain creation and application deployment with hand-coded WLST scripts is challenging. After those scripts exist for a project, they must be maintained as the project evolves. WebLogic Deploy Tooling (WDT) removes the need for most users to write WLST scripts for routine domain creation and application deployment tasks. Instead, you can write a declarative, metadata model describing the domain and applications (with their dependent resources), and use one or more of the single-purpose tools that perform domain lifecycle operations based on the content of the model. This makes it easy to stand up environments and perform domain lifecycle operations in a repeatable fashion based on a metadata model that can be treated as source and evolve as the project evolves.
|
4 | 4 |
|
5 | 5 |
|
6 |
| -WDT provides several single-purpose tools, all exposed as shell scripts (for both Windows and UNIX). For detailed information, see [WDT Tools]({{< relref "/userguide/tools/" >}}). |
7 |
| - |
8 |
| - |
| 6 | +WDT provides several single-purpose tools, all exposed as shell scripts (for both Windows and UNIX), that can: |
| 7 | + |
| 8 | +* Create or update a domain. |
| 9 | +* Populate a domain with all the resources and applications specified in a model. |
| 10 | +* Add resources and applications to an existing domain. |
| 11 | +* Introspect an existing domain and create a model file describing the domain and an archive file of the binaries deployed to the domain. |
| 12 | +* Encrypt the passwords in a model (or its variable file). |
| 13 | +* Validate a model as well as provide model usage information. |
| 14 | +* Compare model files. |
| 15 | +* Prepare model files for deploying to the WebLogic Kubernetes Operator environment. |
| 16 | +* Generate a domain resource YAML file for use with the WebLogic Kubernetes Operator. |
| 17 | +* Tokenize a model with variables. |
| 18 | +* Provide information about the folders and attributes that are valid for sections and folders of a domain model. |
| 19 | + |
| 20 | +For detailed information, see [WDT Tools]({{< relref "/userguide/tools/" >}}). |
| 21 | + |
| 22 | +*** |
9 | 23 | ### Current production release
|
10 | 24 |
|
11 | 25 | The current [release](https://github.com/oracle/weblogic-deploy-tooling/releases) of WebLogic Deploy Tooling is 1.9.12. This release was published on April, 29, 2021.
|
12 |
| - |
| 26 | +*** |
13 | 27 | ### Recent changes and known issues
|
14 | 28 |
|
15 | 29 | See the [Release Notes]({{< relref "/release-notes.md" >}}) for recent changes, known issues, and workarounds.
|
16 | 30 |
|
17 | 31 | ### About this documentation
|
18 | 32 |
|
19 |
| -This documentation includes sections targeted to different audiences. To help you find what you are looking for more easily, please consult this table of contents: |
| 33 | +This documentation includes sections targeted to different audiences: |
20 | 34 |
|
21 |
| -* [Concepts]({{< relref "/concepts/" >}}) explains the underlying metadata model, files, and configurations... |
| 35 | +* [Concepts]({{< relref "/concepts/" >}}) explains the underlying metadata models, archive files, tool configuration, and target environments. |
22 | 36 | * The [User guide]({{< relref "/userguide/" >}}) contains detailed usage information, including how to install and configure WebLogic Deploy Tooling, and how to use each tool.
|
23 | 37 | * The [Samples]({{< relref "/samples/" >}}) provide detailed example code and instructions that show you how to perform various tasks.
|
24 |
| -* The [Developer guide]({{< relref "/developer/" >}}) provides details for people who want to understand how WDT is built, tested, and so on. |
| 38 | +* The [Developer guide]({{< relref "/developer/" >}}) provides details for people who want to understand how WDT is built, its features mapped and implemented. |
25 | 39 |
|
26 | 40 |
|
27 | 41 | ### Contributing
|
|
0 commit comments