MVC (part 2)

  • 7
  • Locked
1. Create a controller package, and create a Controller class inside it. This class will receive requests from the client and notify the Model. The Model, in turn, will update the DataModel. 2. Add a Model model field, along with a setter, to the controller.
You can't complete this task, because you're not signed in.
Comments
  • Popular
  • New
  • Old
You must be signed in to leave a comment
This page doesn't have any comments yet