TodoListServlet
so that the doGet
method adds the todos from the service to the request and forwards the request to the server page todoList.jsp
which renders the todos.
NewTodoServlet
so that the doGet
method adds the todo categories to the request and forwards the request to the server page newTodo.jsp
which renders a form for posting a new todo.