Archive

Archive for June, 2003

Welcome Reese

June 21st, 2003 Tony No comments

Yesterday I went to see the one day old new addition to the family.

He has long toes that he likes to spread wide when his feet are exposed.

Photos from the visit

Categories: Uncategorized Tags:

java URLConnection and timeout

June 12th, 2003 Tony 1 comment

Throw this into your bag of goodies:

If you find yourself needing to make connections to other web servers from Java you’ll quickly run into problems. I found this nice package that provides a lot of functionality that is lacking in java URLConnection. The nicest things are the ability to read all response codes and set a timeout for the connection.

http://www.innovation.ch/java/HTTPClient/

http://www.innovation.ch/java/HTTPClient/urlcon_vs_httpclient.html

Categories: Code Tags: