Running Insurance Model

The running insurance model we are presenting is a demo of B2C application. The application has a GUI front-end of an HTML page with JavaScript code embedded to make the HTML page dynamic and user-friendly. This application models insurance applications where a client fills out the application, submits and gets an illustration of an insurance policy for the information supplied by the user.

The application is designed to check errors and ranges and provides an automatic help message at the lower part of the screen. This application is a front-end to Java servlet application. The Project Framework White Paper gives more details of the N-tiers system we present.

Run Insurance Model

Please check the application for the following:

        1. Help – both “F1” and “Help" button
        2. Automatic Help Messages with each field
        3. Choice of languages
        4. Date of birth – specially the month of February (only 28 or 29 days)
        5. Policy and plan
        6. The submitting.

The illustration at this point is not using servlets, middle tier and databases, as our hosting lacks a servlet engine. We plan to add this feature to the server to present the power of such a Web application.