forked from GeertjanWielenga/OJETCourse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
21 lines (11 loc) · 730 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
What you will learn:
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.
7. Explore NetBeans IDE in this context.