Sunday, March 27, 2005

Search Engine Project meets full stop.

Today, I was rushing towards hard coding..with the hurry of finishing the project before afternoon.
I was acting like an assembler than a programmer. I integrated various reusable code snippets with the project code.

The last headache came when I tried to connect to google for searching. Thats, Google's 403 error code! I got surprised! 403 http error code says: Your request is understood, but I wont allow :) .. See.. How smart google is!
Then I planned to use wget for ripping the search page then storing it in a file and reading from bean class.
The project has beome like a noodles structure! . Immediately I got an idea popping in mind...Why dont try socket?
Yes, it worked at last.

No comments: