-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4,132 changed files
with
328,200 additions
and
316,535 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# Contributing to Oracle JET | ||
|
||
*Copyright (c) 2014, 2022 Oracle and/or its affiliates | ||
The Universal Permissive License (UPL), Version 1.0* | ||
|
||
**Pull requests are currently not being accepted for the Oracle JET project.** | ||
|
||
We plan to provide this functionality in the future. At that time, you will need to follow [The Oracle Contributor Agreement](https://www.oracle.com/technetwork/community/oca-486395.html) | ||
(OCA). | ||
|
||
If you have ideas, comments, or issues related to Oracle JET, swing on by the [Oracle JET discussion forum.](https://community.oracle.com/tech/developers/categories/16409-oracle-jet) | ||
# Contributing to Oracle JET | ||
|
||
_Copyright (c) 2014, 2023 Oracle and/or its affiliates | ||
The Universal Permissive License (UPL), Version 1.0_ | ||
|
||
**Pull requests are currently not being accepted for the Oracle JET project.** | ||
|
||
We plan to provide this functionality in the future. At that time, you will need to follow [The Oracle Contributor Agreement](https://www.oracle.com/technetwork/community/oca-486395.html) | ||
(OCA). | ||
|
||
If you have ideas, comments, or issues related to Oracle JET, swing on by the [Oracle JET discussion forum.](https://community.oracle.com/tech/developers/categories/16409-oracle-jet) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,52 +1,61 @@ | ||
# Oracle JET version 13.1.0 | ||
|
||
## About Oracle JET | ||
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. | ||
|
||
This is an open source project maintained by Oracle Corp. | ||
|
||
### Features and Benefits: | ||
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. | ||
|
||
* Complete JavaScript development toolkit | ||
* Leverages popular open-source technologies | ||
* Full lifecycle management for template based SPA | ||
* Built in accessibility support | ||
* Support for internationalization (28 languages and 160+ locales) | ||
* Rich set of UI components | ||
* Advanced two-way binding with a common model layer | ||
* Powerful routing system supporting single-page application navigation | ||
* Smart resource management | ||
* For intermediate & advanced JS devs | ||
|
||
## Examples | ||
Here is a list of places to see Oracle JET in action: | ||
* [Oracle JET website](https://www.oracle.com/jet) | ||
* [Oracle JET Cookbook](http://www.oracle.com/webfolder/technetwork/jet/jetCookbook.html) - Every component with live code demos | ||
* [Sample applications and Tutorials](https://www.oracle.com/webfolder/technetwork/jet/index.html?ojr=learn) | ||
|
||
|
||
## Installation | ||
Oracle JET provides a command-line interface to help scaffold up your applications. To install and build a blank app, type: | ||
|
||
``` | ||
npm install -g @oracle/ojet-cli | ||
ojet create <app name> | ||
``` | ||
See the [Oracle JET Developer Guide](http://www.oracle.com/pls/topic/lookup?ctx=jet1310&id=homepage) for complete installation details, including prerequisites. | ||
|
||
## Related GitHub Projects | ||
All related projects on GitHub are associated under the [oracle-jet topic](https://github.com/search?q=topic%3Aoracle-jet+org%3Aoracle&type=Repositories). | ||
|
||
## [Documentation](http://www.oracle.com/pls/topic/lookup?ctx=jet1310&id=homepage) | ||
Oracle JET comes with a full [Developers Guide](http://www.oracle.com/pls/topic/lookup?ctx=jet1310&id=homepage) to help with Getting Started and many common issues. | ||
|
||
## [Contributing](https://github.com/oracle/oraclejet/blob/master/CONTRIBUTING.md) | ||
Oracle JET is an open source project. Pull Requests are currently not being accepted. See | ||
[CONTRIBUTING](https://github.com/oracle/oraclejet/blob/master/CONTRIBUTING.md) | ||
for details. | ||
|
||
## [License](https://github.com/oracle/oraclejet/blob/master/LICENSE) | ||
Copyright (c) 2022 Oracle and/or its affiliates and released under the | ||
[Universal Permissive License (UPL)](https://oss.oracle.com/licenses/upl/), Version 1.0 | ||
# Oracle JET version 14.0.0 | ||
|
||
## About Oracle JET | ||
|
||
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. | ||
|
||
This is an open source project maintained by Oracle Corp. | ||
|
||
### Features and Benefits: | ||
|
||
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. | ||
|
||
- Complete JavaScript development toolkit | ||
- Leverages popular open-source technologies | ||
- Full lifecycle management for template based SPA | ||
- Built in accessibility support | ||
- Support for internationalization (28 languages and 160+ locales) | ||
- Rich set of UI components | ||
- Advanced two-way binding with a common model layer | ||
- Powerful routing system supporting single-page application navigation | ||
- Smart resource management | ||
- For intermediate & advanced JS devs | ||
|
||
## Examples | ||
|
||
Here is a list of places to see Oracle JET in action: | ||
|
||
- [Oracle JET website](https://www.oracle.com/jet) | ||
- [Oracle JET Cookbook](http://www.oracle.com/webfolder/technetwork/jet/jetCookbook.html) - Every component with live code demos | ||
- [Sample applications and Tutorials](https://www.oracle.com/webfolder/technetwork/jet/index.html?ojr=learn) | ||
|
||
## Installation | ||
|
||
Oracle JET provides a command-line interface to help scaffold up your applications. To install and build a blank app, type: | ||
|
||
``` | ||
npm install -g @oracle/ojet-cli | ||
ojet create <app name> | ||
``` | ||
|
||
See the [Oracle JET Developer Guide](http://www.oracle.com/pls/topic/lookup?ctx=jet1400&id=homepage) for complete installation details, including prerequisites. | ||
|
||
## Related GitHub Projects | ||
|
||
All related projects on GitHub are associated under the [oracle-jet topic](https://github.com/search?q=topic%3Aoracle-jet+org%3Aoracle&type=Repositories). | ||
|
||
## [Documentation](http://www.oracle.com/pls/topic/lookup?ctx=jet1400&id=homepage) | ||
|
||
Oracle JET comes with a full [Developers Guide](http://www.oracle.com/pls/topic/lookup?ctx=jet1400&id=homepage) to help with Getting Started and many common issues. | ||
|
||
## [Contributing](https://github.com/oracle/oraclejet/blob/master/CONTRIBUTING.md) | ||
|
||
Oracle JET is an open source project. Pull Requests are currently not being accepted. See | ||
[CONTRIBUTING](https://github.com/oracle/oraclejet/blob/master/CONTRIBUTING.md) | ||
for details. | ||
|
||
## [License](https://github.com/oracle/oraclejet/blob/master/LICENSE) | ||
|
||
Copyright (c) 2023 Oracle and/or its affiliates and released under the | ||
[Universal Permissive License (UPL)](https://oss.oracle.com/licenses/upl/), Version 1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.