- Oracle Application Express 4.0 with Ext JS
- Mark Lancaster
- 248字
- 2021-04-09 21:18:19
Using Ext JS in a hosted APEX environment
Oracle APEX is designed to support hosted development, where the only access you have to your workspace is via a browser. The Application Builder and SQL Workshop contain all the necessary functionality to build an application from scratch without any other tools.
Typically in a hosted environment such as http://apex.oracle.com, you don't have access to the web server to upload the Ext JS files. In this situation, you can take advantage of Ext partnering with CacheFly, a global content network, to provide free CDN hosting for the Ext JS framework.
A Content Delivery Network (CDN) is a collection of web servers distributed across multiple locations to deliver content more efficiently to users. The server selected for delivering content to a specific user is typically based on a measure of network proximity.
For example, the server with the fewest network hops or the server with the quickest response time is chosen; that is, using a CDN to deliver static content, such as Ext JavaScript, CSS, and images will result in your pages getting downloaded significantly faster.
In the hosted environment, you don't load the Ext files onto the server, instead simply reference the Ext content in your Oracle APEX page templates from the CacheFly site. The following code will be added to Oracle APEX page templates:
<link rel="stylesheet" type="text/css" /> <script type="text/javascript" src="http://extjs.cachefly.net/ext-3.3.1/adapter/ext/ext-base.js"></script> <script type="text/javascript" src="http://extjs.cachefly.net/ext-3.3.1/ext-all.js"></script>
We will look at page templates and how to integrate Ext JS content in greater detail in Chapter 3, Building an Ext Theme into APEX.
- Creo Parametric 8.0中文版基礎入門一本通
- Adobe Illustrator 2023基礎教材
- MLOps實戰:機器學習模型的開發、部署與應用
- Word 2010實戰技巧精粹
- SOLIDWORKS 2020產品設計基本功特訓(第3版)
- 人人都能玩賺AI繪畫
- 巧學巧用Flash CS6制作動畫
- 好學、好用、好玩的Photoshop 寫給初學者的入門書(第4版)
- Quality Assurance for Dynamics AX-Based ERP Solutions
- 從零開始:Dreamweaver CS6中文版基礎培訓教程
- 設計必修課:Axure RP 9互聯網產品原型設計
- 解密AI繪畫與修圖:Stable Diffusion+Photoshop
- MATLAB 2020數學計算從入門到精通
- CorelDRA WX8中文版從入門到精通
- 深度學習圖像識別技術:基于TensorFlow Object Detection API和OpenVINO? 工具套件