Introduction - If you have any usage issues, please Google them yourself
Use Java Web Services technology to create a to-do management system. Different customers should be able to connect to a server to manage various to-do list objects, such as querying list items, adding list items, deleting list items, and specifying the to-do list. The server should also have management functions to allow users to register. Each item in the to-do list has a description, a start time and an end time, which the user must complete within a specified time. Users can add any number of items to their to-do list.