SWE 432: Design and Implementation of Software for the Web
Assignment — Fall 2014
This course is part of the ACS Software Engineering
and the minor in Software Engineering programs.
Syllabus Schedule
  

SWE 432 Assignment 10
Multiple Users
Due 11/25    11/28 (by 5:00 pm)


Extend your previous program to keep track of different users and events. You do not need to worry about authentication. That is, simply accept user names, not passwords. The event information screen should show all current events, and let users confirm on any of the current events. When a user enters an event information, the user must supply a user name, which is then shown beside the event information. When a user confirms for an event, the user must also supply a user name. A user cannot confirm on his or her own event. Once a user name is given in the session, that user name must stay the same throughout the session. That is, the user cannot change a user name once given.

Details:

Hint: If you open up two different browsers on your computer, they will each have a separate session. This might help test your program.

You can format the screens as you wish as long as you follow the usability guidelines from class. You can also add additional functionality. Get creative and have fun!

As before, you can work with a partner or alone. You can work with the same partner as the previous assignment, or a different partner. Be sure to alert me to any conflicts that could endanger your grade.

Within the above constraints, feel free to format the output web page any way you like and include extra functionality if you like. Your program will be graded on correctness, and also on the readability and maintainability of the Java and the HTML that it produces (for example, be sure to add carriage returns!).

You will deploy your program on the swe432 application server, as detailed in the instructions.

Submission

Put your name and "SWE 432 - Assignment 10" on all screens. If you work with a partner, put both names on the screens. Submit your program by

NOTE: I will access each assignment shortly after the due date and not look at your web site afterwards.

Making your web page available to me is your responsibility. If I cannot access your file then you will not get credit. Be sure to test access to your file before the due date.

Prepare to present your invitation system at the end of the semester.

Grading Rubric

The grading for this assignment will be as follows:
[Total: 20 points]

Special Helper Extra Points

[Purpose: promote collaboration]
[Total: 10 points]

If you got help from your classmates (excluding your partner), when you submit your assignment on Blackboard, please

If you have multiple helpers, please specify their names and what/how they helped explicitly on Blackboard.

NOTE: Extra points will not be awarded if any of the above information is missing.

The helper earns 1 extra point for each project he/she helps, upto 10 extra points.



© Based on documents by Dr. Jeff Offutt (the original author) and Dr. Kinga Dobolyi, use with permission of the author. This document is made available for use by GMU students of SWE 432. Copying, distribution or other use of this document without express permission of the author is forbidden. You may create links to pages in this web site, but may not copy all or part of the text without permission of the original author.