ADF integration with Oracle EBS

I have seen many developers keep on asking this question , Is it possible to deploy ADF pages in Oracle EBS ? What is the best practice to achieve seamless integration between ADF and Oracle EBS ? Well ,Oracle always recommend OAF for EBS as it contain same technology stack which ensures extensions are fully compatible with the rest of the installed E-Business Suite applications. where as ADF doesn't hold any features of EBS , But if you want to develop custom application which needs to be integrated within Oracle EBS then ADF is the best choice to develop ,its built in framework, drag and drop functionality, Numerous UI features will help in accelerating  the development activities.


Remember  ADF application is supposed to be run on a different mid-tier than EBS. As an option customers/developers can use AOL-Lite infrastructure to develop the ADF application which gives lot of value addition to session management, secure apps datasource etc.

Once the ADF application is deployed on an external mid-tier, the same can be launched from E-Business Suite navigator.

Define the profile option value for FND_EXTERNAL_ADF_URL profile option, to mention the ADF app base URL
 e.g. https://<host>:<port>/<context-root>


Define an E-Business Suite Function (Functional Administrator > Core Services > Function OR System Administrator > Function) as reflected below:

- Function Type : External ADF Application
- Web-HTML Call : GWY.jsp?targetPage=<an adf page
e.g. /faces/ModelerHome.jsp>


 Attach the function to a menu, menu to responsibility, and responsibility to a user.

Access the responsibility and the ADF application link should be rendered. Upon clicking the link, the browser session should be redirected to the external ADF application.

Steps to deploy ADF on EBS , Follow below posts in sequential orders 
1. https://oracleerplearning.blogspot.com/2018/05/configuring-weblogic-server-in.html


2. https://oracleerplearning.blogspot.com/2018/05/migration-process-of-adf-application-on.html

Comments

Post a Comment

Popular posts from this blog

REST integration built-in OIC to read Large files with size more than 10MB

Basic Concepts of OAF (Oracle Applications FrameWork )