Try the java.net.HttpURLConnection class.  You construct it with a URL 
object.  You then connect, and use the class's methods to retrieve the 
response.

Drew Falkman wrote:

>Hey all-
>
>Does anyone know of a good way to open another Web page and process it as a
>stream using Java - similar to what CFHTTP does in ColdFusion?
>
>I want to read a dynamic, XML-compliant Web page from another site and
>perform an XSLT transformation on it and am looking for the best way to do
>it.  Additionally, I could parse a WHOIS result, or use it in other ways.
>
>Thanks,
>
>Drew Falkman
>Author, JRun Web Application Construction Kit
>http://www.drewfalkman.com
>
______________________________________________________________________
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
Archives: http://www.mail-archive.com/jrun-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to