aspose file tools
The moose likes Java in General and the fly likes Parsing Webpage and Links Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Mongo DB Applied Patterns this week in the MongoDB forum
or a resume review from Five Year Itch in the Jobs Discussion forum!
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Parsing Webpage and Links" Watch "Parsing Webpage and Links" New topic
Author

Parsing Webpage and Links

maverickml venkatesh
Greenhorn

Joined: Aug 17, 2011
Posts: 2
Hi,

Sorry if I had posted this in the wrong forum.

I have a webpage with links in a table. All i need to do is to navigate to each of these links and gather information from those pages.

As of now i can think of writing web crawler in java (again this has to be supported by the site)

Any other solutions like collecting the webpage response and HTML parsing the same.

Please suggest
Tim Moores
Rancher

Joined: Sep 21, 2011
Posts: 2407
The HttpUnit library (or jWebUnit, which builds on top of it) is perfect for that.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Parsing Webpage and Links
 
Similar Threads
scanning the webpage
Is your company/clients moving towards Web 2.0?
insert multi language
Save File As...
using string value as a variable name