- 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.
推薦閱讀
- Cybersecurity:Attack and Defense Strategies
- SOA實踐者說
- 嵌入式Linux系統(tǒng)開發(fā):基于Yocto Project
- Docker+Kubernetes應用開發(fā)與快速上云
- Windows Phone 8 Application Development Essentials
- Android物聯(lián)網開發(fā)細致入門與最佳實踐
- 深入淺出Node.js
- RHCSARHCE 紅帽Linux認證學習指南(第7版)EX200 & EX300
- Troubleshooting Docker
- Advanced Infrastructure Penetration Testing
- Android應用性能優(yōu)化最佳實踐
- CSS揭秘
- Windows網絡編程(第2版)
- 鴻蒙入門:HarmonyOS應用開發(fā)
- Hadoop Operations and Cluster Management Cookbook