<?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: Running Merb on JRuby 1.2 and Glassfish 2.1</title>
	<atom:link href="http://blog.carlmercier.com/2009/03/30/running-merb-on-jruby-12-and-glassfish-21/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.carlmercier.com/2009/03/30/running-merb-on-jruby-12-and-glassfish-21/</link>
	<description>me = entrepreneur + hacker;</description>
	<lastBuildDate>Sat, 05 Jun 2010 08:08:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: marek</title>
		<link>http://blog.carlmercier.com/2009/03/30/running-merb-on-jruby-12-and-glassfish-21/comment-page-1/#comment-13913</link>
		<dc:creator>marek</dc:creator>
		<pubDate>Thu, 21 May 2009 08:13:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.carlmercier.com/?p=219#comment-13913</guid>
		<description>I&#039;m not linux advanced user and I get that error when following instructions from article. 

marek@marek-desktop:~$ jruby -S merb help
jruby: No such file, directory, or command -- merb

marek@marek-desktop:~$ jruby -S rails hello_app
:1: /usr/bin/rails:4: , unexpected &#039;=&#039; (SyntaxError)

marek@marek-desktop:~$ which gem
/opt/jruby/bin/gem

marek@marek-desktop:~$ gem environment
RubyGems Environment:
  - RUBYGEMS VERSION: 1.3.1
  - RUBY VERSION: 1.8.6 (2009-03-16 patchlevel 287) [java]
  - INSTALLATION DIRECTORY: /var/lib/gems/1.8
  - RUBY EXECUTABLE: /opt/jruby/bin/jruby
  - EXECUTABLE DIRECTORY: /var/lib/gems/1.8/bin
  - RUBYGEMS PLATFORMS:
    - ruby
    - universal-java-1.6
  - GEM PATHS:
     - /var/lib/gems/1.8
     - /home/marek/.gem/jruby/1.8
     - /opt/jruby/lib/ruby/gems/1.8
  - GEM CONFIGURATION:
     - :update_sources =&gt; true
     - :verbose =&gt; true
     - :benchmark =&gt; false
     - :backtrace =&gt; false
     - :bulk_threshold =&gt; 1000
     - &quot;install&quot; =&gt; &quot;--env-shebang&quot;
     - &quot;update&quot; =&gt; &quot;--env-shebang&quot;
     - :sources =&gt; [&quot;http://gems.rubyforge.org/&quot;, &quot;http://gems.github.com/&quot;, &quot;http://gems.github.com&quot;]
  - REMOTE SOURCES:
     - http://gems.rubyforge.org/
     - http://gems.github.com/
     - http://gems.github.com

Any idea what could I do ?</description>
		<content:encoded><![CDATA[<p>I&#8217;m not linux advanced user and I get that error when following instructions from article. </p>
<p>marek@marek-desktop:~$ jruby -S merb help<br />
jruby: No such file, directory, or command &#8212; merb</p>
<p>marek@marek-desktop:~$ jruby -S rails hello_app<br />
:1: /usr/bin/rails:4: , unexpected &#8216;=&#8217; (SyntaxError)</p>
<p>marek@marek-desktop:~$ which gem<br />
/opt/jruby/bin/gem</p>
<p>marek@marek-desktop:~$ gem environment<br />
RubyGems Environment:<br />
  &#8211; RUBYGEMS VERSION: 1.3.1<br />
  &#8211; RUBY VERSION: 1.8.6 (2009-03-16 patchlevel 287)<br />
  &#8211; INSTALLATION DIRECTORY: /var/lib/gems/1.8<br />
  &#8211; RUBY EXECUTABLE: /opt/jruby/bin/jruby<br />
  &#8211; EXECUTABLE DIRECTORY: /var/lib/gems/1.8/bin<br />
  &#8211; RUBYGEMS PLATFORMS:<br />
    &#8211; ruby<br />
    &#8211; universal-java-1.6<br />
  &#8211; GEM PATHS:<br />
     &#8211; /var/lib/gems/1.8<br />
     &#8211; /home/marek/.gem/jruby/1.8<br />
     &#8211; /opt/jruby/lib/ruby/gems/1.8<br />
  &#8211; GEM CONFIGURATION:<br />
     &#8211; :update_sources =&gt; true<br />
     &#8211; :verbose =&gt; true<br />
     &#8211; :benchmark =&gt; false<br />
     &#8211; :backtrace =&gt; false<br />
     &#8211; :bulk_threshold =&gt; 1000<br />
     &#8211; &#8220;install&#8221; =&gt; &#8220;&#8211;env-shebang&#8221;<br />
     &#8211; &#8220;update&#8221; =&gt; &#8220;&#8211;env-shebang&#8221;<br />
     &#8211; :sources =&gt; ["http://gems.rubyforge.org/", "http://gems.github.com/", "http://gems.github.com"]<br />
  &#8211; REMOTE SOURCES:<br />
     &#8211; <a href="http://gems.rubyforge.org/" >http://gems.rubyforge.org/</a><br />
     &#8211; <a href="http://gems.github.com/" >http://gems.github.com/</a><br />
     &#8211; <a href="http://gems.github.com" >http://gems.github.com</a></p>
<p>Any idea what could I do ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: grantmichaels</title>
		<link>http://blog.carlmercier.com/2009/03/30/running-merb-on-jruby-12-and-glassfish-21/comment-page-1/#comment-13716</link>
		<dc:creator>grantmichaels</dc:creator>
		<pubDate>Mon, 30 Mar 2009 22:54:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.carlmercier.com/?p=219#comment-13716</guid>
		<description>while you might end up needing some of what you discovered when you actually deploy, but +1 using glassfish v3 gem for development ... you just type glassfish from the base directory of the rack app and well, that&#039;s it ...</description>
		<content:encoded><![CDATA[<p>while you might end up needing some of what you discovered when you actually deploy, but +1 using glassfish v3 gem for development &#8230; you just type glassfish from the base directory of the rack app and well, that&#8217;s it &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arun Gupta</title>
		<link>http://blog.carlmercier.com/2009/03/30/running-merb-on-jruby-12-and-glassfish-21/comment-page-1/#comment-13715</link>
		<dc:creator>Arun Gupta</dc:creator>
		<pubDate>Mon, 30 Mar 2009 22:27:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.carlmercier.com/?p=219#comment-13715</guid>
		<description>Ok, thanks!

Feel free to give your GlassFish related feedback at users@glassfish.dev.java.net or JRuby feedback at user@jruby.codehaus.org. Or post a comment on my blog :)

I got bunch of Merb related entries at: http://blogs.sun.com/arungupta/tags/merb</description>
		<content:encoded><![CDATA[<p>Ok, thanks!</p>
<p>Feel free to give your GlassFish related feedback at <a href="mailto:users@glassfish.dev.java.net">users@glassfish.dev.java.net</a> or JRuby feedback at <a href="mailto:user@jruby.codehaus.org">user@jruby.codehaus.org</a>. Or post a comment on my blog <img src='http://blog.carlmercier.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I got bunch of Merb related entries at: <a href="http://blogs.sun.com/arungupta/tags/merb" >http://blogs.sun.com/arungupta/tags/merb</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carl Mercier</title>
		<link>http://blog.carlmercier.com/2009/03/30/running-merb-on-jruby-12-and-glassfish-21/comment-page-1/#comment-13714</link>
		<dc:creator>Carl Mercier</dc:creator>
		<pubDate>Mon, 30 Mar 2009 22:22:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.carlmercier.com/?p=219#comment-13714</guid>
		<description>We don&#039;t have any real plans yet, but we&#039;re considering moving Defensio to JRuby for the real threads.  Datamapper is a show stopper for us right now though.  So this is still just a big experiment.  Still good to play with technology and know what your options are imo!</description>
		<content:encoded><![CDATA[<p>We don&#8217;t have any real plans yet, but we&#8217;re considering moving Defensio to JRuby for the real threads.  Datamapper is a show stopper for us right now though.  So this is still just a big experiment.  Still good to play with technology and know what your options are imo!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arun Gupta</title>
		<link>http://blog.carlmercier.com/2009/03/30/running-merb-on-jruby-12-and-glassfish-21/comment-page-1/#comment-13713</link>
		<dc:creator>Arun Gupta</dc:creator>
		<pubDate>Mon, 30 Mar 2009 22:17:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.carlmercier.com/?p=219#comment-13713</guid>
		<description>Thanks, feel free to use it in any manner!

How do you plan to use GlassFish and Merb together ?</description>
		<content:encoded><![CDATA[<p>Thanks, feel free to use it in any manner!</p>
<p>How do you plan to use GlassFish and Merb together ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carl Mercier</title>
		<link>http://blog.carlmercier.com/2009/03/30/running-merb-on-jruby-12-and-glassfish-21/comment-page-1/#comment-13712</link>
		<dc:creator>Carl Mercier</dc:creator>
		<pubDate>Mon, 30 Mar 2009 22:01:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.carlmercier.com/?p=219#comment-13712</guid>
		<description>Arun,

That&#039;s some pretty nifty stuff that you have there, thanks!</description>
		<content:encoded><![CDATA[<p>Arun,</p>
<p>That&#8217;s some pretty nifty stuff that you have there, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arun Gupta</title>
		<link>http://blog.carlmercier.com/2009/03/30/running-merb-on-jruby-12-and-glassfish-21/comment-page-1/#comment-13711</link>
		<dc:creator>Arun Gupta</dc:creator>
		<pubDate>Mon, 30 Mar 2009 21:56:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.carlmercier.com/?p=219#comment-13711</guid>
		<description>Thanks for the wonderful blog entry!

Alternatively Merb applications can run using the GlassFish Gem as described at:

http://blogs.sun.com/arungupta/entry/getting_started_with_merb_using

and

http://blogs.sun.com/arungupta/entry/totd_53_scaffold_in_merb</description>
		<content:encoded><![CDATA[<p>Thanks for the wonderful blog entry!</p>
<p>Alternatively Merb applications can run using the GlassFish Gem as described at:</p>
<p><a href="http://blogs.sun.com/arungupta/entry/getting_started_with_merb_using" >http://blogs.sun.com/arungupta/entry/getting_started_with_merb_using</a></p>
<p>and</p>
<p><a href="http://blogs.sun.com/arungupta/entry/totd_53_scaffold_in_merb" >http://blogs.sun.com/arungupta/entry/totd_53_scaffold_in_merb</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
