Deploying Custom Beans as Shared Libraries to WebCenter Portal
(Doc ID 2807422.1)
Last updated on AUGUST 01, 2024
Applies to:
Oracle WebLogic ServerOracle WebCenter Portal - Version 12.2.1.3.0 and later
Oracle JDeveloper
Oracle WebCenter Portal for OCI - Version 12.2.1.4_24.2 and later
Information in this document applies to any platform.
Persona: Application Administrators, Developers
Estimated Time to Complete: 45 - 60 minutes
Purpose
This document will show how to deploy custom Beans as shared libraries for consumption customize the Content Server Task Flows in WebCenter Portal 12c.
For this exercise we have a sample ADF application with a custom bean that returns the current user.
In this document we will show how to deploy the application as shared library and how to call the custom bean from WebCenter Portal.
You can find the following files attached to this document:
- Project from JDeveloper with the bare CustomBeans sample application.
If you download this application you can start with this step in the note: 1. Deploy the Custom Beans into a Standard ADF Library JAR File.
- Project from JDeveloper with the CustomBeans sample application with the changes implemented from sections 1 and 2 in this note.
If you download this application you can start with this step in the note: 3. Deploy the Shared Library to WebCenter Portal.
Scope
This document is intended for WebCenter Portal Developers who need to customize WebCenter Portal.
Note: This document doesn't replace the formal documentation that can be located here:
- Developing for Oracle WebCenter Portal
15 Developing Shared Libraries
Packaging and Deploying ADF Components for Use in WebCenter Portal
Understanding Shared Library Development for WebCenter Portal
- Developing Fusion Web Applications with Oracle Application Development Framework
50 Reusing Application Components
Packaging a Reusable ADF Component into an ADF Library
Details
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Purpose |
Scope |
Details |
1. Deploy the Custom Beans into a Standard ADF Library JAR File. |
2. Create a Deployer Project for Deploying the Shared Library. |