Skip to content

Himesh-Sharma/OJETCourse

 
 

Repository files navigation

###Oracle JET Course

Small samples that, step-by-step, build up a thorough understanding of the concepts underpinning Oracle JET.

The samples will each form the basis of a chapter or exercise in a book and/or course and/or a MOOC on Oracle JET.

The idea is to start from scratch, without any libraries, then include Require.js, then Knockout.js, then Require Text, etc, eventually replacing everything with Oracle JET.

By the end, the participant should have all the knowledge they need to build applications with Oracle JET and know where to go and how to solve problems/questions they may encounter.

The intended audience is anyone with basic JavaScript knowledge who wants to create enterprise/business JavaScript applications for the browser on the desktop and/or mobile devices.

Each part can take from 5 to 10 minutes to explain/do for, e.g., a MOOC.

  1. "Taking Off with Oracle JET": Architecture, Modularity, and Data Binding
  • Part-001:
    • Title: Overview
    • Description: The problem statement -- JavaScript file loading problems.
  • Part-002:
    • Title: Modularity
    • Description: Introduction to AMD via Require.js.
  • Part-003:
    • Title: Advanced Modularity
    • Description: Understanding 'require.config'.
  • Part-004:
    • Title: Data Binding
    • Description: Including Knockout.js.
  • Part-005:
    • Title: Components
    • Description: Creating and loading a Knockout component.
  • Part-006:
    • Title: HTML Templates
    • Description: Using 'requirejs-text.js' to separate out the HTML view.
  • Part-007:
    • Title: Oracle JET
    • Description: First usage of Oracle JET.
  • Part-008:
    • Title: Oracle JET Modules
    • Description: Creating Oracle JET modules.
  • Part-009:
    • Title: Oracle JET Components
    • Description: Adding Oracle JET components.
  • Part-010:
    • Title: Oracle JET Layouts
    • Description: Using FlexBox to Layout an Oracle JET application.
  1. "Exploring the Skies with Oracle JET": Features, Use Cases, and Scenarios
  • Part-011:
    • Title: Overview
    • Description: Exploring the Oracle JET website.
  • Part-012:
    • Title: Data Visualization Components
    • Description: Exploring the Data Visualization components.
  • Part-013:
    • Title: Data Collection Components
    • Description: Exploring Data Collection components.
  • Part-014:
    • Title: Data Sources
    • Description: Exploring REST, JSON, jQuery, and Oracle JET Common Model.
  • Part-015:
    • Title: Routing and Navigation
    • Description: Exploring Single Page Application architecture via Routing and Navigation.
  • Part-016:
    • Title: Validation and Error Handling
    • Description: Exploring Validation & Error Handling.
  • Part-017:
    • Title: Layout Techniques
    • Description: Exploring Layout Techniques.
  • Part-018:
    • Title: Responsive Design Solutions
    • Description: Exploring Responsive Design Solutions.
  • Part-019:
    • Title: Development Patterns
    • Description: Exploring Oracle JET Development Patterns.
  • Part-020:
    • Title: Hybrid Mobile Application Development
    • Description: Exploring the Hybrid Mobile Application Process.
  1. "Into the Clouds with Oracle JET": Miscellaneous Topics
  • Part-021:
    • Title: Integrating Other Components
    • Description: Integrate custom JQuery UI components, Leaflet, Mapbox, etc.
  • Part-022:
    • Title: Interaction with Oracle Cloud Services
    • Description: ABCS, MCS, ACCS, ORDS, MAX, and more.
  • Part-023:
    • Title: Accessibility
    • Description:
  • Part-024:
    • Title: Internationalization
    • Description:
  • Part-025:
    • Title: Testing and Debugging
    • Description: NetBeans Knockout window, test frameworks.
  • Part-026:
    • Title: Performance
    • Description:
  • Part-027:
    • Title: Building
    • Description: Grunt.
  • Part-028:
    • Title: Security
    • Description: oAuth, securing data on the server, etc.
  • Part-029:
    • Title: Packaging and Deploying
    • Description:
  • Part-030:
    • Title: Contributing to the Oracle JET community
    • Description: GitHub, YouTube clips, Blogs, Twitter.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 99.3%
  • Other 0.7%