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.
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.