Lesson 11: Deploy and test the payment application
During the deployment process, EGL creates HTML files and server-specific code to match your target environment.
About this task
Deployment is a two stage process:
- Internal deployment, when you deploy your handlers to a web project.
- External deployment, when you deploy the web project to an application server.
Edit the deployment descriptor
About this task
The EGL deployment descriptor manages the internal deployment and is created automatically in each EGLSource folder. The main handler is in the MortgageUIProject, and you use the EGL deployment descriptor in the PaymentClient/EGLSource folder.
To edit the EGL deployment descriptor:
Procedure
Set the data source for the new project
About this task
Procedure
Deploy the Rich UI application
About this task
You can now launch the deployment process:
Procedure
Run the generated code
About this task
Procedure
Lesson checkpoint
About this task
- Edit a deployment descriptor to deploy a Rich UI handler.
- Run the application on an application server.







