Question
For this project, you will be creating an entire Java Web Application from scratch. (200 Points) The Dentist Office Appointment Web Application Project Description: In
For this project, you will be creating an entire Java Web Application from scratch. (200 Points) The Dentist Office Appointment Web Application Project Description: In this project you will create an Enterprise Application that may be used by a Dentist Office Patient or one of the Dentists. A Patient Should be able to: Login View/Change their current name, address info View/Change their next Dentist Appointment Add a new Appointment if they do not already have an appointment A Dentist Should be able to: Login View/Change their current name, address info View their upcoming appointments Note: There is one major assumption for this Project. That is that a Patient can only schedule one appointment at a time. They cannot have multiple appointments. That is they cannot make a new appointment if they already have an appointment. They must wait until their current appointment is finished before they make a new appointment. The data needed for this Web App will be stored in a MS Access database. The Instructor will provide the database. See DentistOffice.accdb in the Project Folder. Use the MVC(Model/View/Controller) Architecture the way we discussed in class. Your Enterprise Application should include: HTML/JSP files Servlets Business Objects Project Requirements: PART I: Analysis and Design(30 Points) Before you begin Coding, sit down and plan out your project. What Business Objects will you need? What JSPs will you need? What Servlets will you need? Which part of the project should you create first??? You will need to include a flow diagram and a list of components needed for this project. The flow diagram will describe the flow of your Web App, including which JSPs call which servlets, and which Servlets use which Business Objects, etc. PART II: Code(90 Points) Create all the pieces of this application used by a Patient. (See details of Patient requirements above). PART III: Code(60 Points) Create all the pieces of this application used by a Dentists. (See details of Dentist requirements above). PART IV: Documentation(20 Points) Create Documentation for all Java classes for this Web App Project using Java Doc. Also, you must comment your code completely. I will ask you to print out one of your project components. And I will determine your documentation grade based on this item.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started