[OT][ANN] tuc 1.0a1 - URLConnection unit testing framework built for VELTOOLS

2007-02-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 All, In writing unit tests for velocity tools, I needed a component to help mock-up URLConnection objects, so I built this tool. The project can be found here: http://sourceforge.net/projects/tuc I'd appreciate any feedback or suggestion

URLConnection

2005-12-16 Thread ALEX HYDE
Hi All, I need to make a very simple get request from a remote web server each time a user first comes into the site. I wanted to just use the core HttpURLConnection class. It will be thread safe because the object will be used and created in method scope. In the Sun javadoc it says