Giter VIP home page Giter VIP logo

hol2017's Introduction

Oracle JET Hands-On-Lab 2017

This project is a collection of smaller Hands-On-Lab sessions presented at the 2017 Oracle OpenWorld/JavaOne Conference.

These sessions will allow someone who is brand new to Oracle JET, to get a good understanding of the basic concepts of working with JET while creating, editing, and publishing a very simple application. If you are already familiar with JET, the advanced session will provide you an existing Dashboard application and give you options for extending it, such as connecting to a REST service to enable CRUD operations on a table, or connecting to a WebSocket service for random updates to your data.

Prerequisites

  • Node 4+ (preferably the Node LTS release ) for use of npm as an installer
  • If running on a Mac, you will need to include "sudo" in front of all global npm commands shown in the lab
  • Git installed and configured properly (this is optional, read the installation step for details) https://git-scm.com/downloads
  • If you have an existing version of the preview release of ojet-cli installed, please uninstall it before installing this official release.
npm un -g ojet-cli
npm un -g generator-oraclejet

NOTE
NPM v5 has known bugs that will cause the JET CLI tool to fail on installation. Make sure you are on an earlier version of NPM than 5.x To check your NPM version, type: npm --version

Installation

From a command prompt, type the following command to install Oracle JET Command Line Interface(CLI).

npm install -g @oracle/ojet-cli

If you are using a proxy server, you will need to make sure that npm's proxy settings are configured properly before the above command will succeed.


Where to start

If you are new to Oracle JET, we recommend you start with the Beginners Start project. Follow the steps described in the README file at the above link.

If you have been working with JET for sometime, and would like to take an existing project to another level. The Advanced Start project is the place for you. Clone the HOL Git repository and change to adv-start directory and follow the steps outline in the README.

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.