
Someone please help me,Basec on the image given ( Loan and Loan output).
How to Use the JAVA , HTML and JSP code given to create or change something and make the output ( Loan output) can store in
(Create a database named " bookingcourtdb" and "jdbc / bookingcourtds")
File : ComputeLoan.html <!-- View component: ComputeLoan.html --> </body>
|
File: DisplayLoanComputationResult2.jsp <%-- View component: DisplayLoanComputationResult2.jsp --%> <%-- alternate way <html> Annual Interest Rate: ${loan["annualInterestRate"]}<br /> |
File: ComputeLoan.java /* Controller component: ComputeLoan.java *. @WebServlet(urlPatterns = {"/ComputeLoan"}) @Override |
File: Loan.java /* Model component: Loan.java */ package domain; public class Loan { public Loan() { public Loan(double annualInterestRate, int numberOfYears, double loanAmount) { public double getAnnualInterestRate() { public void setAnnualInterestRate(double annualInterestRate) { public int getNumberOfYears() { public void setNumberOfYears(int numberOfYears) { public double getLoanAmount() { public void setLoanAmount(double loanAmount) { public double getMonthlyPayment() { public double getTotalPayment() { public java.util.Date getLoanDate() {
|



Step by stepSolved in 5 steps

- Hi, I am looking for some help to solve this question. I cannot figure out how to solve it and the code below is all I have. Please be advised I am using PostgreSQL. Thus, I must use LANGUAGE PLPGSLQ as that is what the professor is looking for. Thank you for your help. Code CREATE TABLE instructor_course_nums (ID VARCHAR(25), name VARCHAR(25), tot_courses VARCHAR(25)); CREATE TEMPORARY TABLE instructor_course_nums (ID VARCHAR(5),name VARCHAR(20),tot_courses INTEGER); CREATE OR REPLACE PROCEDURE Moreno_03_insCourseNumsProc(INOUT i_ID VARCHAR(5))LANGUAGE PLPGSQLAS$$arrow_forwardSeaborn is preferable to Matplotlib because of all of the following reasons except: Select one: a.Matplotlib’s API is relatively low level, requiring a lot of coding for sophisticated data visualisation. b.It intelligently uses the DataFrame labels in a plot c.Matplotlib’s defaults are not exactly the best choices. d.Matplotlib’s API is relatively high level, requiring little coding for sophisticated data visualisation.arrow_forwardWhat are interfaces? how do we design interfaces for different environments, people, places, and activities? please help to write 1 to 2 pages.arrow_forward
- What is the purpose of the sandbox model?arrow_forwardjava program Describe how you can generate public API documentation page (HTML page) for your class implementations.arrow_forwardRequirements: 1. Using SceneBuilder, open the EmployeeView and create a form for Employee Data Entry, similar to the form shown in Figure 2. The TextArea is to be filled by the current employee list after adding a new employee. To help you, the component tree is also shown on the figure: 2. When the form is loaded by the EmployeeApp, it should initially hide the car maker and Price labels and textfields, as shown in Figure 3. It should also initialize the employees list (Hint: by calling a method in EmployeeRepo). When the “Has a Car?” button is clicked, the form displays as in Figure 4. 3. When the user fills the required data and clicks the "Add" button, an Employee instance should be created and added to the employees list (Hint: use the static addEmployee() method in the EmployeeRepo). The employees list should then be displayed in the TextArea in the GUI. (Notice the added data are highlighted record in Figure 5) 4. The "Clear" Button should erase the contents of all the fields…arrow_forward
- Please anwser the following question regarding ios app development.arrow_forwardQ. What is the purpose of the "strict mode" in JavaScript, and how do you enable it in a JavaScript file?.arrow_forwardDO NOT COPY FROM OTHER WEBSITES Upvote guarenteed for a correct and detailed answer. Thank you!!!arrow_forward
- Computer Networking: A Top-Down Approach (7th Edi...Computer EngineeringISBN:9780133594140Author:James Kurose, Keith RossPublisher:PEARSONComputer Organization and Design MIPS Edition, Fi...Computer EngineeringISBN:9780124077263Author:David A. Patterson, John L. HennessyPublisher:Elsevier ScienceNetwork+ Guide to Networks (MindTap Course List)Computer EngineeringISBN:9781337569330Author:Jill West, Tamara Dean, Jean AndrewsPublisher:Cengage Learning
- Concepts of Database ManagementComputer EngineeringISBN:9781337093422Author:Joy L. Starks, Philip J. Pratt, Mary Z. LastPublisher:Cengage LearningPrelude to ProgrammingComputer EngineeringISBN:9780133750423Author:VENIT, StewartPublisher:Pearson EducationSc Business Data Communications and Networking, T...Computer EngineeringISBN:9781119368830Author:FITZGERALDPublisher:WILEY





