Exercises

Implement the UserHandler and TaskHandler classes, mapping the requests to the following methods:

  • /task/find will map to the TaskHandler.find method using a GET request
  • /task/store will map to the TaskHandler.store method using a POST request
  • /task/findAll will map to the TaskHandler.findAll method using a GET request
  • /task/remove will map to the TaskHandler.remove method using a POST request
  • /user/find will map to the UserHandler.find method using a GET request
  • /user/store will map to the UserHandler.store method using a POST request
  • /user/findAll will map to the UserHandler.findAll method using a GET request
  • /user/remove will map to the UserHandler.remove method using a POST request
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.141.4.179