Java Glossary : HTTP client

CMP home Java glossary home Menu no menu Last updated 2004-06-28 by Roedy Green ©1996-2004 Canadian Mind Products

Java definitions: 0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

You are here : home : Java Glossary : H words : HTTP client.

HTTP client
If you want to write an Applet or application or Java Webstart app, that automates what you would do with a browser, you need to speak HTTP client protocols. You need to be able to GET and POST. You want to be able to talk to webservers to fetch files, talk to CGI server to send and receive data or to servlet wombs to send and receive data. Sometimes you want to analyse the responses. Sometimes you just want the browser to render it. Marty Hall's book is the best place to learn how to do this.

book_coverCore Web Programming, Second Edition
0-13-089793-0
Marty Hall and Gary Cornell
1250 pages. This is a great doorstop of a book. It has a few chapters on client-server programming in Java, and a section of that is on CGI. I have looked at hundreds of Java books and found nothing that deals in depth with client side Java talking to CGI, except Marty's book. It is really very simple and he does an excellent job of explaining it. Marty has posted all the source code examples from the book for anyone to use. These contain updates and errata fixes you don't get on the CD-ROM that comes with the book.
amazon.com Barnes and Noble
amazon.ca chapters
amazon.co.uk amazon.de

The file IO Amanuensis will generate code for you to handle simple HTTP situations.

You can do your work via general purpose HTTP-client libraries. These are probably overkill in most cases. You would spend more time learning these packages than you would learning how to accomplish the same thing more efficiently with raw sockets, java.net.URLConnection, java.net.HttpURLConnection, javax.net.ssl.HttpsURLConnection and javax.net.ssl.HttpsURLConnection, However, if you have a complex task, check them out.


CMP logo
CMP_home
home
Canadian Mind Products CSS
HTML Checked!
ICRA ratings logo
mindprod.com IP:[24.87.56.253]
Your IP:[80.134.30.163]
You are visitor number 2155.
Please send errors, omissions and suggestions
to improve this page to Roedy Green.
You can get a fresh copy of this page from: or possibly from your local J: drive mirror:
http://mindprod.com/jgloss/httpclient.html J:\mindprod\jgloss\httpclient.html