Friday, November 30, 2007

TCP Monitor

At work, I've done a lot of client/server work. Whether using RMI JDBC, or SOAP Messages, or our own custom protocols, a lot of my work has involved sending messages back and forth. The easiest way for me to debug programs was with tcpmon. This incredibly useful tool sits between a client and server. It displays any data passedit recieves to the screen, then forwards the message to its destination. Go to the page to read more about it. I've really found it invaluble.

Heh heh... this post was actually just to keep up with an update a month. I'm glad I thought of something useful to post.