Creating custom General Interface builds to run your General Interface applications involves two steps:
Customizing the Optimization ScriptTo customize and run the optimization script, complete the following steps:
Running the Optimization Script and Testing the BuildRunning the optimization script modifies the jsx.js files located in the deployment directory: deploy_dir/JSX/js/fx, deploy_dir/JSX/js/ie6, and deploy_dir/JSX/js/ie7. The optimization script notifies you of any classes that are required by the classes that you included. The optimization script also creates a backup of the original jsx.js files in the deployment directory. For example, if your deployment directory is gideploy1, then backups of the original files are copied to these locations: gideploy1/JSX/js/fx/jsx.js.orig gideploy1/JSX/js/ie6/jsx.js.orig gideploy1/JSX/js/ie7/jsx.js.orig To run and test the optimization script, complete the following steps:
If you're not satisfied with the results, continue to modify the optimization script, rerun the optimization script, and test the application performance until you're satisfied with the results. |
Contents
|
