Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Design Pattern Assignment #121

Open
2018yzhang opened this issue Apr 10, 2018 · 6 comments
Open

Design Pattern Assignment #121

2018yzhang opened this issue Apr 10, 2018 · 6 comments

Comments

@2018yzhang
Copy link

2018yzhang commented Apr 10, 2018

  1. Front Controller Pattern -(Kalila & Yang)
  2. MVC Pattern -(Sam & Yidan)
  3. Composite Pattern (Nick and Caitlin)
@CHarvey820
Copy link

CHarvey820 commented Apr 13, 2018

Team selected MVC pattern as design pattern to implement.

Split Student Class into 2 classes: Student entity and Student Controller

@kalilamoua
Copy link
Contributor

kalilamoua commented Apr 24, 2018

View- jsp pages
Model- java bean - connects to database
Controller - jsp action pages

@kalilamoua
Copy link
Contributor

I will create UML diagram to demonstrate an example of MVC design pattern in our project.

@kalilamoua
Copy link
Contributor

mvc

Review and give me feedback.

@2018yzhang
Copy link
Author

This MVC design pattern applies to our project because we already structured our code this way. We did not go with Front Controller (our second choice) because we did not want admin and student users (two different users). It was not a part of our plan for sprint 3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants