2 Star 0 Fork 0

mirrors_oracle/apps-cloud-ui-kit

加入 Gitee
與超過 1200 萬 開發者一起發現、參與優秀開源項目,私有倉庫也完全免費 :)
免費加入
克隆/下載
貢獻代碼
同步代碼
取消
提示: 由於 Git 不支持空文件夾,創建文件夾後會生成空的 .keep 文件
Loading...
README
MIT

Oracle Applications User Experience RDK

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

What's New In This Release

  • Default theme set to Application Cloud R13 Blue
  • Ability to switch between several themes using the Appearance feature
  • Use of SVG Icons in theme-able areas to simplify working with themes
  • Ability to switch Homepage layout between Banner View and Panel Grid View using the Appearance feature
  • Ability to set Homepage content options using the Appearance feature
  • Sample PaaS application for Global Currency Exchange Rates included with integration into the RDK

Instructions for using RDK

Find below instructions for using the RDK with different versions of JDeveloper.

Using the RDK with JDeveloper 11g Release 1 (11.1.1.9.x)

Opening the JWS and deploy the application to your WebLogic Server. Alternatively right-click Welcome.jspx and choose 'Run' from the context menu.

Using the RDK with JDeveloper 12c

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.

  • DemoData
  • UIKitCommon
  • DemoCRM
  • DemoFIN
  • DemoHCM

Using the RDK with JDeveloper 12.1.3.0.0

(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>

RDK in Headless Mode

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

Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.

The MIT License (MIT) Copyright (c) 2016 Oracle Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

簡介

暫無描述 展開 收起
README
MIT
取消

發行版

暫無發行版

貢獻者

全部

近期動態

不能加載更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_oracle/apps-cloud-ui-kit.git
git@gitee.com:mirrors_oracle/apps-cloud-ui-kit.git
mirrors_oracle
apps-cloud-ui-kit
apps-cloud-ui-kit
master

搜索幫助