Hey all,
I have a project that i need to make a web crawler to find links in a website, and then represent the site's structure in a 3D tree. I have found an example at http://java.sun.com/developer/technicalArticl es/ThirdParty/WebCrawler/ for the crawler, but it seems very very old when hava was at 1.3 and seems some packages have changed abit and now it doesnt work properly. What modifications are needed to make that code work properly now?
My main question is, are there any specific packages now implemented in java i can use if i dicide make the crawler from scratch? What i should use to make my life easier?
For the 3D representation part, i was said to use VRML to do it. Is that a good idea or anyting else i could use?
I have a project that i need to make a web crawler to find links in a website, and then represent the site's structure in a 3D tree. I have found an example at http://java.sun.com/developer/technicalArticl es/ThirdParty/WebCrawler/ for the crawler, but it seems very very old when hava was at 1.3 and seems some packages have changed abit and now it doesnt work properly. What modifications are needed to make that code work properly now?
My main question is, are there any specific packages now implemented in java i can use if i dicide make the crawler from scratch? What i should use to make my life easier?
For the 3D representation part, i was said to use VRML to do it. Is that a good idea or anyting else i could use?
Comment