--Name: Madhurnath V Badal --class ID: 3379 6820 90 --A brief description of the HTML/Javascript/Java Servlet and google gears: 1.hw8_database.html This page gives user the option to get the date and provide a task. The task will be updated in the local google gear database. The javascript tries to send the un synchronised data to the google calendar database after a timeout and it also gets the latest entries after every time-out. 2.CalGoo.Java Java Servlet file to perform the AJAX operations like doGet and doPost. It gets the entries from the google calendar and also updates the google calendar with the posted Task and Date details. Concerns: The Date validation is not done purposefully.A wrong date entered automatically increments and inserts the Task into the next valid Date. This is handled by google calendars only.