Generate Website(HTML) thumbnails on the fly



Our team needs to have a on the fly website thumbnail. I have found
few scripts for php and .net but nothing for java. Preferably I would
like to set up a servlet that can take url as a parameter and return a
thumbnail image of that website. The only lead I have found on the web
was to use JEditorPane(URL) and then invoking the paint method to a
BufferedImage. Any Java GURUs out there who have an idea or an example
on how to do this?

Thanks in advance.

.



Relevant Pages

  • Re: how to get object in pages !!!
    ... > functions of java from my php page. ... same operation with $_SESSION also is not ... Try these two scripts to see if sessions are working: ...
    (comp.lang.php)
  • Re: Generate Website(HTML) thumbnails on the fly
    ... few scripts for php and .net but nothing for java. ... like to set up a servlet that can take url as a parameter and return a ... Any Java GURUs out there who have an idea or an example ...
    (comp.lang.java.help)
  • Generate Website(HTML) thumbnails on the fly
    ... Our team needs to have a on the fly website thumbnail. ... few scripts for php and .net but nothing for java. ... Any Java GURUs out there who have an idea or an example ...
    (comp.lang.java.programmer)
  • Re: Generate Website(HTML) thumbnails on the fly
    ... few scripts for php and .net but nothing for java. ... Any Java GURUs out there who have an idea or an example ... Write a servlet to read the image and pump a thumnail through response.out, then put an tag in your JSP with that servlet and the target image as its URL: ...
    (comp.lang.java.help)
  • Re: HTML "scrape" causes loss of query string in URL
    ... >> in PHP with several PHP scripts interacting with one Java servlet, ... >> which interacted with several Java classes. ... > process to go from PHP to JSP. ...
    (comp.lang.java.help)