Next >

Create a mortgage application with EGL Rich UI

Create a Rich UI application so that the user can do the following tasks: calculate monthly mortgage payments, given a loan amount and interest rate; display a pie chart that tells the interest and principal for the life of the mortgage; retrieve any of the payment calculations that were provided earlier to the same user; and display a map of the mortgage lenders who have offices in one or another U.S. zip code.

Learning objectives

In this tutorial, you will complete these tasks:

  • Plan the application and design the interface.
  • Import a widget to control the different sections of the interface.
  • Write a service to calculate mortgage payments.
  • Request output from the service and display the results.
  • Create a pie chart.
  • Pass data between sections of the interface.
  • Create an internal table that lists all calculations.
  • Access an existing service to find mortgage lenders and to map their locations.
  • Install and configure the Apache Tomcat web server.
  • Deploy the web page to the web server and test the application.

Time required

90 minutes
Next >

Feedback