Site hosted by Angelfire.com: Build your free website today!
Home
About Me
Articles
Projects
Downloads
Java Quiz
Useful Links

Projects




JShell JShell is a framework to build command line interfaces to Java applications. The library starts a shell into which application interfaces can be plugged-in. The (gory) argument parsing, option listing, etc is handled by the framework.

LDAPSH LDAPSH is a JSHELL plug-in that can be used to traverse a LDAP directory. It can be used to view entries,edit entries and search trees. A custom editor can be configured on the shell for entry editions.

FTP-J FTP-J is a FTP client built in Java. It has some advanced features that include -
  1. FTP Control connection pooling - Configure the pool to hold mutliple FTP connections.
  2. Background Transfers - Asynchronous background transfers. Data Transfer can be done on background threads.
  3. Connection Keep-alives - The connections in the connection pools is kept alive with the NOOP commands.
  4. Segmented Downloads - Downloads can be accelerated by using segmented downloads.