In this assignment you will build some tools that will allow people to open new accounts with the fictitious company The Great DVD. You will also evaluate the tools that you develop. In particular, you should:
newaccount1.html that allows people to enter information about themselves.MemberRecord
which contains all of the information about each member.MemberDatabase which is a collection of MemberRecord objects.NewMemberServer which controls the operation of the application.File output hint .NewMemberServer.cgi that runs the Java application.You may use any books or notes at your disposal, but you should work entirely on your own.