Skip to content

Commit 1f03d91

Browse files
WL WRK questionnaire
1 parent 7ab4e6b commit 1f03d91

File tree

15 files changed

+107
-0
lines changed

15 files changed

+107
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# WebLogic Resources
2+
3+
In this folder, we are making available several useful resources that can be used when deploying, using or configuring WebLogic as application server fro custom application. Here, we focus on _custom applications_ and we are considering WebLogic in the context of _Oracle Fusion Middleware_ applications. In the later case the WebLogic deployment must follows
4+
specific rules and best practices as described in details in the specific documentation.
5+
6+
## Content Folders
7+
8+
Currently, we have the following content:
9+
10+
### WebLogic Discovery
11+
12+
Content material to be used for WebLogic workloads discovery (see [README](weblogic-discovery/README.md)).
13+
14+
### WebLogic on VM
15+
16+
Content material regarding the WebLogic deployment in OCI VMs (see [README](weblogic-on-vm/README.md))
17+
18+
19+
### WebLogic for OKE
20+
21+
Content material regarding the WebLogic deployment as containerized application leveraging OCI _Oracle Engine for Kubernetes_ (OKE) (see [README](weblogic-for-oke/README.md)).
22+
23+
24+
### WebLogic Deployment Utilities
25+
26+
Various deployment utilities and scripts for WebLogic (see [README](weblogic-deployment-utility/README.md)).
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
# WebLogic Discovery
2+
3+
The content of this folder is about WebLogic's workloads _discovery_. The term _discovery_ can include different tasks and activities
4+
depending on the context and the goal of the engagement.
5+
6+
## Possible Discovery Contexts
7+
8+
### Lift & Shift to OCI
9+
10+
If we are talking about a _Lift & Shift_ (L&S) project from on-premises to OCI, normally we consider the following activities:
11+
12+
1. Collect information to define the _Current State Architecture_.
13+
2. Assess the workloads' functional requirements.
14+
3. Assess the migration requirements.
15+
4. Assess the required capacity and evaluate the target sizing.
16+
5. Define the migration approach.
17+
6. Define a detailed migration plan.
18+
19+
20+
### WebLogic Modernization
21+
22+
In this case, one of the goals of the project is to modernize the application framework and in particular WebLogic. Most of the previous tasks
23+
will remain the same, but, now we have also:
24+
25+
1. Define the possible modernization paths and their requirements.
26+
2. Define a detailed modernization proposal.
27+
3. Define a _Future State Architecture_.
28+
4. Define a deployment and adoption plan (possibly a _phased_ one).
29+
30+
31+
## Content List
32+
33+
Following is the content currently available:
34+
35+
### WebLogic Discovery Questionnaire
36+
37+
A simple, reusable Excel spreadsheet questionnaire to use as a guideline to do a proper WebLogic workload discovery.
38+
39+
40+
## License
41+
42+
Copyright (c) 2023 Oracle and/or its affiliates.
43+
44+
Licensed under the Universal Permissive License (UPL), Version 1.0.
45+
46+
See [LICENSE](LICENSE) for more details.

0 commit comments

Comments
 (0)