The Oracle Applications Cloud User Experience Rapid Development Kit (RDK) is a set of free resources that will help you learn faster, design simpler and build better.
Use the RDK to leverage the PaaS for SaaS advantage and accelerate your delivery of sleek, modern SaaS integrations and custom PaaS applications solutions to win customers and delight users in the Oracle Cloud.
This Rapid Development Kit (RDK) is intended as a Partner Training Kit but can also be used by any person in the wider Oracle ADF Community. It contains sample code for PaaS and PaaS4SaaS content to be used with the Oracle Applications Cloud.
Learn more about Oracle Applications Cloud UX RDK
Find below instructions for using the RDK with different versions of JDeveloper.
Opening the JWS and deploy the application to your WebLogic Server. Alternatively right-click Welcome.jspx and choose 'Run' from the context menu.
After opening the JWS and letting JDeveloper migrate the application, you will need to manually redeploy the ADF Libraries using the existing deployment profiles, for the following projects in order.
(Workaround for JDeveloper bug 22689355)
After opening the JWS and letting JDeveloper migrate the application, you will need to manually update the WebLogic Deployment Descriptor file (weblogic.xml) in project DemoMaster.jpr to change the JSF specification-version from 2.0 to 2.1. Failure to do so will result in a build error. This file is located under the public_html/WEB-INF folder.
Change the library version reference from:
<library-ref>
<library-name>jsf</library-name>
<specification-version>2.0</specification-version>
<exact-match>true</exact-match>
</library-ref>
to:
<library-ref>
<library-name>jsf</library-name>
<specification-version>2.1</specification-version>
<exact-match>true</exact-match>
</library-ref>
You can suppress the Universal Global Header (UGH) of the deployed RDK demo application by passing in URL parameter ‘headless=yes’ as shown below. This is particularly useful when exposing the application in another page.
http://<host>:<port>/AppsCloudUIKit/faces/Welcome?headless=yes
Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。