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.
- Downloading a webpage (1 hours)
- Locate the html file via JSP cobra (10 hours)
- Locate the event tags (2 hours)
- Create JDBC drivers (5 hours)
- Use SQL to commit to the database (3 hours)
- Pull out the data SQL (1 hour)
- Process the events via Google search (10 hours)
- Filter the events based user setting (3 hours)
- 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