Skip to content

Commit 57ecc21

Browse files
update home page text and README
1 parent 533244b commit 57ecc21

File tree

2 files changed

+35
-2
lines changed

2 files changed

+35
-2
lines changed

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
# WebLogic Deploy Tooling
22

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.
420

521
WDT provides several single-purpose tools, all exposed as shell scripts (for both Windows and UNIX), that can:
622

documentation/1.9/content/_index.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
## WebLogic Deploy Tooling
22

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.
420

521

622
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/" >}}).
2339
### Current production release
2440

2541
WebLogic Deploy Tooling version and release information is found [here](https://github.com/oracle/weblogic-deploy-tooling/releases).
42+
2643
***
2744
### Recent changes and known issues
2845

0 commit comments

Comments
 (0)