You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@jakarta.apache.org by Guy Roth <gu...@qlusters.com> on 2007/04/18 16:22:55 UTC

introduction for jakarta members

Hi,

I'd like to introduce you a cool tool called jtc.

Java To Cli is a plugin for java applications, that enables to reveal 
API, written in java for use in Bash command line (cli). This can be 
used by Linux users such as Linux system administrators to preform fast 
operations on Java applications through the environment they are used to 
instead of through graphic User Interface. JTC can also useful for 
integration between java to bash script that is good for automatic 
operations that can be done on the java applications. This tool can be 
treated like web-service of an application, the difference is that its 
client can use it using pure Bash script command without additional 
external program in some programming language.

If this tool seems useful for you, you can download it and learn all 
about it in:

https://sourceforge.net/projects/jtc-tool/
http://jtc-tool.sourceforge.net/

Cheers
Guy Roth