How to load a webpage with dependencies in Java?

How to load a web page with dependencies in Java code so that it displays the same locally as on the Internet? (Excluding Ajax). I heard that wget can do this, but I'm looking for some Java code that can do the same.

Thanks in advance.

+3
source share
1 answer

Here is a list of search crawlers (open source): http://java-source.net/open-source/crawlers , which you can use for this, or you can look in to see how this can be done.

+1
source

All Articles