You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,22 @@
1
1
# WebLogic Deploy Tooling
2
2
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. The motivation for the WebLogic Deploy Tooling project is to remove the need for most users to write WLST scripts for routine domain creation and application deployment tasks. Instead, the project team 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 provided that perform domain lifecycle operations based on the content of the model. The goal is to make 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.
3
+
WebLogic Deploy Tooling (WDT) makes it easy to stand up WebLogic environments and perform
4
+
domain lifecycle operations in a repeatable fashion based on a metadata model that
5
+
can be treated as source and evolve as the project evolves.
6
+
7
+
Many organizations use WebLogic Server, with or without other Oracle Fusion Middleware components,
8
+
to run their enterprise applications. And, as more and more of these organizations move toward Continuous Delivery
9
+
of their applications, the importance of automated configuration application deployment grows. This automation
10
+
is often implemented using the WebLogic Scripting Tool (WLST) configuration and deployment scripting language, but this is challenging.
11
+
Such scripts must be carefully updated as the project evolves or the project is deployed to different environments,
12
+
such as test to production.
13
+
14
+
WebLogic Deploy Tooling removes the need for most WebLogic Server deployments to rely on hand-coded WLST
15
+
scripts for automating routine domain creation and application deployment tasks. It lets you write a
16
+
declarative, metadata model, describing the domain and applications (with their dependent resources),
17
+
and provides single-purpose tools that perform domain lifecycle operations based on the content of
18
+
the model. It also lets you specify simple mutations suitable for moving your model between
19
+
different environments, such as between test and production.
4
20
5
21
WDT provides several single-purpose tools, all exposed as shell scripts (for both Windows and UNIX), that can:
Copy file name to clipboardExpand all lines: documentation/1.9/content/_index.md
+18-1Lines changed: 18 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,22 @@
1
1
## WebLogic Deploy Tooling
2
2
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.
3
+
WebLogic Deploy Tooling (WDT) makes it easy to stand up WebLogic environments and perform
4
+
domain lifecycle operations in a repeatable fashion based on a metadata model that
5
+
can be treated as source and evolve as the project evolves.
6
+
7
+
Many organizations use WebLogic Server, with or without other Oracle Fusion Middleware components,
8
+
to run their enterprise applications. And, as more and more of these organizations move toward Continuous Delivery
9
+
of their applications, the importance of automated configuration application deployment grows. This automation
10
+
is often implemented using the WebLogic Scripting Tool (WLST) configuration and deployment scripting language, but this is challenging.
11
+
Such scripts must be carefully updated as the project evolves or the project is deployed to different environments,
12
+
such as test to production.
13
+
14
+
WebLogic Deploy Tooling removes the need for most WebLogic Server deployments to rely on hand-coded WLST
15
+
scripts for automating routine domain creation and application deployment tasks. It lets you write a
16
+
declarative, metadata model, describing the domain and applications (with their dependent resources),
17
+
and provides single-purpose tools that perform domain lifecycle operations based on the content of
18
+
the model. It also lets you specify simple mutations suitable for moving your model between
19
+
different environments, such as between test and production.
4
20
5
21
6
22
WDT provides several single-purpose tools, all exposed as shell scripts (for both Windows and UNIX), that can:
@@ -23,6 +39,7 @@ For detailed information, see [WDT Tools]({{< relref "/userguide/tools/" >}}).
23
39
### Current production release
24
40
25
41
WebLogic Deploy Tooling version and release information is found [here](https://github.com/oracle/weblogic-deploy-tooling/releases).
0 commit comments