Development of Spider using JAVA for broken links checking / Mahfudzah Ishak

This thesis describes the implementation of Spider program using JAVA programming language for broken links checking. The main objective of the research is to develop a Spider program to check broken links on the websites using JAVA. Java is a particularly good choice as a language to construct a sp...

Full description

Saved in:
Bibliographic Details
Main Author: Ishak, Mahfudzah
Format: Thesis
Language:English
Published: 2009
Subjects:
Online Access:https://ir.uitm.edu.my/id/eprint/63228/1/63228.pdf
Tags: Add Tag
No Tags, Be the first to tag this record!
Description
Summary:This thesis describes the implementation of Spider program using JAVA programming language for broken links checking. The main objective of the research is to develop a Spider program to check broken links on the websites using JAVA. Java is a particularly good choice as a language to construct a spider. Java has built-in support for the HTTP protocol, which is used to transfer most Web information. Java also has an HTML parser built in. Both of these two features make Java an ideal choice for spiders. Besides, this Spider program provides a proper arrangement of result from the Spider program to make it easy to read by users.