<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Scripting Java Libraries With JRuby</title>
	<atom:link href="http://www.engineyard.com/blog/2009/scripting-java-libraries-with-jruby/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.engineyard.com/blog/2009/scripting-java-libraries-with-jruby/</link>
	<description></description>
	<lastBuildDate>Wed, 08 Feb 2012 12:12:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Using Java libraries from Clojure - citizen428.blog()</title>
		<link>http://www.engineyard.com/blog/2009/scripting-java-libraries-with-jruby/comment-page-1/#comment-43341</link>
		<dc:creator>Using Java libraries from Clojure - citizen428.blog()</dc:creator>
		<pubDate>Fri, 13 Aug 2010 10:20:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.engineyard.com/blog/?p=2005#comment-43341</guid>
		<description>[...] reading Scripting Java Libraries With Ruby on the Engine Yard blog, I decided to translate the two example programs to Clojure. Please keep in [...]</description>
		<content:encoded><![CDATA[<p>[...] reading Scripting Java Libraries With Ruby on the Engine Yard blog, I decided to translate the two example programs to Clojure. Please keep in [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mathias</title>
		<link>http://www.engineyard.com/blog/2009/scripting-java-libraries-with-jruby/comment-page-1/#comment-18874</link>
		<dc:creator>Mathias</dc:creator>
		<pubDate>Sat, 19 Sep 2009 22:56:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.engineyard.com/blog/?p=2005#comment-18874</guid>
		<description>I built a very basic JRuby I/O class (notes, controllers, pitchbend, aftertouch), you can find it here: 
&lt;a href=&quot;http://gist.github.com/189610&quot; target=&quot;_blank&quot;&gt;http://gist.github.com/189610&lt;/a&gt; with examples &lt;a href=&quot;http://gist.github.com/189611&quot; target=&quot;_blank&quot;&gt;http://gist.github.com/189611&lt;/a&gt; and &lt;a href=&quot;http://gist.github.com/189613&quot; target=&quot;_blank&quot;&gt;http://gist.github.com/189613&lt;/a&gt; tested with ruby-processing, see:  
&lt;a href=&quot;http://github.com/jashkenas/ruby-processing&quot; target=&quot;_blank&quot;&gt;http://github.com/jashkenas/ruby-processing&lt;/a&gt; 
  </description>
		<content:encoded><![CDATA[<p>I built a very basic JRuby I/O class (notes, controllers, pitchbend, aftertouch), you can find it here:<br />
<a href="http://gist.github.com/189610" target="_blank">http://gist.github.com/189610</a> with examples <a href="http://gist.github.com/189611" target="_blank">http://gist.github.com/189611</a> and <a href="http://gist.github.com/189613" target="_blank">http://gist.github.com/189613</a> tested with ruby-processing, see:<br />
<a href="http://github.com/jashkenas/ruby-processing" target="_blank">http://github.com/jashkenas/ruby-processing</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mathias</title>
		<link>http://www.engineyard.com/blog/2009/scripting-java-libraries-with-jruby/comment-page-1/#comment-18633</link>
		<dc:creator>Mathias</dc:creator>
		<pubDate>Sun, 13 Sep 2009 21:16:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.engineyard.com/blog/?p=2005#comment-18633</guid>
		<description>Thanks Charles, I got it up and running now - I found some code how to open up MIDI-input here: 
&lt;a href=&quot;http://www.jsresources.org/examples/MidiInDump.html&quot; target=&quot;_blank&quot;&gt;http://www.jsresources.org/examples/MidiInDump.ht...&lt;/a&gt;  
Then I implemented the Java-Interface in JRuby by &quot;include javax.sound.midi.Receiver&quot; in my own class providing an open, send and close-method. </description>
		<content:encoded><![CDATA[<p>Thanks Charles, I got it up and running now &#8211; I found some code how to open up MIDI-input here:<br />
<a href="http://www.jsresources.org/examples/MidiInDump.html" target="_blank">http://www.jsresources.org/examples/MidiInDump.ht&#8230;</a><br />
Then I implemented the Java-Interface in JRuby by &quot;include javax.sound.midi.Receiver&quot; in my own class providing an open, send and close-method.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles Nutter</title>
		<link>http://www.engineyard.com/blog/2009/scripting-java-libraries-with-jruby/comment-page-1/#comment-18630</link>
		<dc:creator>Charles Nutter</dc:creator>
		<pubDate>Sun, 13 Sep 2009 16:35:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.engineyard.com/blog/?p=2005#comment-18630</guid>
		<description>I&#039;ve never tried using MIDI-in myself, but it ought to work as easily. Perhaps start a thread on the JRuby mailing list and we can try to figure out how to make it work together? </description>
		<content:encoded><![CDATA[<p>I&#039;ve never tried using MIDI-in myself, but it ought to work as easily. Perhaps start a thread on the JRuby mailing list and we can try to figure out how to make it work together?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mathias</title>
		<link>http://www.engineyard.com/blog/2009/scripting-java-libraries-with-jruby/comment-page-1/#comment-18628</link>
		<dc:creator>Mathias</dc:creator>
		<pubDate>Sun, 13 Sep 2009 15:48:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.engineyard.com/blog/?p=2005#comment-18628</guid>
		<description>The JRuby MIDI-example is great. Thanks for that! Is there any way to get MIDI-in working in such an easy way, too? Trying to figure it out myself, but not sucessful yet... </description>
		<content:encoded><![CDATA[<p>The JRuby MIDI-example is great. Thanks for that! Is there any way to get MIDI-in working in such an easy way, too? Trying to figure it out myself, but not sucessful yet&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles Nutter</title>
		<link>http://www.engineyard.com/blog/2009/scripting-java-libraries-with-jruby/comment-page-1/#comment-17075</link>
		<dc:creator>Charles Nutter</dc:creator>
		<pubDate>Sun, 06 Sep 2009 07:02:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.engineyard.com/blog/?p=2005#comment-17075</guid>
		<description>Certainly! You can post things to the wiki, which is probably the best way, or post your blog entries to the JRuby list and we&#039;ll try to start aggregating a list of them somewhere. </description>
		<content:encoded><![CDATA[<p>Certainly! You can post things to the wiki, which is probably the best way, or post your blog entries to the JRuby list and we&#039;ll try to start aggregating a list of them somewhere.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Tylenda-Emmons</title>
		<link>http://www.engineyard.com/blog/2009/scripting-java-libraries-with-jruby/comment-page-1/#comment-16199</link>
		<dc:creator>Dan Tylenda-Emmons</dc:creator>
		<pubDate>Mon, 31 Aug 2009 19:56:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.engineyard.com/blog/?p=2005#comment-16199</guid>
		<description>Can I contribute to the list of examples?  I use jruby on a regular basis for several projects in a corporate environment.  Each of these applications use jruby to interact with other live java app servers, using third party java libraries, and also C libraries.  ~jrubyist (Dan Tylenda-Emmons) </description>
		<content:encoded><![CDATA[<p>Can I contribute to the list of examples?  I use jruby on a regular basis for several projects in a corporate environment.  Each of these applications use jruby to interact with other live java app servers, using third party java libraries, and also C libraries.  ~jrubyist (Dan Tylenda-Emmons)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles Nutter</title>
		<link>http://www.engineyard.com/blog/2009/scripting-java-libraries-with-jruby/comment-page-1/#comment-15611</link>
		<dc:creator>Charles Nutter</dc:creator>
		<pubDate>Wed, 26 Aug 2009 09:41:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.engineyard.com/blog/?p=2005#comment-15611</guid>
		<description>I suppose I could have made it clearer, but I meant &quot;unique to JRuby among Ruby implementations.&quot; There are bridges from MRI to Java, but they&#039;re nowhere near as seamlessly integrated as JRuby&#039;s Java integration. </description>
		<content:encoded><![CDATA[<p>I suppose I could have made it clearer, but I meant &quot;unique to JRuby among Ruby implementations.&quot; There are bridges from MRI to Java, but they&#039;re nowhere near as seamlessly integrated as JRuby&#039;s Java integration.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.engineyard.com/blog/2009/scripting-java-libraries-with-jruby/comment-page-1/#comment-15597</link>
		<dc:creator>James</dc:creator>
		<pubDate>Wed, 26 Aug 2009 06:07:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.engineyard.com/blog/?p=2005#comment-15597</guid>
		<description>&lt;quote&gt;One of the most powerful features of JRuby (and one thats unique to JRuby)&quot; is the fact that you can call out to any Java library as it if were just another piece of Ruby code&lt;/quote&gt; 
 
What am I missing here?  There are plenty of languages that run on the JVM that call Java code seamlessly.  Groovy, Scala,, to name a couple.  In fact, why would you put a language on the JVM if not to have access to the Java SDK? </description>
		<content:encoded><![CDATA[<p>&lt;quote&gt;One of the most powerful features of JRuby (and one thats unique to JRuby)&quot; is the fact that you can call out to any Java library as it if were just another piece of Ruby code&lt;/quote&gt; </p>
<p>What am I missing here?  There are plenty of languages that run on the JVM that call Java code seamlessly.  Groovy, Scala,, to name a couple.  In fact, why would you put a language on the JVM if not to have access to the Java SDK?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mihael Konjević</title>
		<link>http://www.engineyard.com/blog/2009/scripting-java-libraries-with-jruby/comment-page-1/#comment-15112</link>
		<dc:creator>Mihael Konjević</dc:creator>
		<pubDate>Sun, 23 Aug 2009 14:07:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.engineyard.com/blog/?p=2005#comment-15112</guid>
		<description>Yeah, that would be great. </description>
		<content:encoded><![CDATA[<p>Yeah, that would be great.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

