Can someone help me with this program?
Can someone make this program for me?
Make a Java-webapplication containing a few webpages (html-files and servlets, but NO jsp's). With this application you can get bankdata from a database, for example:
page 1: html-file: Welcome on the website, type your bankaccount and password
page 2: error if bankaccount doesn't exist or wrong password
page 3: welcome with name and option to choose for your balance or a list with transactions from that account (the user can give a starting date)
page 4: showing the balance or the list with transactions, name and accountnumber
Store the information about the account and name in sessionsvariables
the database is an access-file with two tables
table Accounts with colums: accountnumber, name, balance and password
table Transactions with colums: accountnumber, amount, plus/minus, date, sorttransaction and contra-account
(when I need to send you the database by mail, you can ask me ...)
maybe someone can help me,
thanks in advance
greetings Bastiaan

