Java Project: Overview: Next year, God willing, Arab Open University will organize an international conference. On the sidelines of the conference, many workshops will be held. It is required to help the organizers implement an application to keep track of all workshops and attendees. Requirements: After a quick meeting with the organizers, you got the following information: • Each attendee has a unique passport number, a name and other attributes (add at least 2 attributes from your choice). • The whole data should be stored in one collection such that for each workshop, all attendees associated with it could be retrieved easily and directly. • There is a text file including the names of all available workshops (each workshop is in a separate line) Implementation: After analysing the given requirements, implement the required application: • with Object Oriented Programming style • following the rules of good programming style (e.g. adding comments, etc.) using only the material covered in M251 (and its prerequisites)
Java Project: Overview: Next year, God willing, Arab Open University will organize an international conference. On the sidelines of the conference, many workshops will be held. It is required to help the organizers implement an application to keep track of all workshops and attendees. Requirements: After a quick meeting with the organizers, you got the following information: • Each attendee has a unique passport number, a name and other attributes (add at least 2 attributes from your choice). • The whole data should be stored in one collection such that for each workshop, all attendees associated with it could be retrieved easily and directly. • There is a text file including the names of all available workshops (each workshop is in a separate line) Implementation: After analysing the given requirements, implement the required application: • with Object Oriented Programming style • following the rules of good programming style (e.g. adding comments, etc.) using only the material covered in M251 (and its prerequisites)
Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
Related questions
Question
i need the code only, thank you in advance
![Hints for the class that will do the main job:
There is no getter and setter for the main collection that stores the whole data, and any access
to it should be done via the methods available in the class.
• it has a method that reads the names of the workshops from a text file and stores them in the
main collection and return another collection includes only the names of the workshops.
• It has a method for registering an attendee in a specified workshop.
• It has a method for removing an attendee from a specified workshop using only his/her passport
number.
It is not allowed to do any operation violates the state of any object (e.g. registering an attendee
twice in the same workshop)
Checking equality of any 2 objects should be done via the equals() method
It has a method which returns the whole data in a format similar to the following:
workshopName 1:
attendee 1 information
attendee 2 information
workshopName 2:
where workshop names should be sorted alphabetically and attendees in the same workshop
should be sorted according to their passport numbers.](/v2/_next/image?url=https%3A%2F%2Fcontent.bartleby.com%2Fqna-images%2Fquestion%2Ffa9c9d0b-af3b-45dc-89df-7dbf7de0fde9%2Fa3beb4ed-92fc-4ed6-a1e5-cab28431951a%2F1fwlpn_processed.jpeg&w=3840&q=75)
Transcribed Image Text:Hints for the class that will do the main job:
There is no getter and setter for the main collection that stores the whole data, and any access
to it should be done via the methods available in the class.
• it has a method that reads the names of the workshops from a text file and stores them in the
main collection and return another collection includes only the names of the workshops.
• It has a method for registering an attendee in a specified workshop.
• It has a method for removing an attendee from a specified workshop using only his/her passport
number.
It is not allowed to do any operation violates the state of any object (e.g. registering an attendee
twice in the same workshop)
Checking equality of any 2 objects should be done via the equals() method
It has a method which returns the whole data in a format similar to the following:
workshopName 1:
attendee 1 information
attendee 2 information
workshopName 2:
where workshop names should be sorted alphabetically and attendees in the same workshop
should be sorted according to their passport numbers.
![Java Project:
Overview:
Next year, God willing, Arab Open University will organize an international conference. On the
sidelines of the conference, many workshops will be held.
It is required to help the organizers implement an application to keep track of all workshops and
attendees.
Requirements:
After a quick meeting with the organizers, you got the following information:
Each attendee has a unique passport number, a name and other attributes (add at least 2
attributes from your choice).
The whole data should be stored in one collection such that for each workshop, all attendees
associated with it could be retrieved easily and directly.
There is a text file including the names of all available workshops (each workshop is in a separate
line)
Implementation:
After analysing the given requirements, implement the required application:
• with Object Oriented Programming style
• following the rules of good programming style (e.g. adding comments, etc.)
• using only the material covered in M251 (and its prerequisites)](/v2/_next/image?url=https%3A%2F%2Fcontent.bartleby.com%2Fqna-images%2Fquestion%2Ffa9c9d0b-af3b-45dc-89df-7dbf7de0fde9%2Fa3beb4ed-92fc-4ed6-a1e5-cab28431951a%2Fjdthha_processed.jpeg&w=3840&q=75)
Transcribed Image Text:Java Project:
Overview:
Next year, God willing, Arab Open University will organize an international conference. On the
sidelines of the conference, many workshops will be held.
It is required to help the organizers implement an application to keep track of all workshops and
attendees.
Requirements:
After a quick meeting with the organizers, you got the following information:
Each attendee has a unique passport number, a name and other attributes (add at least 2
attributes from your choice).
The whole data should be stored in one collection such that for each workshop, all attendees
associated with it could be retrieved easily and directly.
There is a text file including the names of all available workshops (each workshop is in a separate
line)
Implementation:
After analysing the given requirements, implement the required application:
• with Object Oriented Programming style
• following the rules of good programming style (e.g. adding comments, etc.)
• using only the material covered in M251 (and its prerequisites)
Expert Solution
![](/static/compass_v2/shared-icons/check-mark.png)
This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
This is a popular solution!
Trending now
This is a popular solution!
Step by step
Solved in 2 steps with 10 images
![Blurred answer](/static/compass_v2/solution-images/blurred-answer.jpg)
Recommended textbooks for you
![Computer Networking: A Top-Down Approach (7th Edi…](https://www.bartleby.com/isbn_cover_images/9780133594140/9780133594140_smallCoverImage.gif)
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
![Computer Organization and Design MIPS Edition, Fi…](https://www.bartleby.com/isbn_cover_images/9780124077263/9780124077263_smallCoverImage.gif)
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
![Network+ Guide to Networks (MindTap Course List)](https://www.bartleby.com/isbn_cover_images/9781337569330/9781337569330_smallCoverImage.gif)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
![Computer Networking: A Top-Down Approach (7th Edi…](https://www.bartleby.com/isbn_cover_images/9780133594140/9780133594140_smallCoverImage.gif)
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
![Computer Organization and Design MIPS Edition, Fi…](https://www.bartleby.com/isbn_cover_images/9780124077263/9780124077263_smallCoverImage.gif)
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
![Network+ Guide to Networks (MindTap Course List)](https://www.bartleby.com/isbn_cover_images/9781337569330/9781337569330_smallCoverImage.gif)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
![Concepts of Database Management](https://www.bartleby.com/isbn_cover_images/9781337093422/9781337093422_smallCoverImage.gif)
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
![Prelude to Programming](https://www.bartleby.com/isbn_cover_images/9780133750423/9780133750423_smallCoverImage.jpg)
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
![Sc Business Data Communications and Networking, T…](https://www.bartleby.com/isbn_cover_images/9781119368830/9781119368830_smallCoverImage.gif)
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY