In relation to EGL Rich UI, the word deploy refers primarily to the creation of an HTML file that embeds previously generated JavaScript output. You specify the details needed for deployment by configuring the EGL deployment descriptor, as described in “Adding Rich UI deployment entries in the EGL deployment descriptor.”
For details about the EGL Rich UI Proxy, see “Service access in Rich UI.”
For details about the EGL Rich UI Proxy, see “Service access in Rich UI.”
In each case, EGL deployment supports globalization, as noted in “Use of properties files for displayable text.” When you specify a name for the HTML file, the deployment adds locale detail to the name, along with the file extension .html. For example, if you specify myFile.htm and request an output that uses runtime messages in American English, the deployment step creates the file named myFile.htm-en_US.html.
EGL compresses the application to reduce the size of generated HTML files during deployment and uses gzip to compress the files the server sends to the browser.