Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

You can compute a loan payment for a loan with the specified amount, number of years, and annual interest rate. Write a web service called

You can compute a loan payment for a loan with the specified amount, number of years, and annual interest rate. Write a web service called LoanService with two remote methods for computing monthly payment and total payment. Name these methods monthlyPayment and totalPayment respectfully.

Write a JSF (JavaServer Faces) client application that consumes the LoanService web service. The web client application should have a web page with a form allowing input of loan amount, number of years, and annual interest rate. The form should include validating the entered values. On clicking the Calculate button on the form the application will use the web service to get the monthly and total payments and display them on a web page.

Additional Notes:

For validation purposes all three input fields are required and must be numeric, the loan amount must be at least $500.00, the interest rate must be greater than 0% and less than 100%, and the number of years must be a minimum of 1 year and a maximum of 100 years..

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Professional Microsoft SQL Server 2014 Integration Services

Authors: Brian Knight, Devin Knight

1st Edition

1118850904, 9781118850909

More Books

Students also viewed these Databases questions

Question

What are the main differences between rigid and flexible pavements?

Answered: 1 week ago

Question

What is the purpose of a retaining wall, and how is it designed?

Answered: 1 week ago

Question

How do you determine the load-bearing capacity of a soil?

Answered: 1 week ago

Question

what is Edward Lemieux effect / Anomeric effect ?

Answered: 1 week ago

Question

8. Measure the effectiveness of the succession planning process.

Answered: 1 week ago