- 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.
推薦閱讀
- Linux運維實戰:CentOS7.6操作系統從入門到精通
- Linux從零開始學(視頻教學版)
- vSphere Virtual Machine Management
- SharePoint 2013 WCM Advanced Cookbook
- Docker+Kubernetes應用開發與快速上云
- Windows Server 2019 Administration Fundamentals
- 網絡操作系統教程:Windows Server 2016管理與配置
- Linux內核觀測技術BPF
- 無蘋果不生活 The New iPad隨身寶典
- INSTANT Migration from Windows Server 2008 and 2008 R2 to 2012 How-to
- HTML5 Enterprise Application Development
- Windows Vista終極技巧金典
- Hadoop Real-World Solutions Cookbook
- Windows 8完全自學手冊
- Java EE 8 High Performance