ECT 433: Survey of Web Programming Technologies

Autumn 2003

Assignment 2

Using a bean

Due Monday October 6 before 11:30pm

Summary

For this assignment, you will use a Java bean that provides the logical calculation for running a simple currency conversion application.

Basic application

Download and study the starter folder for this assignment. This folder contains files to create the CurrencyConv bean and a demonstration JSP file (convert.jsp) that uses all of its functionality. We will review how this file works in class.

Develop a Web application that allows a user to specify the following:

The program should then respond with the equivalent amount.

Additional specifications

Submission

You should submit a zip file that includes the contents of your web application files. Use the assignment submission application on the Distance Learning Web site.

If you are completing this assignment with one other student, make sure both names are commented in all html and jsp files. Only one submission is needed.