You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Oracle JET is targeted at intermediate to advanced JavaScript developers working on client-side applications. It's a collection of open source JavaScript libraries along with a set of Oracle contributed JavaScript libraries that make it as simple and efficient as possible to build applications that consume and interact with Oracle products and services, especially Oracle Cloud services.
5
+
6
+
This is an open source project maintained by Oracle Corp.
7
+
8
+
### Features and Benefits:
9
+
Oracle JET is a modular toolkit allowing developers to use as much or as little of the features as they desire. Watch a short overview of what Oracle JET can do for you.
10
+
11
+
* Complete JavaScript development toolkit
12
+
* Leverages popular open-source technologies
13
+
* Full lifecycle management for template based SPA
14
+
* Built in accessibility support
15
+
* Support for internationalization (28 languages and 160+ locales)
16
+
* Rich set of UI components
17
+
* Advanced two-way binding with a common model layer
18
+
* Powerful routing system supporting single-page application navigation
19
+
* Smart resource management
20
+
* For intermediate & advanced JS devs
21
+
22
+
## Examples
23
+
Here is a list of places to see Oracle JET in action:
24
+
* [Oracle JET website](http://oraclejet.org)
25
+
* [Oracle JET Cookbook](http://www.oracle.com/webfolder/technetwork/jet/uiComponents-formControls.html) - Every component with live code demos
26
+
* [Sample applications and Tutorials](http://www.oracle.com/webfolder/technetwork/jet/globalExamples.html)
27
+
28
+
29
+
## Installation
30
+
Oracle JET provides a Yeoman generator to help scaffold up your applications. To install and build a blank app, type:
31
+
32
+
```
33
+
npm install -g yo grunt bower grunt-cli
34
+
npm install -g generator-oraclejet
35
+
36
+
yo oraclejet <app name>
37
+
```
38
+
See the [Oracle JET Developer Guide](http://docs.oracle.com/middleware/jet200/jet/) for complete installation details, including prerequisites.
Copyright (c) 2014, Mike Adair, Richard Greenwood, Didier Richard, Stephen Irons, Olivier Terral and Calvin Metcalf
445
+
446
+
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:
447
+
448
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
426
449
450
+
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.
0 commit comments