zondag 20 maart 2011

JScrape - the Java Website Scraping Framework | WebsiteListParser

Only some minor updates today.

I created a module that can be run as a Thread (of the type Callable). It has the ability to parse an entire list of websites. It just gets a List<String> and uses the specific parser to parse those links.

Each specific parser returns a List of the type String. It all gets added to the WebsiteListParser which just returns all the information as a Future<List<String>>.

Still looking for good ideas to expand this project. Hope to get some good responses soon ;)

regards
Q

Geen opmerkingen:

Een reactie posten