<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Talkwards &#187; ssh</title>
	<atom:link href="http://www.talkwards.com/tag/ssh/feed" rel="self" type="application/rss+xml" />
	<link>http://www.talkwards.com</link>
	<description>Advancing Talkwards...</description>
	<lastBuildDate>Sat, 03 Sep 2011 16:33:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>CHARVA: A Java Windowing Toolkit for Text Terminals</title>
		<link>http://www.talkwards.com/2008/11/charva-a-java-windowing-toolkit-for-text-terminals</link>
		<comments>http://www.talkwards.com/2008/11/charva-a-java-windowing-toolkit-for-text-terminals#comments</comments>
		<pubDate>Fri, 28 Nov 2008 22:00:54 +0000</pubDate>
		<dc:creator>Hoakz</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[command-line]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[user interface (ui)]]></category>

		<guid isPermaLink="false">http://www.talkwards.com/?p=430</guid>
		<description><![CDATA[Looking around for an easy way to create applications with text GUIs for running over SSH terminals I came across CHARVA. CHARVA&#8217;s API copies Swings, it unfortunately is not built on top of Swing but is a copy of Swing. This forces implementers to import classes in the charva.awt and charvax.swing packages instead of traditional [...]]]></description>
			<content:encoded><![CDATA[<p>Looking around for an easy way to create applications with text GUIs for running over SSH terminals I came across <a href="http://www.pitman.co.za/projects/charva/index.html" target="_blank">CHARVA</a>. CHARVA&#8217;s API copies Swings, it unfortunately is not built on top of Swing but is a copy of Swing.  This forces implementers to import classes in the charva.awt and charvax.swing packages instead of traditional awt and swing classes.  However, the result is rather nice, at least if you&#8217;re looking to run applications off a server on a simple Point-of-Sale or Point-of-Service (POS) terminal that may not even support graphics.</p>
<p>In my case I&#8217;m looking into making a simple app that I can use to keep track of passwords, both when I&#8217;m at home (regular swing) and when I&#8217;m away (at work or similar) and only able to access the application via SSH (CHARVA).</p>
<p>For more info, check out CHARVA here: <a href="http://www.pitman.co.za/projects/charva/index.html" target="_blank">http://www.pitman.co.za/projects/charva/index.html</a></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.talkwards.com%2F2008%2F11%2Fcharva-a-java-windowing-toolkit-for-text-terminals&amp;title=CHARVA%3A%20A%20Java%20Windowing%20Toolkit%20for%20Text%20Terminals" id="wpa2a_2"><img src="http://www.talkwards.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.talkwards.com/2008/11/charva-a-java-windowing-toolkit-for-text-terminals/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

