Practical Oracle JET〈1st ed.〉 : Developing Enterprise Applications in JavaScript

個数:1
紙書籍版価格
¥10,330
  • 電子書籍

Practical Oracle JET〈1st ed.〉 : Developing Enterprise Applications in JavaScript

  • 著者名:Curtis, Daniel
  • 価格 ¥10,684 (本体¥9,713)
  • Apress(2019/05/07発売)
  • ポイント 97pt (実際に付与されるポイントはご注文内容確認画面でご確認下さい)
  • 言語:ENG
  • ISBN:9781484243459
  • eISBN:9781484243466

ファイル: /

Description

Learn how to use Oracle's JavaScript Extension Toolkit (JET) as a solution to the all too common problem of internal back office and intranet applications that are typically ugly, clunky, and cumbersome to use. JET simultaneously provides you with a JavaScript toolkit that is cutting-edge while being stable enough for enterprise development in an ecosystem that is notorious for its fast-paced rate of change.

Practical Oracle JET walks through the process of developing a functional application using Oracle JET. By the end of this book you will have built a support ticket system using a variety of different components bundled with the toolkit, including lists, inputs, and visualizations. The skills acquired from reading this book and working the examples equip you to build your own applications and take your understanding even further to more advanced topics.

What You'll Learn
  • Build a real-world Oracle JET application
  • Understand the fundamental technologies used in JET
  • Control look and feel through theming a JET application 
  • Develop interfaces using Web Components
  • Include and interface with third-party libraries
  • Configure automated unit testing of JET applications
Who This Book Is For

Developers with a basic understanding of JavaScript who want to learn Oracle’s JavaScript Extension Toolkit for building client-side applications that can integrate with data services and Oracle Cloud products. The book is also of interest to Oracle ADF developers coming from a Java and WebCenter background who are building new skills in JavaScript and browser-based applications.

Table of Contents

1. User Experience in Enterprise Applications

2. Oracle JET as a Solution
3. Support Ticket Application
4. Hello World
5. Theming 
6. Creating the Page Skeleton
7. Viewing Tickets
8. Replying to Tickets
9. Ticket Management
10. Search Component
11. Ticket Creation
12. Logging, Messages & Validation
13. Automated Unit Testing