Skills needed for Fusion Apps Extensions

Hi All,
Can you please let me know the skills one should possess to work in extending the Fusion Applications? I know we need to know ADF.
But do we need to know Webcenter or any other technology.
Regards,

This would depend on the technologies used and the deployment model. I.e. whether you have OnSite, OnDemand or Cloud installation the tools you would use would be different. While on site you are able to implement customizations with JDeveloper in cloud environment you would be restricted to run-time composer tools accessible through the applications.
See the following blog posts for more information:
<li>[url http://blogs.oracle.com/fadevrel/entry/tailor_customize_extend_personalize_localize]Tailor, Customize, Extend, Personalize, Localize, and Integrate – All Explained
<li>[url https://blogs.oracle.com/fadevrel/entry/tailoring_fusion_applications_in_the]Tailoring Fusion Applications in the Cloud Explained
<li>[url https://blogs.oracle.com/fadevrel/entry/the_four_fusion_application_composers]The Four Fusion Application Composers Explained
For technical information the [url http://docs.oracle.com/cd/E28271_01/fusionapps.1111/e16691/toc.htm]Oracle Fusion Applications Extensibility Guide is a good starting point.
Jani Rautiainen
Fusion Applications Developer Relations
https://blogs.oracle.com/fadevrel/

Similar Messages

  • Skills needed for Portal

    Hi All,
            I am an ABAP consultant. I am trained in Web Dynpro ABAP.
            I have a working knowledge on creation of i-Views.
            What are the additional skills needed for maintaining a Enterprise Portal.
            Is Java knowledge needed for this. If yes please provide the topics that I need to understand in Java.
            Thank you all in advance.

    Hello,
    You will have to know the different components and what kind of configuration is possible out of the box within the enterprise portal i.e KM, Collab for example. Also general administration tasks - system creation, SSO federation. Getting into portals is easy being a good portal consultant is challenging to some since you would need to wholistic view of the landscape internet facing , intranet portal. Good to have also is a view of what portals other than SAP EP offer the same or better features.
    Java is needed if you have to customize any existing component or if you want to build new components either in java or WD 4J
    You may require muchmore than these but then as a starter you can install a portal on your local pc and explore the world
    Good Luck!!!
    GLM

  • Adapters needed for Fusion Applications

    Hello Fusion Apps experts, can you please clarify my concern. Is there anything like OAM Adapter ?
    I am preparing for FA installation. Already identity management is installed and configured. Regarding adapters, I created 2 adapters for OVD to connect to OID -- User adapter and Change-Log Adatper.
    I saw somewhere that OAM adapter needs to be installed. Is there such thing like creating OAM Adapter for my FA installation ? I refered FA installation guide and there is nothing mentioned about adapters .
    Appreciate if someone can clarify my question.
    thanks

    See this support document for instructions on how to find information on certified applications..:
        Documentation on Desktop application, browser and client requirements to access Fusion Applications (Doc ID 1488374.1)
    Jani Rautiainen
    Fusion Applications Developer Relations                            
    https://blogs.oracle.com/fadevrel/

  • How Much space will I need for developing apps

    I will be purchasing a MacBook Air most likely the $1109 with 64GB and 4GB RAM,  I was wondering is 64GB okay for developing apps and personal use.  I use about 18GB on my PC and I'm thinking I'll only need about 20GB MAX more, so 38GB used in total.  Is the remaining amount good for developing apps, excluding XCODE itself, just the coding/ files needed?
    THANKS

    If you need to run XP then since BootCamp no longer supports it, your only choice would be on of the virtual software packages to run Windows.
    Allan

  • Latest version of Jdeveloper for Fusion Apps Rel. 9

    Hi,
    Can anyone tell me the latest version of Jdeveloper that is compatible with Fusion Apps Rel.9 and also where to download it from.
    Thanks in advance.
    Regards,
    Rohit

    As Release 9 is a cloud-only release, JDeveloper is not generally available via eDelivery fo this release.  You can reach out to Oracle Support for further details.
    Thanks,
    Oliver
    Fusion Apps Developer Relations
    https://blogs.oracle.com/fadevrel

  • SAP Banking Technical skills need for a ABAPer

    Hi all,
      We are very new to SAP BANKING and looking for the Technical Skills needed apart from Core ABAP.
      And we are Technical consultants.
      Your suggestions are highly appretiated.
    Thanks and Regards,
    Gopinath Addepalli.

    Hi Gopinath,
    please be a little more specific: which SAP banking applications are you talking about? The ones based upon ERP, the SAP Banking platform (which part: deposits, loans, master contract management, cards, analytical banking), or the payments pre-standard addon?
    They differ in their requirements regarding your skill sets.
    Regards,
    Joerg

  • New subforum suggestion: JDev for Fusion Apps

    Right now, we have a main JDeveloper/ADF Forum: {forum:id=83}
    We also have an OA Framework Forum for people working with Apps < Fusion Apps {forum:id=210}
    We don't, however (to my searching) have a Fusion Apps Development forum - I think one would make sense, given that the topic is apps-specific and requires a specific setup of JDeveloper. OTOH, there is lots of commonality between JDev/ADF + Fusion Apps Development, much more so than for JDe/ADF and OA Framework - not exactly sure how to separate those out. Maybe the new forum could cover:
    Fusion Apps Dev Environment Setup + Fusion Apps-specific dev questions
    John

    John
    I used http://docs.oracle.com/cd/E15586_01/fusionapps.1111/e15524/gs_install_e.htm#CACHADJG link to setting up development environment for fusion application on windows7 . can you suggest me any more efficient document for this purpose.
    Rohit
    Edited by: 918705 on Mar 6, 2012 10:08 PM

  • What do I need for sincing apps to an 1g Ipod touch 8Gb?

    I already have apps in my library, but I can not sinc them to may Ipod touch. Do I need a firmware update? where can I get it. Thanks

    You need at least iOS 2 for apps.  You can get the last update for the 1G iPod here.  It is a paid update.
    Purchasing iOS 3.1 Software Update for iPod touch (1st generation)

  • Using Win 10 there is a need for an app to determine the full device display area and aspect ratio programitically; the dimensions are needed to create full-screen bitmap.

    While Windows.Current.Bounds returns the application windows size, in order to create a full-screen bitmap my app would need to retrieve the full display area  of the device. I cannot even get the aspect ratio.
    Pre-Win10, using Windows.Current.Bounds I can create a bitmap of whatever size application window the user is seeing. When the user is showing my app at full screen, I can therefore get the full display area and aspect ratio of the device and create a full-screen
    bitmap.
    With Win10, the user would need to know to hide the taskbar and also display at full-screen before an app can retrieve the display area and aspect ratio using Windows.Current.Bounds.
    Before Win10 it's obvious to the user that full-screen is or is not being used. When I create the bitmap, I create it to fit the application window. When the app is displayed full screen, the bitmap will be full screen. Also, the app starts full-screen so
    I can detect the display area at startup if I need to.
    With Win10, to the user the app "looks like" it is full screen with the taskbar displayed even though it's not really full screen.
    I believe that in Win10 determining the full display area will be useful and not just retrieving the application window size.
    musical9

    Rob, Is this forum best way to get my suggestion to the development team?
    Before Win10 it's obvious to the user that full-screen is or is not being used. When I create the bitmap, I create it to fit the application window. When the app is displayed full screen, the bitmap will be full screen. Also, the app starts full-screen
    so I can detect the display area at startup if I need to.
    With Win10, to the user the app "looks like" it is full screen with the taskbar displayed even though it's not really full screen.
    Yes, Windows.Current.Bounds does work the same, but I believe that in Win10 determining the full display area will be useful and not just the application window.
    musical9

  • How to change the date and time during OVM installation for Fusion Apps

    Hi,
    The customer is using Fusion Instance which is a V1 (Build 19) OVM installation shipped by Oracle with Demo Data (including seeded user IDs and roles) in it.
    Now they have issue with Date format for the application on the screens is showing MM/DD/YYYY where as it should be (Singapore) Standard is DD/MM/YYYY.
    Q/A: How to change the date/time in OVM image
    Refer SR : 3-5640792461
    Regards
    Ganesh Ananthapadmanaban

    Not a problem. There are a number of other system and network setup commands that you might find useful at some time. From within the Remote Desktop Admin in the Send Unix Command window type:
    networksetup -help
    systemsetup -help
    That will give you lists of the commands, including the one I posted above, with their basic syntax. They're handy to know.
    Cheers.

  • What knowledge needed for oracle apps technical consultant

    Hi,
    I'm working with oracle forms & reports 10g, OAF (only new pages creation), as well as i have some functional knowledge in manufacturing domain.
    Now i have assigned as apps technical in new project.
    what should i need to know to become apps technical consultant ?
    i think i want to know forms customization, personalization.if yes means give me tutorial or web link to learn those things and tell me clearly what i need to know.
    Thanks in advance.

    Hi;
    You can find all certification related information avaliable at:
    http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=141&p_org_id=378219&lang=PTB
    https://blogs.oracle.com/certification/entry/oracle_ebusiness_suite_r12_cer
    http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=44&p_org_id=1001&lang=us
    Regard
    Helios

  • Need Podcast player app for 4.2.1

    I'm looking in the app store for good podcast player.  Everything I find says I need 4.3 or higher, but my ipod can't be updated.  Any ideas how to find an older app  that will work on this ipod?

    Ah well...! (There is a limited function already on your iPod. See below.)
    I think the chances of you finding such an App are slim frankly. Apple and (it seems) all the developers, are opting for iOS 4.3 as a minimum, completely ignoring those of us with older iPods. Unfortunately, most users with older iPods seem far too preoccupied with slating Apple, and not spending enough effort on trying to get the issue resolved.
    Currently, there appears to be no method for searching for Apps by iOS version. You could try the site www.appshopper.com, and search for Podcast Apps. However, my attempt at this produced some very odd results, with strange omissions.
    Appshopper doesn't even show which version of iOS is needed for an App. That's ridiculous and quite how such a site stays in business is beyond me! At least the iTunes Store does tell you which version is required, even if it's easy to miss.
    I have to be honest; if I were seriously looking for a Podcast App, I would cut my losses after the tests I did with Appshopper and iTunes. I would have to check each one for the iOS requirements, and then check the suitable ones for the actual features I wanted.
    On the iPod already:
    Although it's limited, you can get Podcasts over Wi-Fi on the Touch.
    The iTunes App on your iPod Touch (which takes you to the Store) does have a Podcast section (it may be on the More menu). If you find a Podcast you want, you can download it over Wi-Fi directly to the iPod. However, as far as I can tell, you cannot subscribe to Podcasts from the iPod Touch. In addition to that, if you already have at least one episode of a Podcast series on your ipod, then beneath the last episode is a Get More Episodes... button. Once again, it's not that good a tool. It means that you would have to manually look for new episodes of all of your podcasts in order to download the new episodes. That surely, defeats the purpose of Podcasts. (This may have been addressed with the "Podcast App" available to iOS 6 users, but that doesn't help us with iOS 4.2.1)
    So, good luck in your quest. Sorry I can't be the bearer of better news.

  • Schema Difference in R12/11i and Fusion Apps.

    Hi Team,
    I am not sure if its a question for this forum or not, please let us know if we need to post to different forum.
    We are searching the difference for the, 11i and R12 and fusion apps Schema, we are working on migration project from 11i for Fusion apps need these document to understand what is there.
    Thanks
    Vipin
    Accenture India

    Details of the Fusion schema can be found in OER, if you are looking for a list of differences between the data models of EBS / Fusion, I am not aware of such list.
    Jani Rautiainen
    Fusion Applications Developer Relations
    https://blogs.oracle.com/fadevrel/

  • How to download Fusion Applications Extension Bundle

    I'm using JDev 11.1.1.5 and went to Check for Updates but I couldn't find the Fusion Apps Extension Bundle.
    Do you know how I can get this bundle please?

    It's not available to us mere mortals of the public.
    I guess you meant to ask in an internal forum somewhere :)
    John

  • Hardware requirement for Fusion Applications HCM installation

    Hi Team,
    I want to install fusion applications for HCM.
    Can any one suggest the minimum hardware requirement for installation.
    Please help me with any documents.
    Thanks,
    Chandra

    Dear Chandra,
    Please note that Fusion Applications installation involves following components.
    1. Oracle Identity and Access Management components (Middleware infrastructure)
    2. Oracle Database for IDM
    3. Oracle Database for Fusion Apps
    4. Fusion Applications Domains (includes Admin and managed servers for Fusion Applications)
    I have posted a guide on installing Fusion applications on 2 node setup and if you have sufficient hardware to host 2 VMs then it can be done on single server as well.
    http://www.oratraining.com/blog/2013/03/oracle-fusion-applications-installation-step-by-step-guide-11-1-6/
    This will explain the 2 node architecture which I have prepared.
    http://www.oratraining.com/blog/2013/03/fusion-applications-architecture-for-2-node-setup/
    The minimum memory requirement changes if you select more products since in Fusion apps each products have their own domain and if you select more products then there will be more application managed servers (even if you don't select a product family, it will still create some managed weblogic servers based on dependency with selected products)
    The minimum memory requirement to host IDM and consolidated DB in 1 node is 10-12 GB
    The minimum memory requirement to host Fusion Applications domains on 2nd node is 64 GB (for 1 product family, for all products selected then 128 GB)
    Please note that these are "minimum" requirements based on my experience, not as per the documents since what we are talking about is installing for "learning", not for production, where you will host various components in separate nodes.
    Thanks
    Tushar
    www.oratraining.com

Maybe you are looking for