Book Image

Oracle JET for Developers

By : Raja Malleswara Rao Malleswara Rao Pattamsetti
Book Image

Oracle JET for Developers

By: Raja Malleswara Rao Malleswara Rao Pattamsetti

Overview of this book

This book will give you a complete practical understanding of the Oracle JavaScript Extension Toolkit (JET) and how you can use it to develop efficient client-side applications with ease. It will tell you how to get your own customized Oracle JET set up. You'll start with individual libraries, such as jQuery, Cordova, and Require.js. You'll also get to work with the JavaScript libraries created by Oracle, especially for cloud developers. You'll use these tools to create a working backend application with these libraries. Using the latest Oracle Alta UI, you'll develop a state-of-the-art backend for your cloud applications. You'll learn how to develop and integrate the different cloud services required for your application and use other third-party libraries to get more features from your cloud applications. Toward the end of the book, you'll learn how to manage and secure your cloud applications, and test them to ensure seamless deployment.
Table of Contents (17 chapters)
Title Page
Credits
About the Author
About the Reviewer
www.PacktPub.com
Customer Feedback
Preface

The future of the Oracle JET framework


Oracle JET, being the standard web and hybrid application development framework from the Oracle Corporation, is the obvious choice for applications that are already using Oracle products and middleware. Being an open source framework and adhering to open web standards, it has a great reputation in the market due to its rich, technical backing from the Oracle Corporation.

While Oracle JET v4.0.0 introduced a new DOM syntax for defining all JET UI components in HTML, making all JET UI components custom components for intuitive access remains close to the HTML5 specification.

As specified in the previous section, for migrating our existing JET application to v4.0.0, we don't have to move to the new custom element syntax. But if you are starting development of new applications on v4.0.0, it is highly recommended that you start with the custom element syntax.

Oracle JET is planning to stop data-bind syntax support (supported in older versions of 3.x.x. and...