473,402 Members | 2,055 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,402 software developers and data experts.

Website Crawler

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/technicalArticles/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?
Mar 18 '08 #1
4 1915
Anyone can help with some directions?
Mar 19 '08 #2
JosAH
11,448 Expert 8TB
I hope you know that the web is not a tree structure, it's a graph structure; btw
what is a 3DTree? Every tree no matter it's arity (number of children) can be
represented in a 2D space. But you don't need a tree, you need a graph or even
a multi graph (more edges from and to the same nodes).

kind regards,

Jos
Mar 19 '08 #3
I hope you know that the web is not a tree structure, it's a graph structure; btw
what is a 3DTree? Every tree no matter it's arity (number of children) can be
represented in a 2D space. But you don't need a tree, you need a graph or even
a multi graph (more edges from and to the same nodes).

kind regards,

Jos
By 3D i mean basic 3D shapes represent 1 node thats why i was asked to use VRML for the shapes. I will only need to represent a single website not many websites connected together thats why i said a tree. Maybe graph was a more appropriate term now that i think of it since websites can point to multple others not limited to sub-sites of them. Well, the instructions i got said tree ... guess they used a wrong term :)

So, any libraries i can use to make the crawler from scratch to make my life easier ?
How about VRML? I think its an outdated way to use for the website representation, so is there a good way in java to do it or any other suggestions on what to use?

Thanks in advance
Mar 19 '08 #4
Any help from anyone?
Mar 21 '08 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Benjamin Lefevre | last post by:
I am currently developping a web crawler, mainly crawling mobile page (wml, mobile xhtml) but not only (also html/xml/...), and I ask myself which speed I can reach. This crawler is developped in...
2
by: Sanjay Patra | last post by:
Hi, I am looking for source code of a simple C/ C++ web crawler. I am looking for minimal crawler that can crawl given a starting url. Any pointers is welcome. Thanks.
1
by: Steve Ocsic | last post by:
Hi, I've coded a basic crawler where by you enter the URL and it will then crawl the said URL. What I would like to do now is to take it one step further and do the following: 1. pick up the...
3
by: Bill | last post by:
Has anyone used/tested Request.Browser.Crawler ? Is it reliable, or are there false positives/negatives? Thanks!
4
by: StevePBurgess | last post by:
Hi. I have a book affiliate website. Whenever a visitor clicks on one of the books, a script adds one to a field in a mysql database and then takes the visitor to the shopping basket on the book...
3
by: Charles Zhang | last post by:
How can I get Request.Browser.Crawler to work correctly? Do I need to update <browserCapssection of the web configuration file? If yes, where can I find something that cover all browsers and...
3
by: mh121 | last post by:
I am trying to write a web crawler (for academic research purposes) that grabs the number of links different websites/domain names have from other websites, as listed on Google (for example, to get...
0
by: Joey Bersche | last post by:
I've been experiencing an intermittent crash where no python stacktrace is provided. It happens for a url downloading process that can last up to 12 hours and crawls about 50,000 urls. I'm...
0
by: kishorealla | last post by:
Hello I need to create a web bot/crawler/spider that would go into different web sites and collect data for us and store in a database. The crawler needs to 'READ' the options on a website (either...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.