<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>Ruby &gt; Java - Java Monkeys - tribe.net</title>
    <link>http://javamonkeys.tribe.net/thread/e1d7d361-2b1c-4934-a75a-678c774b1cc5?format=rss</link>
    <description>Tribe.net. Local Connections</description>
    <item>
      <title>Re: Ruby &gt; Java</title>
      <link>http://javamonkeys.tribe.net/thread/e1d7d361-2b1c-4934-a75a-678c774b1cc5#c7cdb19e-692d-49d8-9393-20c98d5d869a</link>
      <description>This is how easy it is to create a UI in JRuby&#xD;
&#xD;
require 'java'&#xD;
&#xD;
include_class "javax.swing.JFrame"&#xD;
include_class "javax.swing.JLabel"&#xD;
&#xD;
frame = JFrame.new()&#xD;
frame.getContentPane().add(JLabel.new("This is an example."))&#xD;
frame.pack()&#xD;
frame.setVisible(true)&#xD;
&#xD;
which beats both ruby and Java ui frameworks.</description>
      <pubDate>Tue, 09 Jan 2007 21:10:36 GMT</pubDate>
      <guid isPermaLink="false">http://javamonkeys.tribe.net/thread/e1d7d361-2b1c-4934-a75a-678c774b1cc5#c7cdb19e-692d-49d8-9393-20c98d5d869a</guid>
      <dc:creator>Matthew</dc:creator>
      <dc:date>2007-01-09T21:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: Ruby &gt; Java</title>
      <link>http://javamonkeys.tribe.net/thread/e1d7d361-2b1c-4934-a75a-678c774b1cc5#b9a2aca7-6de6-4a0f-83de-080b40d3a5bf</link>
      <description>This is going to be a interesting indeed . I only had some limited exposure to ruby (ruby on rails project) , but I liked what I saw.</description>
      <pubDate>Mon, 08 Jan 2007 23:18:31 GMT</pubDate>
      <guid isPermaLink="false">http://javamonkeys.tribe.net/thread/e1d7d361-2b1c-4934-a75a-678c774b1cc5#b9a2aca7-6de6-4a0f-83de-080b40d3a5bf</guid>
      <dc:creator>Dirk</dc:creator>
      <dc:date>2007-01-08T23:18:31Z</dc:date>
    </item>
    <item>
      <title>Re: Ruby &gt; Java</title>
      <link>http://javamonkeys.tribe.net/thread/e1d7d361-2b1c-4934-a75a-678c774b1cc5#3c28efde-8cd0-4f77-804c-7450e59339f2</link>
      <description>I dig on ruby but Java jobs are more available then ruby. I have found myself using jruby a good deal. &#xD;
&#xD;
The JRuby developers are now employees at Sun so expect the worlds to collide.</description>
      <pubDate>Mon, 08 Jan 2007 22:50:06 GMT</pubDate>
      <guid isPermaLink="false">http://javamonkeys.tribe.net/thread/e1d7d361-2b1c-4934-a75a-678c774b1cc5#3c28efde-8cd0-4f77-804c-7450e59339f2</guid>
      <dc:creator>Matthew</dc:creator>
      <dc:date>2007-01-08T22:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: Ruby &gt; Java</title>
      <link>http://javamonkeys.tribe.net/thread/e1d7d361-2b1c-4934-a75a-678c774b1cc5#04cd3601-cb89-43ea-9d73-a9de2c12b362</link>
      <description>I say that you need to use the right tool for the right job...</description>
      <pubDate>Sun, 29 Oct 2006 18:59:42 GMT</pubDate>
      <guid isPermaLink="false">http://javamonkeys.tribe.net/thread/e1d7d361-2b1c-4934-a75a-678c774b1cc5#04cd3601-cb89-43ea-9d73-a9de2c12b362</guid>
      <dc:creator>$item.owner.firstName</dc:creator>
      <dc:date>2006-10-29T18:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: Ruby &gt; Java</title>
      <link>http://javamonkeys.tribe.net/thread/e1d7d361-2b1c-4934-a75a-678c774b1cc5#681a67f6-8c00-41d0-9527-96149b470cda</link>
      <description>you should probably use Ruby, then.</description>
      <pubDate>Sun, 29 Oct 2006 16:32:17 GMT</pubDate>
      <guid isPermaLink="false">http://javamonkeys.tribe.net/thread/e1d7d361-2b1c-4934-a75a-678c774b1cc5#681a67f6-8c00-41d0-9527-96149b470cda</guid>
      <dc:creator>Chris</dc:creator>
      <dc:date>2006-10-29T16:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: Ruby &gt; Java</title>
      <link>http://javamonkeys.tribe.net/thread/e1d7d361-2b1c-4934-a75a-678c774b1cc5#c5403ef1-82f6-49e1-9b2f-e3273088a4f3</link>
      <description>I am not that familiar with Ruby.&#xD;
I have seen sample code and it looks like a scripting language.&#xD;
similar to Perl.&#xD;
What I like a bout Java is that it is strongly typed.&#xD;
It allows for easier maintenance and extensibility.&#xD;
which can often be more important than how fast you can write the initial app.&#xD;
&#xD;
what do you mean by "their fundamentals are pretty-much broken"&#xD;
what are you refering to?</description>
      <pubDate>Sat, 28 Oct 2006 18:08:51 GMT</pubDate>
      <guid isPermaLink="false">http://javamonkeys.tribe.net/thread/e1d7d361-2b1c-4934-a75a-678c774b1cc5#c5403ef1-82f6-49e1-9b2f-e3273088a4f3</guid>
      <dc:creator>$item.owner.firstName</dc:creator>
      <dc:date>2006-10-28T18:08:51Z</dc:date>
    </item>
    <item>
      <title>Ruby &gt; Java</title>
      <link>http://javamonkeys.tribe.net/thread/e1d7d361-2b1c-4934-a75a-678c774b1cc5#6d38c6e4-c45b-493a-8185-b002a1f62be5</link>
      <description>Sorry folks.  I'm a Ruby snob now.  &#xD;
&#xD;
Java requires way too much typing.  And their fundamentals are pretty-much broken.  &#xD;
&#xD;
Like the original vision for a language that's moving in directions its founders didn't plan for.  The original model was very much security-minded, such that the language can't be flexible enough to adapt to developers' needs.  &#xD;
&#xD;
And that's what's different about Ruby.  It's designed with the USER in mind.  The 'user' is the developer !!  Imagine that.  &#xD;
&#xD;
So I can do the same job in Ruby with prolly 50% less coding than Java requires.  And prolly 80% less documentation lookups (what a time sink).  How much time I invested in becoming Java-API literate, I shudder thinking about.  &#xD;
&#xD;
Of course, Ruby can't solve all the problems Java can.  Desktop apps, for example.  But the point is there are languages so much better than Java, you can only hope the Man will realize the developer is the 'user'.</description>
      <pubDate>Wed, 18 Oct 2006 08:19:44 GMT</pubDate>
      <guid isPermaLink="false">http://javamonkeys.tribe.net/thread/e1d7d361-2b1c-4934-a75a-678c774b1cc5#6d38c6e4-c45b-493a-8185-b002a1f62be5</guid>
      <dc:creator>$item.owner.firstName</dc:creator>
      <dc:date>2006-10-18T08:19:44Z</dc:date>
    </item>
  </channel>
</rss>



