ADF in E-Business Suite

Expert,
Please correct me if I am wrong.
OAF was supported till JDev 10.1.3.3.0, No more supported from JDev 11g releases onwards.
Oracle ADF 11g, at the moment, is not fully capable of being an alternative to OAF in supporting Oracle E-Business Suite aka Oracle Apps.
Oracle has some plans in the kitty to make ADF 11g to be the fully-fledged alternative to OAF in some near future.

JDeveloper11g for Fusion Applications is already available.
See support note: How to find the correct version of JDeveloper to use with Oracle Fusion Applications? [ID 1450585.1]
Is says:
Login E-Delivery: https://edelivery.oracle.com/
Check to accept Terms and Restrictions, then click Continue button
Choose Oracle Fusion Applications in Select a Product Pack dropdown list & Choose the right platform, click Go button
Select right release #, then click Continue button
Then scroll down to find following 4 Media Packs and download them one by one:
Oracle JDeveloper 11g and Oracle Application Development Framework 11g (Part 1 of 3)
Oracle JDeveloper 11g and Oracle Application Development Framework 11g (Part 2 of 3)
Oracle JDeveloper 11g and Oracle Application Development Framework 11g (Part 3 of 3)
Oracle Fusion Applications Companion 11g
Groeten,
HJH

Similar Messages

  • ADF and E-Business Suite 11i

    Hi,
    I am looking for some information about using Oracle ADF with E-Business Suite 11i, JDeveloper version is 9i.  Most of the documentation I've seen has been specific for R12.
    Hoping someone can provide some information/links to documentation about the following:
    -Requirements for setting up the environment (hardware, servers, versions) for Oracle ADF for E-Business Suite 11i.
    -Can you call an ADF form from E-Business Suite 11i OAF form or menu?
    -Any tutorials, demos related to ADF/E-Business Suite 11i/JDeveloper9i
    Thanks in advance!

    You can find the specific hardware specs for your development environment in the JDeveloper install guide.
    Documentation
    I would recommend you'll go with the latest 11.1.2.4 version for custom application development.
    As for server requirements, this is something that will depend on the load your application expects to get and on its specific functionality. It can best be answered by doing some performance tests of your specific app.

  • Use ADF in E-Business suite r12

    Hi
    I user E-Business suite r12, is there any document how to use ADF embded inside OAF.
    Thanks

    Yes, the document to follow is Oracle E-Business Suite Software Development Kit for Java (includes AppsDataSource, Java Authentication and Authorization Service, session management) Readme - Patch 13882058 (Doc ID 974949.1).
    This document says:
    Building External Applications with Oracle ADF
    External applications can be built with any appropriate Java EE framework, including
    Oracle Application Development Framework (ADF). Because Oracle ADF is a
    declarative framework, this document includes specific instructions for using Oracle
    ADF with Oracle WebLogic Server for some features. This document has been written
    using version 11.1.1.5 of Oracle ADF with version 10.3.5 of Oracle WebLogic server.

  • Using ADF in E-Business Suite

    Hello
    We are trying to develop an ADF page which can be accessible through Oracle E-Business Suite (EBS) and user should be able to achieve navigation between EBS and ADF both ways. I have come across following document on Oracle support which mentions how it can be done
    document ID 1296491.1
    Now above link mentions that the ADF application needs to be deployed to WebLogic server. However due to cost considerations, I have following queries
    1. Can we deploy ADF application to Oracle E-Business Suite Apps server using any ADF libraries (I guess ADF run time libraries)?
    2. If above 1. is not possible, are there any other open source servers we can use?
    Thanks,
    Gourishankar

    ADF requires Java EE 5 compatible server - OC4J doesn't meet these requirements.
    You can upgrade your EBS to run on WebLogic, and then you can use the same server for both ADF and EBS.

  • Oracle ADF security integration with Oracle E-Business Suite SDK JAAS

    I have an Oracle ADF 11.1.2.2 application that is using ADF security for authentication and authorization.
    When we deploy this application to our JDeveloper integrated weblogic server, we utilize the security setting of "Custom" and use weblogic users and roles to map to the ADF application roles. In that environment our security is working properly.
    I have a Weblogic 10.3.5 standalone server that has the ADF runtime installed as well as the Oracle E-Business Suite SDK JAAS implementation installed.
    When I deploy the Oracle ADF application to the standalone weblogic server, I am directed to the JAAS login page when I attempt to access any JSF page (including those that I have granted View access through the anonymous-role. Does the Oracle ADF anonymous-role work (allow for anonymous page access) when JAAS security is handled by the Oracle E-Business Suite SDK JAAS implementation?
    Per the SDK instructions, when we install the Oracle ADF deployment on Weblogic we have selected "DD only" for our security setting. We have defined enterprise roles in the Oracle ADF security setup (jazn-data.xml) that are assigned the appropriate application roles. Those enterprise roles have the same name (i.e. UMX|YOURROLE) as the E-Business Suite roles that are assigned to our test users. When we login with an E-Business Suite user / password we are receiving an error:
    Error 401--Unauthorized
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.2 401 Unauthorized
    Any thoughts on why that would be?
    Thanks
    Dan

    Thanks Juan.
    With the debugging options enabled it appears the issue is not an issue with the user / role credentials - it seems like the resource grants from jazn-data.xml are not being reviewed in my standalone weblogic instance EAR deployment:
    [JpsAuth] Check Permission
    PolicyContext: [TestApp]
    Resource/Target: [untitled1PageDef]
    Action: [view]
    Permission Class: [oracle.adf.share.security.authorization.RegionPermission]
    Result: [FAILED]
    Evaluator: [ACC]
    Failed ProtectionDomain:ClassLoader=sun.misc.Launcher$AppClassLoader@13f5d07
    CodeSource=file:/app/oracle/product/Middleware/oracle_common/modules/oracle.adf.share_11.1.1/adf-share-support.jar
    Principals=total 2 of principals(
    1. JpsPrincipal: oracle.security.jps.internal.core.principals.JpsAnonymousUserImpl "anonymous" GUID=null DN=null
    2. JpsPrincipal: oracle.security.jps.internal.core.principals.JpsAnonymousRoleImpl "anonymous-role" GUID=null DN=null)
    When I access the same page from my integrated weblogic server I see:
    [JpsAuth] Check Permission
    PolicyContext: [TestApp]
    Resource/Target: [untitled1PageDef]
    Action: [view]
    Permission Class: [oracle.adf.share.security.authorization.RegionPermission]
    Result: [FAILED]
    Evaluator: [ACC]
    Failed ProtectionDomain:ClassLoader=sun.misc.Launcher$AppClassLoader@13f5d07
    CodeSource=file:/app/oracle/product/Middleware/oracle_common/modules/oracle.adf.share_11.1.1/adf-share-support.jar
    Principals=total 2 of principals(
    1. JpsPrincipal: oracle.security.jps.internal.core.principals.JpsAnonymousUserImpl "anonymous" GUID=null DN=null
    2. JpsPrincipal: oracle.security.jps.internal.core.principals.JpsAnonymousRoleImpl "anonymous-role" GUID=null DN=null)
    When I review my EAR - I do see jazn-data.xml at:
    /META-INF/jazn-data.xml
    I will review the system-jazn-data.xml to see if the policy information has been migrated properly as part of the EAR deployment.
    Thanks.
    -Dan

  • How to Display Data from Oracle E Business Suite tables in ADF

    Hi,
    I am new to ADF.
    I have a requirement to Create an ADF page for Search Results Screen.
    However the result data is from one of the Oracle E Business Suite Tables.
    ie I need to create a Screen where user will enter a Purchase Order Number and Click on Button.
    The Screen should show details from PO_HEADERS_ALL (from Oracle ERP Database Table) based on the entered PO Number.
    Is it possible to implement the same? Can some one guide me how to do it?
    Thanks,
    Kamath

    Hi,
    Is there a way where I can create a VO in ADF to which I can insert records dynamically from a source and the Source connects to E Business Suite tables and returns results ie BPEL etc.
    http://download.oracle.com/docs/cd/E15523_01/web.1111/b31974/bcadvvo.htm#sm0341
    Just replace the PLSQL example with your data source
    Can ADF invoke SOA which inturn connects to Oracle E Business Suite and fetches the data from Oracle tables and pass it back to ADF? Is it possible
    Yes. Just use a WS proxy client to access the SOA entry point (WSDL) and follow the link above
    Frank

  • Adf mobile app accessing e-business suite 12.1.3

    Hi,
    I'm very new with ADF development, let alone with building a mobile app. We are in an exploratory stages of building a mobile application on top of the e-business suite using ADF. Ideally, we will use the ebusiness suite login (FND USER) to login to the mobile application. I understand that we need the ebiz suite Java SDK to make this possible.
    Now, our ebusiness suite (release 12.1.3) is only run through the intranet meaning no DMZ is installed to access it via the internet. The question is, if we build a mobile application, do we need a DMZ server so that the mobile can access the e-business suite in the internet? Is there any option in place other than installing a DMZ to access the application externally by the mobile app?
    Any advise is going to be very valuable to us.
    Thanks in advance.

    user4582047 wrote:
    Hi,
    I'm very new with ADF development, let alone with building a mobile app. We are in an exploratory stages of building a mobile application on top of the e-business suite using ADF. Ideally, we will use the ebusiness suite login (FND USER) to login to the mobile application. I understand that we need the ebiz suite Java SDK to make this possible. I'm not entirely sure about that - there will be the requirement that your ADF (or more appropriately "WebLogic") environment will need to authenticate against E-Business Suite. There is a good (and recent!) article about that here:
    https://blogs.oracle.com/jruiz/entry/securing_adf_applications_using_the
    Now, our ebusiness suite (release 12.1.3) is only run through the intranet meaning no DMZ is installed to access it via the internet. The question is, if we build a mobile application, do we need a DMZ server so that the mobile can access the e-business suite in the internet? Is there any option in place other than installing a DMZ to access the application externally by the mobile app? You'll need to set up some type of server infrastructure that allows you to install WebLogic and an "ADF" environment to serve your mobile applications, preferably fronted by an HTTP server like Oracle HTTP Server (It's usually the HTTP Server that might be placed in a 'DMZ', with firewall rules governing how network traffic is allowed to move between the HTTP Server and the WebLogic Server.)
    A good intro that can give you an overview of a deployment topology is one that I've referenced in the WebCenter documentation from time to time:
    http://docs.oracle.com/cd/E23943_01/core.1111/e12037/intro.htm#sthref47
    .. there is obviously a lot more in that document than you wll be using (i.e. you won't be concenred with SOA, WebCenter or even the database), but there's a nice drawing there of the HTTP Server and a WebLogic environment to host your application and some discussion about what and when you'll want to consider clustering, etc.
    Hope that helps,
    Chad

  • E-Business Suite Application Dev using OAF and ADF (White Paper Feb. 2008)

    Hi,
    In Oracle White Paper entitled "E-Business Suite Application Dev using OAF and ADF (Feb. 2008)" it was mentioned on page 7 :
    +"When ADF 11g becomes production, we will publish a revised paper that compares OAF with ADF 11g, and discuss development against E-Business Suite."+
    I've had no luck finding a new comparison table for OAF R12 with ADF 11g :(
    can anyone help me on this?
    thanks in advance,
    Adrian

    Srini Chavali wrote:
    It is still not clear if your have to use SSO - the scripts loadsdk.sql and regapp.sql specifically are for Oracle Single Sign ON (OSSO) - the authentication schemes referred to on page 20 of the same doc do not require SSO. So, is SSO a requirement in your scenario ? If not, you should be following the steps in the section titled "Confuguring Custom Authentication" (beginning of page 20).Ouch..Sorry Srini, I have completely misinterpreted by the page no.'s in Adobe pdf reader.I was telling you about page 18 of the document.
    Anyway i'll start with configuring Custom Authentication as by your suggestion.
    But i'll move forward with no understandings about SSO and its implementations.
    All I could get is this links
    http://docs.oracle.com/cd/E15586_01/webcenter.1111/e12405/wcadm_security_sso.htm
    http://docs.oracle.com/cd/E15523_01/install.1111/e12002/sso_das.htm
    Is this link correct to start learning about SSO or do I need to learn anything (LDAP,OAM,etc..) before that ?

  • Questions on Oracle E-Business Suite JAAS impl with ADF (Patch 8571001)

    I am working at a customer site, where we are developing extensions to EBS R12 using ADF 11g. I have some questions around Oracle E-Business Suite JAAS implementation (Patch 8571001). The answers to these would help us choose the right path for the overall project.
    1. How much integration is possible between ADF JAAS roles and the EBS User management roles? If we implement Oracle E-Business Suite JAAS implementation using this patch, how would the component/field level security work in ADF? Will ADF pages refer to roles in EBS UMX tables for field level security?
    2. Is there any detailed documentation as to how to Oracle E-Business Suite JAAS implementation works. I have read the metalink note # 974949.1; however it does not provide enough details on UMX/EBS integration. Any pointers would be really helpful.
    Thanks a lot.

    wrong forum - sorry.
    Please try the Applications forums on OTN
    Frank

  • Has anybody used JDev 10g to write an extension to 11i e-business suite?

    We are looking to develop an application that can be called from within the menu structure of the 11i e-business suite and would like to use JDeveloper 10g.
    I have read that the OA Extension for JDev 9 can be used for this, but I've also read that this OA extension has been replaced by ADF in 10g. Can we use ADF to obtain values such as user_id, responsibility_id, org_id from 11i?
    Failing that, seeing as this is the only information from 11i that we will need in the new application, can we just pass these values in as parameters when initially calling the application?
    Any help would be greatly appreciated as we cannot find ANY documentation detailing how to link ADF into 11i.

    Just to clarify OAF is not ADF.
    e-Business is based on OAF right now, and the fusion generation of Applications will be based on ADF.
    While OAF uses UIX and BC4J (an early version of ADF BC) it is not the same as ADF.
    If you want to use OAF you better ask the question on the OAF forum on OTN.
    for ADF development you should use JDeveloper 10.1.3. ADF first appeared in JDeveloper 9.0.5 but things had evolved a lot since then.

  • Jdeveloper in E-Business suite.

    where can I find a manual for e-business suite developers using jdeveloper.
    How to declare a adf in the application,
    where i have to place development files and so on.
    thanks
    Ash
    [email protected]

    Hi,
    you should ask this on an Applications forum because this is a product specific forum that doesn't take E-Business Suite into account. All forums are listed here:
    http://forums.oracle.com/forums/categoryHome.jspa?categoryID=84
    Frank

  • Display E-Business Suite Navigation in Tree Structure

    Hello:
    When I login to E-Business Suite the Module display is in Folder format
    Is it possible to display Tree Structure?
    When can I get the instruction?
    Please help
    Vijay

    Hi,
    Is there a way where I can create a VO in ADF to which I can insert records dynamically from a source and the Source connects to E Business Suite tables and returns results ie BPEL etc.
    http://download.oracle.com/docs/cd/E15523_01/web.1111/b31974/bcadvvo.htm#sm0341
    Just replace the PLSQL example with your data source
    Can ADF invoke SOA which inturn connects to Oracle E Business Suite and fetches the data from Oracle tables and pass it back to ADF? Is it possible
    Yes. Just use a WS proxy client to access the SOA entry point (WSDL) and follow the link above
    Frank

  • Can oracle e-business suite adapter be dynamically configured??

    I have to call different instances of e-business suite. Can i use a single oracle application adapter to connect to different instances through dynamic configuration...........

    Hi,
    wrong forum. This is a JDeveloer / ADF forum
    Frank

  • E business  suite training

    Hey experts,
    I am working on SQL/PLSQL and forms and now I want to leran oracle apps as well
    As a technical person is it enough to do the E business suite only ?
    what knowledge oracle apps technical person should have ?
    Please guide ,
    Thanks in advance,
    Shubhangi

    basic idea is require
    if you have interest learn OAF,ADF might help full

  • URGENT : JDEVELOPER 10.1.3 and customizing Oracle e-Business suite

    URGENT: Can any one advice me with any pointers on how to open/customize the Pages (Oracle e-business suite pages related Developer 9.x ) using JDeveloper 10.1.3 (ADF framework).
    1. JDeveloper 10.1.3 supports JSPX and other pages and deploy those pages into server. Where as JDeveloper 9.x stores those pages in Database (for Oracle E-business suite) as Regions.
    But, Oracle always provides backward compatibilities. So, how can we change these JDeveloper 9.x JRAD/AK Region pages using JDeveloper 10.1.3 (AD framework)?
    Please respond...

    Can any one advice me with any pointers on how to open/customize the Pages (Oracle e-business suite pages related Developer 9.x ) using JDeveloper 10.1.3 (ADF framework).
    >>>> Cannot be done
    But, Oracle always provides backward compatibilities. So, how can we change these JDeveloper 9.x JRAD/AK Region pages using JDeveloper 10.1.3 (AD framework)?
    OAF is different than ADF, Oracle E-Biz pages are still in OAF, even with Jdev 10.1.3, they are not in ADF.Thanks
    Tapash

Maybe you are looking for