Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Oracle JET for Developers

You're reading from   Oracle JET for Developers Implement client-side JavaScript efficiently for enterprise Oracle applications

Arrow left icon
Product type Paperback
Published in Dec 2017
Publisher Packt
ISBN-13 9781787284746
Length 282 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Author (1):
Arrow left icon
Raja Malleswara Rao Malleswara Rao Pattamsetti Raja Malleswara Rao Malleswara Rao Pattamsetti
Author Profile Icon Raja Malleswara Rao Malleswara Rao Pattamsetti
Raja Malleswara Rao Malleswara Rao Pattamsetti
Arrow right icon
View More author details
Toc

Table of Contents (11) Chapters Close

Preface 1. Getting Started with Oracle JET FREE CHAPTER 2. Oracle Alta UI 3. Tool Integration 4. Knockout JS 5. Oracle JET Components – Form Elements, Controls, and Data Collections 6. OJ Components – Layouts, Navigation, and Visualizations 7. Framework 8. Hybrid Mobile Application Development 9. Testing and Debugging 10. Security and Version Migration

Version migration with Oracle JET


Oracle JET has released version 4.0.0 with the DOM syntax for defining all JET UI components in an HTML page, including the @oracle/ojet-cli Oracle JET command-line interface. This means that the usage of Yeoman and Grunt builds are optional now.

However, upgrading an existing JET application to v4.0.0 does not require you to move to the new custom element syntax.

If you are using an older version of Oracle JET already (v2.1.0, v2.2.0, v2.3.0, or v3.2.0), it is very easy to migrate to the latest version (v4.0.0). While Bower and Git tooling dependencies are discounted in the v3.x.x upgrade, Yeoman and Grunt builds were made optional with the ojet-cli being introduced in v.4.0.0. Please follow the following step-by-step procedure to safely migrate your application to the latest version (v4.0.0):

  1. Clean the npm cache using the following command:
      npm cache clean
  1. Upgrade the generator-Oracle JET to use the latest version tooling using the following command:
...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime