GithubHelp home page GithubHelp logo

classicvalues / apps-cloud-ui-kit Goto Github PK

View Code? Open in Web Editor NEW

This project forked from oracle/apps-cloud-ui-kit

0.0 1.0 0.0 189.52 MB

Oracle Applications User Experience Rapid Development Kit (R10) for Oracle Applications Cloud with sample code for PaaS and PaaS4SaaS Content.

Home Page: http://www.oracle.com/webfolder/ux/applications/successStories/oracleApplicationsCloudRDK.html

License: MIT License

Java 14.32% HTML 0.02% CSS 56.58% JavaScript 29.08%

apps-cloud-ui-kit's Introduction

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.

apps-cloud-ui-kit's People

Contributors

brunoborges avatar classicvalues avatar lancysilveira avatar mend-bolt-for-github[bot] avatar snaugle avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.