SE2: Software Design and Architecture is the second course of the three software engineering capstone project courses, offered jointly by the David R. Cheriton School of Computer Science and the Department of Electrical and Computer Engineering at the University of Waterloo.
SE2 is offered under course codes CS446, SE464, and ECE452.
Lectures are held Tuesday and Thursday from 16:00 to 17:20 in MC 1056. Tutorials are held Friday from 14:30 to 15:20 in MC 4060. My office hours are TBD but will be held in DC 3351. Official administrative entry.
Important dates and information will be posted to the course twitter feed.
While the course does not have a required textbook, much of the materials will be sourced from the first two texts; additional books are supplementary.
- Richard N. Taylor, Nenad Medvidovic, and Eric Dashofy. Software Architecture. Foundations, Theory, and Practice. Available in the library or for purchase (e.g., through Amazon.ca). Slides for this book are available online.
- Ian Gorton. Essential Software Architecture. Available online or for purchase (e.g., through Amazon.ca). Slides for this book are available online.
- Fred P. Brooks Jr. The Mythical Man Month. Available in the library or for purchase (e.g., through Amazon.ca).
- Fred P. Brooks Jr. The Design of Design. Unfortunately not in the library but still available through Amazon.ca.
Contact
The best way to get help is via email. You can reach me at rth.se2(at)gmail. Please try not to leave your questions until the last minute.
Nominal Outline
Introduction (1h)
Software Design Process Models (3h)
Arch/Design Representations (9h)
Design Plans/Arch (9h)
Design Strategies and Methods (6h)
Design Assessment (3h)
Design Verification (3h)
Tentative Course Schedule
It is important to note that this schedule is very susceptible to change based on your interests and how the class is progressing.Tuesday September 13 - Introduction & project description
Thursday September 15 - Architecture introduction
Tuesday September 20 - Proposal presentations
Presentation order listed below:
- Connoisseur
- Course Share
- Meet My World
- Wormhole
- Restaurant POS
- Student House Renting
- Thoughts Organizer
- It's Party Time
- Travel Buddy
Thursday September 22 - Arch Foundations
Tuesday September 27 - Arch NFPs
Thursday September 29 - Security & Arch Activity
Tuesday October 4 - Design Foundations
Thursday October 6 - Design Qualities
Tuesday October 11 - GWT Architecture
Thursday October 13 - DLS: Ed Lazowska
Tuesday October 18 - Arch Styles A
Thursday October 20 - Arch Styles B
Tuesday October 25 - Prototype demos
Presentation order listed below:
- WiFinder (formerly Travel Buddy)
- It's Party Time
- Thoughts Organizer
- Waterloo Event Finder
- Student House Renting
- Restaurant POS
- Wormhole
- Meet My World
- Course Share
- Connoisseur
- WatR
Thursday October 27 - Arch & design representations
Tuesday November 8 - Mid-Term postmortem
Thursday November 10 - Design patterns: Observer, Singleton, & Decorator
Tuesday November 15 - Design patterns: Factory & Facade
Thursday November 17 - MVP/MVC
Tuesday November 22 - Refactoring to patterns
Thursday November 24 - Guest Lecture
Tuesday November 29 - Final Presentations
- Restaurant POS
- WatR
- Course Share
- It's Party Time
- Thoughts Organizer
- Meet My World
Thursday December 1 - Final Presentations
- Waterloo Event Finder
- Connoisseur
- Wormhole
- Student House Renting
- WiFinder
- Learn to Run
Tutorial Schedule
A tutorial will not be presented every week. On the weeks a tutorial is not being presented the TAs will conduct office hours in DC 3334 (the SWAG lab). The tutorial is an excellent time to meet with the TAs with any questions, concerns, or problems. The tutorial / office hour list will be updated as the term progresses; announcements about Friday's tutorial will always be available by the start of class on Tuesday.
- Friday, Sept 13: Tutorial on GWT. [Tutorial Slides]
- Friday, Nov 11: Deliverable #4 discussion; architecture example. [Tutorial Slides]
- Friday, Nov 18: Design pattern (Command)[Tutorial Slides]
- Friday, Nov 25: Design pattern (Visitor)[Tutorial Slides]
Project
The project forms an integral part of this course. The goal of the project is to produce a significant piece of software that performs some useful function. This software must have a considered and defensible design. The software must be executable on at least two mobile platforms (e.g., two of Playbook, TouchPad, Android, and iPad). You can use phone form factors instead of tablets if you wish, but the same platform restriction applies.
The multi-platform requirement suggests developing your system using some kind of cross-platform development methodology which leads to the one of the only limitations being placed on the project: you will use Google's GWT framework to build your app. GWT allows you to write your application in Java and automatically cross-compiles the result to javascript that works on multiple browsers and platforms; UI theming is done via HTML/CSS. GWT provides a good platform to build on and will force each team to consider their architecture more carefully as your system must interoperate with various frameworks and deal with various limitations of being deployable to a handheld device. Your application can still work on a full browser as well if you wish.The projects will be completed in teams, preferably in groups of four. You are free to select your own team; if you do not have a team or your team has less than four members, please talk to me and I will try to help. Each of the deliverables for the project can be considered assignments.
Deliverable #1: Project proposal. DUE September 20 @ 08:00. [Deliverable Details]
An initial project proposal is due via email. Teams will present their proposals in class.Deliverable #2: Architecture & design goals. DUE October 13 @ 08:00. [Deliverable Details]
Deliverable #3: Prototype demos. DUE October 25 @ 0800 (status) and in class (demo). [Deliverable details]
Deliverable #4: Architecture & design. DUE November 17 @ 08:00. [Deliverable Details]
An initial project proposal is due via email to rth.se2@gmail on September 20 @ 0800.Deliverable #5: Project source code. DUE November 29 @ 08:00. [Deliverable Details]
Deliverable #6: Project presentations. DUE November 29 / December 01 in class. [Deliverable Details]
Deliverable #7: Technical tutorial. DUE December 05 @ 08:00. [Deliverable Details]
Assessment
Design Impressions: Pass/Fail
Deliverable #1: Project proposalPass/Fail
Deliverable #2: Project architecture and design goals10%
Deliverable #3: Project prototype demonstrationPass/Fail (+bonus)
Deliverable #4: Project architecture and design20%
Deliverable #5: Project implementationPass/Fail
Deliverable #6: Project presentation15% (+bonus)
Deliverable #7: Project technical tutorial15% (+bonus)
Mid-Term: 10%
Final: 30%
You must pass the final exam and all pass/fail assignments to pass the course.
Graduate Student Project
For graduate students only: in addition to the mobile project, you will perform an individual graduate project. The graduate project is worth 25% of your grade; this will come by compressing the value of your midterm, final, and mobile project grade to 75% of your total mark.
Three types of graduate projects are possible:
- Build a Software Tool:
The goal of this style of project is to identify some problem developers encounter in practice, find some solution, and validate that the solution helps with the initial problem. I would recommend drawing upon your experience as you write code to identify some problem that has inhibited you in the past and fix it.
The outcome of this project will be a short (5-6 page) paper describing the problem, your solution, a comparison to related approaches, and some form of validation.
- Literature Survey:
The goal of this kind of project is to gain a more complete understanding of a topic relevant to this course. The outcome of this project will be a critical summary of the state-of-the-art on your selected topic; this summary should be 8-10 pages. It is essential that this summary synthesizes the surveyed literature to identify important themes, findings, and open questions.
- Use an Advanced Software Development Tool
The goal of this project is to provide a validation of some previously-existing development tool from the research community. The tool you validate must be related to the course material. The outcome of this project will be a 6-8 page paper describing your experience with the tool outlining its strengths, weaknesses, and avenues for future improvement.
There are two deliverables for the graduate project:
- Project proposal. Before you undertake your project you will need to submit a proposal for approval. The proposal should be short (1-2 pages in ACM format). The proposal should include a problem statement, the motivation for the project, a set of objectives you aim to accomplish, and a set of milestones. I will read these and provide comments. The proposal is not for marks but _must_ be completed in order to pass the course. This will be due on October 3 @ 0800 via email.
- Written report. The required length of the written report varies from project to project; all reports must be formatted according to the ACM format and submitted as a PDF. This artifact will constitute 100% of the graduate project grade. This will be due on December 05 @ 0800 via email.
Policies
Academic Integrity
- In order to maintain a culture of academic integrity, members of the University of Waterloo community are expected to promote honesty, trust, fairness, respect and responsibility. [See the academic integrity site for more information.]
Grievance
- A student who believes that a decision affecting some aspect of his/her university life has been unfair or unreasonable may have grounds for initiating a grievance. Read Policy 70, Student Petitions and Grievances, Section 4.
- When in doubt please be certain to contact the department’s administrative assistant who will provide further assistance.
Discipline
- A student is expected to know what constitutes academic integrity to avoid committing an academic offence, and to take responsibility for his/her actions.
- A student who is unsure whether an action constitutes an offence, or who needs help in learning how to avoid offences (e.g., plagiarism, cheating) or about “rules” for group work/collaboration should seek guidance from the course instructor, academic advisor, or the undergraduate Associate Dean.
- For information on categories of offences and types of penalties, students should refer to Policy 71, Student Discipline.
- For typical penalties check Guidelines for the Assessment of Penalties.
Appeals
- A decision made or penalty imposed under Policy 70 (Student Petitions and Grievances) (other than a petition) or Policy 71 (Student Discipline) may be appealed if there is a ground.
- A student who believes he/she has a ground for an appeal should refer to Policy 72 (Student Appeals).