- Oracle JET for Developers
- Raja Malleswara Rao Pattamsetti
- 104字
- 2021-07-02 22:03:10
RequireJS
The Oracle JET framework includes RequireJS, a third-party JavaScript library that you can use in your application to load only the Oracle JET libraries you need. Using RequireJS, you can also implement lazy loading of modules or create JavaScript partitions that contain more than one module.
The asynchronous module loading and dependency management can be handled by RequireJS as it implements the Asynchronous Module Definition (AMD) API.
AMD is a specification for the programming language JavaScript. It defines an application programming interface (API) that defines code modules and their dependencies, and loads them asynchronously if desired.
推薦閱讀
- pcDuino開發實戰
- Citrix XenApp Performance Essentials
- 每天5分鐘玩轉Kubernetes
- Linux系統文件安全實戰全攻略
- Google系統架構解密:構建安全可靠的系統
- BPEL and Java Cookbook
- 新手學電腦從入門到精通(Windows 10+Office 2016版)
- Dreamweaver CS5.5 Mobile and Web Development with HTML5,CSS3,and jQuery
- 計算機應用基礎(Windows 7+Office 2016)
- 完美應用Ubuntu(第2版)
- Docker容器技術與應用
- 大規模Linux集群架構最佳實踐:如何管理上千臺服務器
- 電腦辦公(Windows 7 + Office 2013)入門與提高
- Gradle Effective Implementations Guide(Second Edition)
- C#實用教程(第2版)