Comments on: Rhino – Scripting Java with Javascript http://www.terminally-incoherent.com/blog/2008/01/08/rhino-scripting-java-with-javascript/ I will not fix your computer. Tue, 04 Aug 2020 22:34:33 +0000 hourly 1 https://wordpress.org/?v=4.7.26 By: Yet Another JavaScript Blog » Leveraging the Java Servlet API with Rhino http://www.terminally-incoherent.com/blog/2008/01/08/rhino-scripting-java-with-javascript/#comment-16781 Fri, 06 Aug 2010 00:37:00 +0000 http://www.terminally-incoherent.com/blog/2008/01/08/rhino-scripting-java-with-javascript/#comment-16781

[…] I don’t have too much to say about this. The main thing you need to know in order to run Rhino as CGI is how to set it up to run with a shebang. […]

]]>
By: Luke Maciak http://www.terminally-incoherent.com/blog/2008/01/08/rhino-scripting-java-with-javascript/#comment-9579 Thu, 10 Jul 2008 16:57:35 +0000 http://www.terminally-incoherent.com/blog/2008/01/08/rhino-scripting-java-with-javascript/#comment-9579

Thanks for the tip Charles! I will definitely check it out!

Reply  |  Quote
]]>
By: Charles Lowell http://www.terminally-incoherent.com/blog/2008/01/08/rhino-scripting-java-with-javascript/#comment-9577 Thu, 10 Jul 2008 13:33:31 +0000 http://www.terminally-incoherent.com/blog/2008/01/08/rhino-scripting-java-with-javascript/#comment-9577

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

Reply  |  Quote
]]>
By: Rhino - Scripting Java with Javascript [ Terminally Incoherent ] http://www.terminally-incoherent.com/blog/2008/01/08/rhino-scripting-java-with-javascript/#comment-9279 Sun, 08 Jun 2008 09:15:35 +0000 http://www.terminally-incoherent.com/blog/2008/01/08/rhino-scripting-java-with-javascript/#comment-9279

[…] January 8th 2008 4:50pm [-] From: terminally-incoherent.com Related? […]

]]>
By: Luke Maciak http://www.terminally-incoherent.com/blog/2008/01/08/rhino-scripting-java-with-javascript/#comment-9190 Sun, 01 Jun 2008 06:20:06 +0000 http://www.terminally-incoherent.com/blog/2008/01/08/rhino-scripting-java-with-javascript/#comment-9190

Thanks for the tip Kelly!

Also, whenever someone says “shebang” all I can think of is that stupid Ricky Martin song. :P

Reply  |  Quote
]]>
By: Kelly Clowers http://www.terminally-incoherent.com/blog/2008/01/08/rhino-scripting-java-with-javascript/#comment-9189 Sun, 01 Jun 2008 05:24:49 +0000 http://www.terminally-incoherent.com/blog/2008/01/08/rhino-scripting-java-with-javascript/#comment-9189

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

Reply  |  Quote
]]>
By: ths http://www.terminally-incoherent.com/blog/2008/01/08/rhino-scripting-java-with-javascript/#comment-7650 Wed, 09 Jan 2008 12:48:39 +0000 http://www.terminally-incoherent.com/blog/2008/01/08/rhino-scripting-java-with-javascript/#comment-7650

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.

Reply  |  Quote
]]>