Java CLI UI-design: frameworks or libraries?

Fuu picture Fuu · Mar 10, 2010 · Viewed 11.6k times · Source

I'm currently working on a small utility program that only requires a command line interface, and I started wondering if Java provided any standard way of creating the CLI, in a similar way that Swing and the likes exist for GUIs. I'm not really interested in command line parameters and parsing of them, but rather the command based interaction the user has with the program to use it. This is for the situations where GUI simply is unnecessary or not an option for using the program.

Googling the subject pretty much only results in tutorials on how to use BufferedReader and the likes to do rudimentary interaction with the user, aimed at people learning the basics of Java and writing simple UI that asks for name and prints "Hello World!" etc..

Are the any libraries that are focused on providing a good framework for quickly implementing a more complex CLI UI or is this really something that everyone implements in ad hoc manner for their own utilities?

Maybe someone knows of patterns for the implementation that were created back in time when not everything was graphical? That would also be useful resource.

Answer

John picture John · Sep 15, 2011

Perhaps CLI Toolkit...

http://alexis.royer.free.fr/CLI/