Site hosted by Angelfire.com: Build your free website today!
Home
About Me
Articles
  Socket Proxies
  Ftp Explained
  Key Managers
Projects
Downloads
Java Quiz
Useful Links

Articles





Testing with Socket Proxies    Socket proxies can be used to control connectivity to external resources that are used by an application. This article demonstrates its use in application testing.

FTP Explained (In Java)    Writing FTP clients in Java is easy! This article explains the internals of the file transfer protocol (RFC 959) and implements a simple FTP Client in Java (from scratch).

Custom JSSE KeyManagers    This article explains two ways of implementing a custom key manager that adds better "selection" control on the client certificates in the keystore.