<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.5" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Rhino - Scripting Java with Javascript</title>
	<link>http://www.terminally-incoherent.com/blog/2008/01/08/rhino-scripting-java-with-javascript/</link>
	<description>Utterly random, incoherent and disjointed rants and ramblings...</description>
	<pubDate>Wed, 03 Dec 2008 03:29:39 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.5</generator>

	<item>
		<title>by: Luke Maciak</title>
		<link>http://www.terminally-incoherent.com/blog/2008/01/08/rhino-scripting-java-with-javascript/#comment-9579</link>
		<pubDate>Thu, 10 Jul 2008 16:57:35 +0000</pubDate>
		<guid>http://www.terminally-incoherent.com/blog/2008/01/08/rhino-scripting-java-with-javascript/#comment-9579</guid>
					<description>Thanks for the tip Charles! I will definitely check it out!</description>
		<content:encoded><![CDATA[<p>Thanks for the tip Charles! I will definitely check it out!
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Charles Lowell</title>
		<link>http://www.terminally-incoherent.com/blog/2008/01/08/rhino-scripting-java-with-javascript/#comment-9577</link>
		<pubDate>Thu, 10 Jul 2008 13:33:31 +0000</pubDate>
		<guid>http://www.terminally-incoherent.com/blog/2008/01/08/rhino-scripting-java-with-javascript/#comment-9577</guid>
					<description>Luke,

Love the Rhino. Spread the word. 

I use Rhino quite a bit for testing, and it's a wonderful fit. We use it as the core of our unit testing engine: http://www.thefrontside.net/crosscheck

Also, for all of those who get frustrated at the atrocious rhino shell, I suggest using JLine: http://www.thefrontside.net/blog/taming_the_rhino</description>
		<content:encoded><![CDATA[<p>Luke,</p>
<p>Love the Rhino. Spread the word. </p>
<p>I use Rhino quite a bit for testing, and it&#8217;s a wonderful fit. We use it as the core of our unit testing engine: <a href="http://www.thefrontside.net/crosscheck" rel="nofollow">http://www.thefrontside.net/crosscheck</a></p>
<p>Also, for all of those who get frustrated at the atrocious rhino shell, I suggest using JLine: <a href="http://www.thefrontside.net/blog/taming_the_rhino" rel="nofollow">http://www.thefrontside.net/blog/taming_the_rhino</a>
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Rhino - Scripting Java with Javascript [ Terminally Incoherent ]</title>
		<link>http://www.terminally-incoherent.com/blog/2008/01/08/rhino-scripting-java-with-javascript/#comment-9279</link>
		<pubDate>Sun, 08 Jun 2008 09:15:35 +0000</pubDate>
		<guid>http://www.terminally-incoherent.com/blog/2008/01/08/rhino-scripting-java-with-javascript/#comment-9279</guid>
					<description>[...] January 8th 2008 4:50pm  [-] From: terminally-incoherent.com  Related? [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] January 8th 2008 4:50pm  [-] From: terminally-incoherent.com  Related? [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Luke Maciak</title>
		<link>http://www.terminally-incoherent.com/blog/2008/01/08/rhino-scripting-java-with-javascript/#comment-9190</link>
		<pubDate>Sun, 01 Jun 2008 06:20:06 +0000</pubDate>
		<guid>http://www.terminally-incoherent.com/blog/2008/01/08/rhino-scripting-java-with-javascript/#comment-9190</guid>
					<description>Thanks for the tip Kelly!

Also, whenever someone says "shebang" all I can think of is that stupid Ricky Martin song. :P</description>
		<content:encoded><![CDATA[<p>Thanks for the tip Kelly!</p>
<p>Also, whenever someone says &#8220;shebang&#8221; all I can think of is that stupid Ricky Martin song. <img src="http://www.terminally-incoherent.com/blog/wp-includes/images/smilies/icon_razz.gif" alt="P" class="wp-smiley" />
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Kelly Clowers</title>
		<link>http://www.terminally-incoherent.com/blog/2008/01/08/rhino-scripting-java-with-javascript/#comment-9189</link>
		<pubDate>Sun, 01 Jun 2008 05:24:49 +0000</pubDate>
		<guid>http://www.terminally-incoherent.com/blog/2008/01/08/rhino-scripting-java-with-javascript/#comment-9189</guid>
					<description>Found this on google and just wanted to mention that the hash bang (shebang) works if you set it up right:

#!/usr/bin/env rhino</description>
		<content:encoded><![CDATA[<p>Found this on google and just wanted to mention that the hash bang (shebang) works if you set it up right:</p>
<p>#!/usr/bin/env rhino
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: ths</title>
		<link>http://www.terminally-incoherent.com/blog/2008/01/08/rhino-scripting-java-with-javascript/#comment-7650</link>
		<pubDate>Wed, 09 Jan 2008 12:48:39 +0000</pubDate>
		<guid>http://www.terminally-incoherent.com/blog/2008/01/08/rhino-scripting-java-with-javascript/#comment-7650</guid>
					<description>IBM uses rhino under the hood for the monitoring of unix machines in the IBM Tivoli monitoring 5.x product. Imho this is a great thing, apart from the bloated JVM ;). You write simple JS and can use all of the Java API.</description>
		<content:encoded><![CDATA[<p>IBM uses rhino under the hood for the monitoring of unix machines in the IBM Tivoli monitoring 5.x product. Imho this is a great thing, apart from the bloated JVM <img src="http://www.terminally-incoherent.com/blog/wp-includes/images/smilies/icon_wink.gif" alt=")" class="wp-smiley" /> . You write simple JS and can use all of the Java API.
</p>
]]></content:encoded>
				</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.371 seconds -->
