<a href="http://www.softwoehr.com/softwoehr/images/codetalk/jcurses.jpg"><img src="http://www.softwoehr.com/softwoehr/images/codetalk/jcurses.jpg" alt="http://www.softwoehr.com/softwoehr/images/codetalk/jcurses.jpg" width="146" height="146" align="left" /></a> Looking for a way to make it easier for mainframers to explore PigIron, <a href="http://en.wikipedia.org/wiki/Curses_(programming_library)">Curses-like UI development</a> in Java seemed the way to go. I found two particularly interesting

InformationWeek Staff, Contributor

November 23, 2008

1 Min Read

http://www.softwoehr.com/softwoehr/images/codetalk/jcurses.jpg Looking for a way to make it easier for mainframers to explore PigIron, Curses-like UI development in Java seemed the way to go. I found two particularly interesting projects:

The two are similar in origin and somewhat in style but divergent in size, complexity and maturity.

Both took the view that they wanted to implement a character-mode terminal-based line-drawing API modelled conceptually after AWT and/or Swing. Both use the Java Native Interface (JNI).

Charva describes itself as follows: CHARVA is a Java Swing-like framework for presenting a "graphical" user interface, composed of elements such as windows, dialogs, menus, textfields and buttons, on a traditional character-cell ASCII terminal. Charva's latest release took place in Sept. 2006.

JCurses describes itself as follows: The Java Curses Library (JCurses) is library for developing text terminal based applications using Java programming language. It is implemented as a Windowing toolkit similar to AWT, but built upon the UNIX "curses" windowing system. JCurses latest release took place in November, 2002.

JavaCurses is simpler, but it also needs some work. Charva is more solid, more modern, more complete, and performs better.

I'm coding on JCurses right now! It is cute and it needs me much more than Charva does.

Never Miss a Beat: Get a snapshot of the issues affecting the IT industry straight to your inbox.

You May Also Like


More Insights