December 2013
Beginner to intermediate
446 pages
9h 9m
English
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 requestRead now
Unlock full access