View Full Version : Read site output using Java
irrationalistic
July 16th, 2007, 12:26 PM
I am writing a java applet and my goal is to eventually be able to parse through the output of a specific site URL ( essentially the client viewed HTML ). Should I be using sockets for the connection or maybe just use the file i/o system? In either case, is there anywhere I can learn about how these types of connections work?
signifer123
July 21st, 2007, 05:51 PM
You could look at sockets, and the HTTP for a deeper understanding.
Or...
Jakarta has a library for the HTTP. Its quite easy to use and has a small learning curve.
http://jakarta.apache.org/httpcomponents/index.html
-I had HTTP protocol but thats just goofy.
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.