Sunday, March 13, 2011

Headache

This is going to be an interesting semester.

Considering the amount of parties I have attended, I really should have spent more time on my homework. Right now I am banning my head trying to figure out a html parser.

I just had a second wind. I should have been using JSP for html parsing all this time. Not only javascript is unsafe for such operation, I am also more familiar with JSP.

So basically I need to download the webpage, then use the parser to locate the items I wanted, then put those items in a database. After that I need to pull those data out and put them on Google map.

  1. Downloading a webpage (1 hours)
  2. Locate the html file via JSP cobra (10 hours)
  3. Locate the event tags (2 hours)
  4. Create JDBC drivers (5 hours)
  5. Use SQL to commit to the database (3 hours)
  6. Pull out the data SQL (1 hour)
  7. Process the events via Google search (10 hours)
  8. Filter the events based user setting (3 hours)
  9. Map them on Google map. (5 hours)
totally roughly 37 hours. Maybe do-able if everything works out right during the spring break

No comments:

Post a Comment