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
First usage of Oracle JET, instead of Require.js and Knockout.js separately.
Here, we use Bower to install Oracle JET. We could also use Yeoman and we could also use the Oracle JET Support plugin that is part of NetBeans IDE 8.2.
How to use this sample:
1. Remove Require.js and Knockout.js from bower.json.
2. Include dependency on "oraclejet": "latest" instead.
3. Compare the result to the previous example, the same libraries are there, plus more.
4. The application should work exactly as before.
5. Understand that we can also generate the app via Yeoman and via NetBeans IDE.
6. Look at the different templates for setting up Oracle JET applications.