How to create Fusion Applications Customization Application - oracle-adf

I have to create a Fusion Applications Customization Application in Jdeveloper. As per the various forums I have to choose File > New to open the New Gallery. In the New Gallery, select Applications > Fusion Applications Customization Application. But I am not getting this option in jdeveloper installed on my machine. I am using Linux machine for this. Roles that I have used are Oracle Fusion Application developer and Oracle Fusion Application Customization. But Fusion Applications Customization Application option is not coming up in any of the roles.
Could you please let me know on this. Also please let me know the process of creating an application for customization. Any web link or pointers will be helpful.

The role you should use is "Oracle Fusion Application Developer." The whitepaper linked in this post on the Developer Relations blog offers a step-by-step guide on how to get this to work.

Related

What are the access levels on Salesforce orgs? How to get retrive Managed Package metadata?

I am working on a application developed by third party on salesforce , This is a managed package application. I have access to UAT org and some other orgs. When I tried to retrieve the packaged application metadata using salesforce Ant migration tool,I got all the components in the package retrieved successfully. But the content of this components is shown as "(Hidden)". I am not able to see any real code in this components.
Are there any access level restrictions on Managed package? if yes How can I know the restrictions?
Also It will be very great if someone can help with application life cycle management of a managed package application in salesforce. As I am new in this field , Please recommend any tools for the same.
Thanks in advance.
Managed packages are typically used by salesforce.com partners to distribute and sell applications to customers. The code of managed packages cannot be retrieved.

how to I add a database to zurb foundation?

I'm trying to add a login portion on foundation and allow users to upload their own photos. how do I do that ?
if this is not the right place where to ask please redirect me
The foundation framework is simply a tool for you to develop the "front-end" of your website or app. A database would be a "back-end" feature that you would then create a form for (front-end) to connect users to your database (back-end).
You can develop the back-end yourself or use a CMS such as wordpress which will likely already have the features you need. Hope that helps.

How to integrate ADF application to E-business suite

I have developed one application in Oracle Adf then i want to integrate this application to e-business suite.so please let me know any one knows the process ?
This is a HUGE question and you would be better off googling here.
When I have done integrations before we usually access custom tables produced FROM EBS within the ADF apps. We also usually send security and role info from EBS to ADF via the URL and called the ADF app as a menu/url in EBS.

connection between postgresql db and application(jsf+hibernate) running on cloudfoundry

The application(JSF+hibernate) is been deployed using the vmc commands as on the cloudfoundry site. able to see the welcome page. postgreSQl service is binded with the application but the application is not able to connect with the database.
And also viewed about the VCAP_SERVICES using java but dont know much about it rather how to create it.
Cloud Foundry uses auto-reconfiguration if you have one service (either MySQL or Postgres) bind to your application. That means you don't need to touch your code at all!
Please review the following article on our docs site:
http://docs.cloudfoundry.com/frameworks/java/spring/spring.html#using-cloud-foundry-services-in-spring-applications
If you still have issues, go ahead and upload a war file of your app and we can take a look.

Sharepoint as a CMS

I am looking at using Sharepoint as a CMS for my WPF application, I was hoping to create some kind of a repository and access that using .NET web services. The repository would simply be some images and perhaps some meta-data about the images (name, description, etc...)
Im am stuck to Sharepoint, so another system is not really an option.
Does anyone have any links or experience with this?
Im not a newbie to Sharepoint, I just cannot find anything on what versions to use, if I need plugins, security, how to go about it in general.
You can do this with the free version of SharePoint (SharePoint Foundation, formerly Windows SharePoint Services) that comes with Windows Server--no plugins required.
If you simply want to store the images in SharePoint you can upload them to a Document Library via a web service call. If you want to be able to view the images directly in SharePoint use a Picture Library instead. As you can see in the list of SharePoint 3.0 web services you can work with both Document and Picture Libraries. You could even have the WPF application create the libraries if need be.
As Henrico points out in Storing Images on Sharepoint you'll want to consider whether to store the image file itself in SharePoint or have the file elsewhere and use SharePoint to store the path. His post also points out some other considerations on storing images in SharePoint. Note that his post refers to using SharePoint directly, but the same considerations apply.
I'm not sure what to say about security, since SharePoint supports authorization and authentication with its normal web interface and with web services.
I once used a hosted version of SharePoint to store PDFs uploaded from a command line application that were then viewed by a separate application. It worked great for my needs.

Resources