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

Similar Messages

  • 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

  • HT4528 Help me accept the new terms and agreements for free apps?

    iTunes Store.  Send by email prompt not working.  How do I accept the new terms and agreements to access a free app?

    Hi there Glo1103,
    You may want to try force closing all open apps and resetting the device as an initial troubleshooting step. Take a look at the articles below for more information.
    iOS: Force an app to close
    http://support.apple.com/kb/ht5137
    iPhone, iPad, iPod touch: Turning off and on (restarting) and resetting
    http://support.apple.com/kb/ht1430
    -Griff W.

  • New Distribution Provisioning Profile for Existing App - When Needed?

    Sorry for the confusion, but when issuing a new version of an approved app (bug fixes), is a brand new Distribution Provisioning Profile required when for the distribution build prior to uploading to Apple?
    If so are there any caveats/gotchas of which we should be aware?
    Thank you.

    No.
    Just make sure to change the version number in the plist, app info, etc. Certs are the same as long as they haven't expired on your end.

  • How can I e to these new terms and conditions for the App store?  I can't find an "AGREE" or "ACCEPT" option anywhere

    I am prompted that I must agree with the new terms and conditions of Itunes before I can download an app but have no place to agree to it or accept it.  Any advise/

    Try firing up your computer and accessing iTunes that way and get it to trigger the agree page. Worst case scenario you may need to download a free app to trigger the agree popup.

  • 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.

  • 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/

  • I have been unable to accept the new Terms and Condtions for Apple Apps. How do I accomplish this task?

    Please help me with this issue.  I have apps that I really need to download before taking a trip! Thanks!

    did this search
    https://www.google.dk/search?client=opera&q=ios+how+to+access+the+new+terms+and+ conditions&sourceid=opera&ie=UTF-8&oe=UTF-8
    found this hit
    https://discussions.apple.com/thread/5321627

  • ADF Customization (Fusion Apps) - Property not found exception

    All
    Trying to customize a Fusion Apps application(essentially ADF) where in a popup has to be inserted into an existing page and displayed on UI on a Submit button click.
    I have bound the popup to a backing bean property 'Sp1' so that the popup can be invoked programmatically from an action listener method. Note: Show popup behavior is not an option due to some of the business requirements.
    When the page renders, it throws the exception 'Sp1' property not found in the backing bean class. Although the Submit button is able invoke the action listener method without an issue.
    Not sure why the property is not found to the page when it is able to invoke other methods in the class. Any pointers?
    Here are the steps followed:
    1. Opened JDev in Fusion Apps Dev role > Created a ViewController project > Created a java bean A, manually added a RichPopup property Sp1, added an action listener method 'submitForApproval'
    2. Created an Adf jar and deployed > Placed the jar under WEB-INF/lib directory under the EAR/WAR on the server and redeployed so that the jar becomes available to the Fusion App
    3. Created another app which is a FA Customization App and a project under it
    4. Now re-opened JDev in Fusion Apps Customization role > and opened up the FA Customization App
    5. Customized the Fusion Apps page to associate the 'submitForApproval' bean action listener method to the existing Submit button on the page
    6. Customized the page to insert a popup with Id='Sp1', marked the property contentDelivery=lazyUncached
    7. Customized the corresponding taskflow to add the managed bean entry for the new bean
    When I apply the customization MAR on the APP and run the page on the server, I see 'property Sp1 not found in the bean class' exception on the page.
    However, when I click on Submit button anyway I see that the contents of the method are executed. So, I believe the page is definitely finding the class but not this property.
    Verified that Sp1 property is of type RichPopup and has accessors in the bean.
    Any pointers would be much useful.
    Thanks
    Niranjan

    Since we donot use FusionApps , it will be hard to comment on this . Please post this on the internal ADF Frontend Forum @ myforums.oracle.com

  • 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

  • Fusion App Provisioning Wizard - DB Config - Service Name

    Dear all,
    I'm trying to create new Provisioning Plan for Fusion Apps 11.1.1.5.0, Linux. The Wizzard doesn't allow me to proceed with the Database Configuration (step 8 of 19):
    Our company domain contains character "-" in it's name, therefore Global Name of the database is in format "dbname.company-domain.com"
    Such Service Name is not allowed by the Provisioning Wizard.
    What can I do in such case?
    I'm surprised by such constraint... this kind of domain name is nothing unusuall, und other Oracle installers don't have any problem with such Service Name...
    Thanks for support
    Daniel

    I have just got to know, that DB_DOMAIN may be different from the network domain. I have changed the DB_DOMAIN to name without hyphen.

  • 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/

  • Fusion Apps Skinning

    I know there are a few guidelines for skinning Fusion Apps per say, but a customer is interested in skinning Worklistapp and Webcenter that come as part of Fusion Apps.
    Any guidelines around Worklistapp and Webcenter skinning?
    I found this link for Webcenter, but I'm not sure if this is applicable for Fusion Apps.
    http://docs.oracle.com/cd/E25178_01/webcenter.1111/e10148/jpsdg_skin.htm#BAJBCGGB

    Check these links:
    http://docs.oracle.com/cd/E25054_01/fusionapps.1111/e16691/toc.htm#
    http://docs.oracle.com/cd/E25054_01/index.htm
    Thanks,
    Navaneeth

  • System requirements for installing Fusion Apps.

    Please, Oracle gurus,
    Has anyone been able to install a Fusion apps. in a "pc" or a "laptop" ? is it possible to install it in a server alone or we need 2 physical servers?
    How many RAM gb, are required?
    I would like to install the new release but I think it's much more complex than installing a EBS-R12 and the RAM requirements are bigger. I have not found exact requirements for now given the number of different products neccesary.
    Thanks
    Juanje

    Confirmed,
    No one in Oracle can give a figure of the minimum RAM required to install a demo version of Fusion apps. in a laptop or pc.(perhaps this is not possible, but I would like to know it, not to try even the installation).
    The answer would be simple: 4 gb/8 gb/ 16gb/32 gb.of ram.
    For example I've got an EBS-release 121.1. up and running with a 4 gb.-ram laptop, and it works very well to study.
    This is the type of answer I would need.
    The answer "this info is in the manuals" does not solve my problem, if this info. was clearly specified in the manuals I would not be here writing this question.
    Of course I've also look for this info in the web for several days.
    Please, if someone has installed a visio-demo of the Fusion apps. release, share the knowledge.
    Many thanks.
    Juanje

  • HT4623 I downloaded the new  operating system to my iphone 4S and the icons for my apps are missing? How do Icorrect this?

    I downloadedthe new operating system to my iphone 4S and now I can't find my icons for my apps?  Any Suggestions??

    If you will go to settings to itunes and apps store. Once you've logged in with your apple id you then are given the option to automatically download apps that were purchased using the Apple id in which you logged in with .
    Good luck.

Maybe you are looking for

  • Delete button in XP (VMWare)

    Hello, this is my first MacBook Pro coming from Windows and wanted to know what button or setting I need to change to get the delete button working as the delete button the MBP does not delete email in Outlook in XP via VMWare. Any suggestions would

  • Is there a way to access saved sms/mms from memory card on pc or new phone?

    I saved my text messages to the memory card and was able to view them in c510 phone. The screen on that phone wrecked and I got a new c510, but the text messages, etc. that are saved on the memory card are not detected on the new c510. Is there a way

  • Classic iPod movie to my HD TV

    Can I view my new "classic" iPod downloaded movies on my HD TV?

  • Video does not play correctly.

    Hello, I can't get the video on my ipod to play correctly anymore. All it does is show a little picture of the video and then just plays the sound from the video. It did get confused with the music list, but I fixed that problem. But now it seems tha

  • Anyone here using DVDSP to author Games ???

    I was approached by a few clients to produce a whole series of interactive DVD games. I own a Sonic creator and SD2000 encoder system...even though scripting in Sonic creator is fairly sophisticated, it is not enough to author highly interactive game