Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

you will create a program in NetBeans that stores information about a DVD collection. The program must do the following: 1. Allow the user to

you will create a program in NetBeans that stores information about a DVD collection. The program must do the following:

image text in transcribed

1. Allow the user to add a DVD to the collection 2. Allow the user to remove a DVD from the collection 3. Allow the user to edit the information for an existing DVD in the collection 4. Allow the user to list the DVDs in the collection 5. Allow the user to display the information for a particular DVD 6. Allow the user to search for a DVD by title 7. Load the DVD library from a file 8. Save the DVD library back to the file when the program completes 9. Allow the user to add, edit, or delete many DVDs in one session Additionally, the program must follow the MVC design pattern and use dependency injection as shown in the course material. You should follow the process outlined in the Agile Approach Checklist for Console Applications document elsewhere in this course. Your DVD data transfer object should have the following fields: 1. Title 2. Release date 3. MPAA rating 4. Director's name 5. Studio 6. User rating or note (allows the user to enter additional information, e.g., "Good family movie")

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 2012 Administration

Authors: Adam Jorgensen, Steven Wort

1st Edition

1118106881, 9781118106884

More Books

Students also viewed these Databases questions

Question

Is the style consistent?

Answered: 1 week ago