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

Oracle JET web application styles with Alta UI


Alta UI offers great support through its layout structure and adaptable components for applications to be developed in the Oracle JET framework.

Alta UI divides the page into different layouts that help to fill each section with the respective content to create an organized page structure. The Oracle Alta UI page layout schema can be represented as follows:

This layout lets us choose the layout that matches our requirements, selecting between branding, menu, content in columns, and footer areas, as represented in the diagram. The following are some of the page layout configurations based on the columns, drawer, and optional footer:

Applications with Alta UI

In this section, let's review a sample web application developed in Oracle JET with Oracle Alta UI. Let's look at the one available for live demo at: http://www.oracle.com/webfolder/technetwork/jet/public_samples/WorkBetter/public_html/index.html.

Note

Please note that it is assumed that you have...