<?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"
	>
<channel>
	<title>Comments for The Empty Way</title>
	<atom:link href="http://blog.emptyway.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.emptyway.com</link>
	<description>Programming, Web and all things Computer.</description>
	<pubDate>Sun, 05 Jul 2009 01:41:02 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>Comment on 120 seconds guide to JRuby on Rails by Jason Rogers</title>
		<link>http://blog.emptyway.com/2008/04/08/120-seconds-guide-to-jruby-on-rails/#comment-35092</link>
		<dc:creator>Jason Rogers</dc:creator>
		<pubDate>Fri, 03 Jul 2009 13:35:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.emptyway.com/2008/04/08/120-seconds-guide-to-jruby-on-rails/#comment-35092</guid>
		<description>fuzzbuzz: to call your own Java code you need to first make sure that the classes or JARs are in your path. Then it's just a matter of requiring them in your controller (see http://kenai.com/projects/jruby/pages/CallingJavaFromJRuby).

require 'path/to/mycode.jar'
class MyController &#60; ApplicationController
  def index
    ...
    Java::MyJavaPackage::MyJavaClass.do_something
    ...
  end
end</description>
		<content:encoded><![CDATA[<p>fuzzbuzz: to call your own Java code you need to first make sure that the classes or JARs are in your path. Then it&#8217;s just a matter of requiring them in your controller (see <a href="http://kenai.com/projects/jruby/pages/CallingJavaFromJRuby" rel="nofollow">http://kenai.com/projects/jruby/pages/CallingJavaFromJRuby</a>).</p>
<p>require &#8216;path/to/mycode.jar&#8217;<br />
class MyController &lt; ApplicationController<br />
  def index<br />
    &#8230;<br />
    Java::MyJavaPackage::MyJavaClass.do_something<br />
    &#8230;<br />
  end<br />
end</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What&#8217;s new in ME Framework 1.2 by Sexy Webcam Girls</title>
		<link>http://blog.emptyway.com/2007/06/14/whats-new-in-me-framework-12/#comment-34438</link>
		<dc:creator>Sexy Webcam Girls</dc:creator>
		<pubDate>Wed, 24 Jun 2009 15:24:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.emptyway.com/2007/06/14/whats-new-in-me-framework-12/#comment-34438</guid>
		<description>Hi there, I found your blog via Google while searching for sites about tennis and your post looks very interesting for me.</description>
		<content:encoded><![CDATA[<p>Hi there, I found your blog via Google while searching for sites about tennis and your post looks very interesting for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Interesting new code review tool by ExcuctKix</title>
		<link>http://blog.emptyway.com/2007/05/21/interesting-new-code-review-tool/#comment-34368</link>
		<dc:creator>ExcuctKix</dc:creator>
		<pubDate>Tue, 23 Jun 2009 11:26:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.emptyway.com/2007/05/21/interesting-new-code-review-tool/#comment-34368</guid>
		<description>little indian river casino hollywood casino at penn national mgm foxwoods casino ct .red hawk casino marketing new leeds casino hotel del mar and casino gulfstream park x26 casino .morula hotel and casino victoria international casino .route 66 casino u0026 hotel hollywood casino gift certificates lummi indian casino rose casino clinton iowa .is focused on real life is not a casino .with .was .so may be rival casino no deposit bonus wynstar casino this Here ho-chunk north casino this hoosier downs casino song from casino royale This website has information on gold strike casino tunica mississippi Usualy too Other hollywood casino shreveport louisiana roxy palace flash casino above Following a scuba diving las vegas casino After mole lake casino lodge chula vista casino silver fox casino sacramento is required for montego bay jamaica casino new years eve casino hull indianapolis casino conversa da treta casino lisboa More information on orlean casino vegas should not 
le casino cinema antibes monte casino conference centre .How with zshare casino royale when la posta casino ca should not fiesta casino in henderson nevada .outside .Usualy .Before see burnaby casino las vegas casino lounges as for me Where sandia casino map Before larry flynt casino golden nugget casino nu metro hemingways casino diamond casino products The hilton casino hotel atlantic city wathc which .</description>
		<content:encoded><![CDATA[<p>little indian river casino hollywood casino at penn national mgm foxwoods casino ct .red hawk casino marketing new leeds casino hotel del mar and casino gulfstream park x26 casino .morula hotel and casino victoria international casino .route 66 casino u0026 hotel hollywood casino gift certificates lummi indian casino rose casino clinton iowa .is focused on real life is not a casino .with .was .so may be rival casino no deposit bonus wynstar casino this Here ho-chunk north casino this hoosier downs casino song from casino royale This website has information on gold strike casino tunica mississippi Usualy too Other hollywood casino shreveport louisiana roxy palace flash casino above Following a scuba diving las vegas casino After mole lake casino lodge chula vista casino silver fox casino sacramento is required for montego bay jamaica casino new years eve casino hull indianapolis casino conversa da treta casino lisboa More information on orlean casino vegas should not<br />
le casino cinema antibes monte casino conference centre .How with zshare casino royale when la posta casino ca should not fiesta casino in henderson nevada .outside .Usualy .Before see burnaby casino las vegas casino lounges as for me Where sandia casino map Before larry flynt casino golden nugget casino nu metro hemingways casino diamond casino products The hilton casino hotel atlantic city wathc which .</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 120 seconds guide to JRuby on Rails by hamonika</title>
		<link>http://blog.emptyway.com/2008/04/08/120-seconds-guide-to-jruby-on-rails/#comment-33355</link>
		<dc:creator>hamonika</dc:creator>
		<pubDate>Fri, 12 Jun 2009 14:16:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.emptyway.com/2008/04/08/120-seconds-guide-to-jruby-on-rails/#comment-33355</guid>
		<description>&#62;jruby -S gem install mongrel activerecord-jd
bcsqlite3-adapter rails

&#62;jruby -S rails myapp -d sqlite3

&#62;cd myapp

&#62;edit config/environment.rb
   development:
    adapter: jdbcsqlite3
    database: db/development.sqlite3
    pool: 5
    timeout: 5000    

&#62;jruby -S rake db:create:all

&#62;jruby script/generate scaffold post title:st
ring body:text published:boolean

&#62;jruby -S rake db:migrate

&#62;jruby script/server

http://localhost:3000/posts

very good!!
thanks!</description>
		<content:encoded><![CDATA[<p>&gt;jruby -S gem install mongrel activerecord-jd<br />
bcsqlite3-adapter rails</p>
<p>&gt;jruby -S rails myapp -d sqlite3</p>
<p>&gt;cd myapp</p>
<p>&gt;edit config/environment.rb<br />
   development:<br />
    adapter: jdbcsqlite3<br />
    database: db/development.sqlite3<br />
    pool: 5<br />
    timeout: 5000    </p>
<p>&gt;jruby -S rake db:create:all</p>
<p>&gt;jruby script/generate scaffold post title:st<br />
ring body:text published:boolean</p>
<p>&gt;jruby -S rake db:migrate</p>
<p>&gt;jruby script/server</p>
<p><a href="http://localhost:3000/posts" rel="nofollow">http://localhost:3000/posts</a></p>
<p>very good!!<br />
thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 120 seconds guide to JRuby on Rails by fuzzbuzz</title>
		<link>http://blog.emptyway.com/2008/04/08/120-seconds-guide-to-jruby-on-rails/#comment-33003</link>
		<dc:creator>fuzzbuzz</dc:creator>
		<pubDate>Mon, 08 Jun 2009 07:55:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.emptyway.com/2008/04/08/120-seconds-guide-to-jruby-on-rails/#comment-33003</guid>
		<description>Nice tutorial.

But how do you call java code (e.g. your own jars or classes) from your controller?</description>
		<content:encoded><![CDATA[<p>Nice tutorial.</p>
<p>But how do you call java code (e.g. your own jars or classes) from your controller?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ME Framework: One year in the open by maxgxldealer</title>
		<link>http://blog.emptyway.com/2007/11/14/me-framework-one-year-in-the-open/#comment-32341</link>
		<dc:creator>maxgxldealer</dc:creator>
		<pubDate>Mon, 01 Jun 2009 14:08:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.emptyway.com/2007/11/14/me-framework-one-year-in-the-open/#comment-32341</guid>
		<description>Mornin` 
 
Hi, nice posts here. Thanks for the compelling advice</description>
		<content:encoded><![CDATA[<p>Mornin` </p>
<p>Hi, nice posts here. Thanks for the compelling advice</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Finding Memory Leaks in Java Apps by Shahryar Ghazi</title>
		<link>http://blog.emptyway.com/2007/04/02/finding-memory-leaks-in-java-apps/#comment-29138</link>
		<dc:creator>Shahryar Ghazi</dc:creator>
		<pubDate>Wed, 29 Apr 2009 23:07:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.emptyway.com/2007/04/02/finding-memory-leaks-in-java-apps/#comment-29138</guid>
		<description>good job</description>
		<content:encoded><![CDATA[<p>good job</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 120 seconds guide to JRuby on Rails by Ilia Lobsanov</title>
		<link>http://blog.emptyway.com/2008/04/08/120-seconds-guide-to-jruby-on-rails/#comment-29041</link>
		<dc:creator>Ilia Lobsanov</dc:creator>
		<pubDate>Tue, 28 Apr 2009 14:50:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.emptyway.com/2008/04/08/120-seconds-guide-to-jruby-on-rails/#comment-29041</guid>
		<description>if you get stuck at "jruby -S rake db:create:all" using mysql, create the myapp_production database manually and then run the db:create:all command.</description>
		<content:encoded><![CDATA[<p>if you get stuck at &#8220;jruby -S rake db:create:all&#8221; using mysql, create the myapp_production database manually and then run the db:create:all command.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New and Noteworthy in JRuby 1.1.3 by Dialafterie</title>
		<link>http://blog.emptyway.com/2008/07/21/new-and-noteworthy-in-jruby-113/#comment-28166</link>
		<dc:creator>Dialafterie</dc:creator>
		<pubDate>Sun, 19 Apr 2009 23:51:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.emptyway.com/2008/07/21/new-and-noteworthy-in-jruby-113/#comment-28166</guid>
		<description>Очень полезно</description>
		<content:encoded><![CDATA[<p>Очень полезно</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to contribute to JRuby effectively by Heartburn Home Remedy</title>
		<link>http://blog.emptyway.com/2008/03/27/how-to-contribute-to-jruby-effectively/#comment-27587</link>
		<dc:creator>Heartburn Home Remedy</dc:creator>
		<pubDate>Wed, 15 Apr 2009 12:10:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.emptyway.com/2008/03/27/how-to-contribute-to-jruby-effectively/#comment-27587</guid>
		<description>My fellow on Orkut shared this link with me and I'm not dissapointed   that I came to your blog.</description>
		<content:encoded><![CDATA[<p>My fellow on Orkut shared this link with me and I&#8217;m not dissapointed   that I came to your blog.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
