<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="/xslt/rss2.xsl" media="screen"?>
<rss version="2.0"
     xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Latest from ChinaonRails's JRuby</title>
		<link>http://chinaonrails.com/go/jruby</link>
		<description>ChinaonRails | ChinaonRails are one of the very few China based web consultancies, who specialize in application development using RubyOnRails/Agile/Ajax.</description>
		<category>Technology</category>
		<language>zh_cn</language>
		<item>
			<title>JRuby实现了对JSR-45的支持（对其他语言的调试支持） ... 1 reply</title>
			<link>http://chinaonrails.com/topic/view/2025.html</link>
			<comments>http://chinaonrails.com/topic/view/2025.html#reply</comments>
			<dc:creator>bd7lx</dc:creator>
			<author>bd7lx</author>
			<!--<enclosure url="http://chinaonrails.com/img/p/9.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/9_s.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/9_n.jpg" type="image/jpeg" />-->
			<category>JRuby</category>
			<description>
			&lt;a href="http://www.jroller.com/rburton/entry/jruby_now_supports_jsr_45" rel="nofollow external" class="tpc"&gt;http://www.jroller.com/rburton/entry/jruby_now_supports_jsr_45&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
JSR-45 规范对统一了JSP Debug 的实现，Tomcat率先实现了 JSR-45 规范，WebSphere 6.0 也采用了该规范。&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://jcp.org/en/jsr/detail?id=45" rel="nofollow external" class="tpc"&gt;http://jcp.org/en/jsr/detail?id=45&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
用JSP作为非Java的外来语言debug&lt;br /&gt;
&lt;div class="code"&gt;JSR-45规范&lt;br /&gt;
&lt;br /&gt;
　　JSR-45(Debugging Support for Other Languages)为那些非 JAVA 语言写成，却需要编译成 &lt;br /&gt;
JAVA 代码，运行在 JVM 中的程序，提供了一个进行调试的标准机制。也许字面的意思有点不好理解，什么&lt;br /&gt;
算是非 JAVA 语言呢？其实 JSP 就是一个再好不过的例子，JSR-45 的样例就是一个 JSP。&lt;br /&gt;
&lt;br /&gt;
　　JSP的调试一直依赖于具体应用服务器的实现，没有一个统一的模式，JSR-45 针对这种情况，提供了一个&lt;br /&gt;
标准的模式。我们知道，JAVA 的调试中，主要根据行号作为标志，进行定位。但是 JSP 被编译为 JAVA &lt;br /&gt;
代码之后，JAVA 行号与 JSP 行号无法一一对应，怎样解决呢？&lt;br /&gt;
&lt;br /&gt;
　　JSR-45 是这样规定的：JSP 被编译成 JAVA 代码时，同时生成一份 JSP 文件名和行号与 JAVA &lt;br /&gt;
行号之间的对应表(SMAP)。JVM 在接受到调试客户端请求后，可以根据这个对应表(SMAP)，从 JSP 的行号&lt;br /&gt;
转换到 JAVA 代码的行号；JVM 发出事件通知前, 也根据对应表(SMAP)进行转化，直接将 JSP 的文件名和&lt;br /&gt;
行号通知调试客户端。&lt;br /&gt;
                                                                                                                          &lt;br /&gt;
　　&lt;/div&gt;
&lt;br /&gt;
&lt;img class="code" src="http://img179.imageshack.us/img179/1356/bugbackpack4946014tc1.jpg" border="0" /&gt;&lt;br /&gt;
&lt;br /&gt;
http://www.busfly.cn/post/jsp_eclipse_debug_2.html
			</description>
			<pubDate>Thu, 14 Aug 2008 08:47:23 +0800</pubDate>
			<guid>http://chinaonrails.com/topic/view/2025.html</guid>
		</item>
		<item>
			<title>jruby的1.1.3性能究竟如何 ... no reply</title>
			<link>http://chinaonrails.com/topic/view/2005.html</link>
			<comments>http://chinaonrails.com/topic/view/2005.html#reply</comments>
			<dc:creator>bd7lx</dc:creator>
			<author>bd7lx</author>
			<!--<enclosure url="http://chinaonrails.com/img/p/9.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/9_s.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/9_n.jpg" type="image/jpeg" />-->
			<category>JRuby</category>
			<description>
			除了换成RubyGems 1.2&lt;br /&gt;
&lt;br /&gt;
性能是否下降？&lt;br /&gt;
&lt;br /&gt;
看打破砂锅&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://blog.headius.com/2008/08/twas-brillig.html" rel="nofollow external" class="tpc"&gt;http://blog.headius.com/2008/08/twas-brillig.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
追求不懈追求&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.blogjava.net/killme2008/archive/2008/01/31/178725.html" rel="nofollow external" class="tpc"&gt;http://www.blogjava.net/killme2008/archive/2008/01/31/178725.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;img class="code" src="http://img375.imageshack.us/img375/6163/johanlorbeerstilllifepegx6.jpg" border="0" /&gt;
			</description>
			<pubDate>Fri, 08 Aug 2008 09:41:15 +0800</pubDate>
			<guid>http://chinaonrails.com/topic/view/2005.html</guid>
		</item>
		<item>
			<title>让Java给Jruby打工 ... no reply</title>
			<link>http://chinaonrails.com/topic/view/2001.html</link>
			<comments>http://chinaonrails.com/topic/view/2001.html#reply</comments>
			<dc:creator>bd7lx</dc:creator>
			<author>bd7lx</author>
			<!--<enclosure url="http://chinaonrails.com/img/p/9.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/9_s.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/9_n.jpg" type="image/jpeg" />-->
			<category>JRuby</category>
			<description>
			&lt;a href="http://cocoalocker.blogspot.com/2008/08/calling-java-from-jruby-to-do-dirty.html" rel="nofollow external" class="tpc"&gt;http://cocoalocker.blogspot.com/2008/08/calling-java-from-jruby-to-do-dirty.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
UTF-16的编码模式比较复杂&lt;br /&gt;
&lt;br /&gt;
苹果上的UTF-16BE与windows及linux上的UTF-16LE都不同&lt;br /&gt;
&lt;br /&gt;
扒光 BOM (Byte Order Marker)，交给擅长处理的Java来做&lt;br /&gt;
&lt;img class="code" src="http://img80.imageshack.us/img80/2222/dirtyjobs2e730d9eae8.jpg" border="0" /&gt;&lt;br /&gt;
&lt;div class="code"&gt;字节顺序标记 (BOM)&lt;br /&gt;
　　BOM（Unicode 字符 U+FEFF、ZERO WIDTH NO-BREAK SPACE）可以出现在 XML 实体的开始部分。&lt;br /&gt;
&lt;br /&gt;
在 XML 中，BOM 不仅用于显示输入文本流的字节顺序，而且可以帮助检测字符编码方式。&lt;br /&gt;
XML 处理器通常检查输入流的前几个字节，以判断编码方式是否为 UTF-16 或 ASCII，因此 XML &lt;br /&gt;
处理器能够读取可能在 XML 标题中提供的编码声明。UTF-16 格式的实体需要具有供自动检测使用的&lt;br /&gt;
 BOM，因为 UTF-16 编码方式具有两种形式：UTF-16BE（big endian：fe ff）和&lt;br /&gt;
 UTF-16LE（little endian：ff fe）。&lt;br /&gt;
&lt;br /&gt;
虽然没有字节顺序问题，但 UTF-8 格式的实体可以具有 BOM (ef bb bf)。&lt;br /&gt;
BOM 不是文档的一部分，因此不能从用户代码中读取。通常 XML 处理器在必要时添加或删除 BOM。 &lt;/div&gt;
&lt;br /&gt;
&lt;a href="http://www.kuqin.com/rubycndocument/man/addlib/NKF.html" rel="nofollow external" class="tpc"&gt;http://www.kuqin.com/rubycndocument/man/addlib/NKF.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
要ruby一点酒以后，才能结束靠猜的方法认字
			</description>
			<pubDate>Thu, 07 Aug 2008 14:17:11 +0800</pubDate>
			<guid>http://chinaonrails.com/topic/view/2001.html</guid>
		</item>
		<item>
			<title>Gemini ：Jruby做游戏 ... no reply</title>
			<link>http://chinaonrails.com/topic/view/1944.html</link>
			<comments>http://chinaonrails.com/topic/view/1944.html#reply</comments>
			<dc:creator>bd7lx</dc:creator>
			<author>bd7lx</author>
			<!--<enclosure url="http://chinaonrails.com/img/p/9.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/9_s.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/9_n.jpg" type="image/jpeg" />-->
			<category>JRuby</category>
			<description>
			&lt;a href="http://gitorious.org/projects/gemini" rel="nofollow external" class="tpc"&gt;http://gitorious.org/projects/gemini&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;img class="code" src="http://dkoontz.files.wordpress.com/2008/07/1000-dukes.png?w=300&amp;h=235" border="0" /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://dkoontz.wordpress.com/2008/07/14/java-game-library-jruby-awesome-dsl-gemini/" rel="nofollow external" class="tpc"&gt;http://dkoontz.wordpress.com/2008/07/14/java-game-library-jruby-awesome-dsl-gemini/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
技术含量用到&lt;br /&gt;
&lt;img class="code" src="http://monkeybars.rubyforge.org/images/monkeybars_logo.png" border="0" /&gt;&lt;br /&gt;
&lt;br /&gt;
Monkeybars 小孩玩的猴子架&lt;br /&gt;
&lt;a href="http://chinaonrails.com/topic/view/1274.html" rel="nofollow external" class="tpc"&gt;http://chinaonrails.com/topic/view/1274.html&lt;/a&gt;
			</description>
			<pubDate>Mon, 28 Jul 2008 09:09:05 +0800</pubDate>
			<guid>http://chinaonrails.com/topic/view/1944.html</guid>
		</item>
		<item>
			<title>Jruby教程之Rails程序中利用Java的库，让blog说话，铁树开* ... no reply</title>
			<link>http://chinaonrails.com/topic/view/1895.html</link>
			<comments>http://chinaonrails.com/topic/view/1895.html#reply</comments>
			<dc:creator>bd7lx</dc:creator>
			<author>bd7lx</author>
			<!--<enclosure url="http://chinaonrails.com/img/p/9.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/9_s.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/9_n.jpg" type="image/jpeg" />-->
			<category>JRuby</category>
			<description>
			&lt;a href="http://www.netbeans.org/kb/61/ruby/java-ruby.html" rel="nofollow external" class="tpc"&gt;http://www.netbeans.org/kb/61/ruby/java-ruby.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;img class="code" src="http://www.netbeans.org/images/articles/61/netbeans-stamp.gif" border="0" /&gt;
			</description>
			<pubDate>Wed, 16 Jul 2008 17:17:07 +0800</pubDate>
			<guid>http://chinaonrails.com/topic/view/1895.html</guid>
		</item>
		<item>
			<title>Glimmer ：jruby上的SWT用户界面添光 ... no reply</title>
			<link>http://chinaonrails.com/topic/view/1745.html</link>
			<comments>http://chinaonrails.com/topic/view/1745.html#reply</comments>
			<dc:creator>bd7lx</dc:creator>
			<author>bd7lx</author>
			<!--<enclosure url="http://chinaonrails.com/img/p/9.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/9_s.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/9_n.jpg" type="image/jpeg" />-->
			<category>JRuby</category>
			<description>
			&lt;a href="http://ruby.dzone.com/articles/an-introduction-glimmer" rel="nofollow external" class="tpc"&gt;http://ruby.dzone.com/articles/an-introduction-glimmer&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Glimmer - Using Ruby to Build SWT User Interfaces&lt;br /&gt;
&lt;br /&gt;
这个“微光”与“日食”交互辉映&lt;br /&gt;
&lt;br /&gt;
构建Eclipse SWT 库的UI&lt;br /&gt;
&lt;br /&gt;
Glimmer 用了绑定数据开发UI界面，搭建桌面跨平台的Jruby应用&lt;br /&gt;
&lt;br /&gt;
Glimmer 已经成了 Eclipse 项目中的一部分&lt;br /&gt;
&lt;br /&gt;
&lt;img class="code" src="http://img214.imageshack.us/img214/2006/6827672cy8.png" border="0" /&gt;&lt;br /&gt;
Jruby还有其它的UI解决之道&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://chinaonrails.com/topic/view/345.html" rel="nofollow external" class="tpc"&gt;http://chinaonrails.com/topic/view/345.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://chinaonrails.com/topic/view/535.html" rel="nofollow external" class="tpc"&gt;http://chinaonrails.com/topic/view/535.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://chinaonrails.com/topic/view/1274.html" rel="nofollow external" class="tpc"&gt;http://chinaonrails.com/topic/view/1274.html&lt;/a&gt;
			</description>
			<pubDate>Thu, 19 Jun 2008 15:10:32 +0800</pubDate>
			<guid>http://chinaonrails.com/topic/view/1745.html</guid>
		</item>
		<item>
			<title>JMX Gem：ruby当家“野马”亦驯 ... no reply</title>
			<link>http://chinaonrails.com/topic/view/1707.html</link>
			<comments>http://chinaonrails.com/topic/view/1707.html#reply</comments>
			<dc:creator>bd7lx</dc:creator>
			<author>bd7lx</author>
			<!--<enclosure url="http://chinaonrails.com/img/p/9.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/9_s.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/9_n.jpg" type="image/jpeg" />-->
			<category>JRuby</category>
			<description>
			&lt;a href="http://ruby.dzone.com/news/jmx-gem-released" rel="nofollow external" class="tpc"&gt;http://ruby.dzone.com/news/jmx-gem-released&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Java 管理扩展（Java Management Extension，JMX） 架构及其框架&lt;br /&gt;
&lt;br /&gt;
&lt;img class="code" src="http://www.ibm.com/developerworks/cn/java/j-lo-jse63/fig001.jpg" border="0" /&gt;&lt;br /&gt;
&lt;br /&gt;
JMX 让 JDK 中开发自检测程序成为可能，也提供了大量轻量级的检测 JVM 和运行中对象/线程的方式，从而提高了 Java 语言自己的管理监测能力。&lt;br /&gt;
&lt;br /&gt;
Jruby和Ruby已经把黑手伸向系统管理，谋权篡位&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.ibm.com/developerworks/cn/java/j-lo-jse63/index.html" rel="nofollow external" class="tpc"&gt;http://www.ibm.com/developerworks/cn/java/j-lo-jse63/index.html&lt;/a&gt;
			</description>
			<pubDate>Wed, 11 Jun 2008 08:40:01 +0800</pubDate>
			<guid>http://chinaonrails.com/topic/view/1707.html</guid>
		</item>
		<item>
			<title>Jruby 部署在开源集群服务器terracotta上的尝试 ... no reply</title>
			<link>http://chinaonrails.com/topic/view/1653.html</link>
			<comments>http://chinaonrails.com/topic/view/1653.html#reply</comments>
			<dc:creator>bd7lx</dc:creator>
			<author>bd7lx</author>
			<!--<enclosure url="http://chinaonrails.com/img/p/9.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/9_s.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/9_n.jpg" type="image/jpeg" />-->
			<category>JRuby</category>
			<description>
			http://jonasboner.com/2007/02/05/clustering-jruby-with-open-terracotta/&lt;br /&gt;
&lt;br /&gt;
这是一篇一年前的blog，思路的确狂野，一般人不敢想的，和没有想到的&lt;br /&gt;
&lt;br /&gt;
&lt;img class="code" src="http://www.terracotta.org/confluence/download/attachments/1509762/duke.png" border="0" /&gt;terracotta一个JVM级的开源群集框架，提供：HTTP Session复制，分布式缓存，POJO群集，跨越群集的JVM来实现分布式应用程序协调&lt;br /&gt;
&lt;br /&gt;
http://www.infoq.com/cn/news/2007/10/catching-up-with-terracotta&lt;br /&gt;
&lt;br /&gt;
“   Terracotta提供一种JVM集群方案，可让单节点、多线程的应用变成分布式、多节点的应用，而无需修改一行代码”&lt;br /&gt;
&lt;br /&gt;
仿佛集群的大部队走来，秦始皇的 - Terracotta Army
			</description>
			<pubDate>Sun, 25 May 2008 22:10:22 +0800</pubDate>
			<guid>http://chinaonrails.com/topic/view/1653.html</guid>
		</item>
		<item>
			<title>免费教程jruby ... no reply</title>
			<link>http://chinaonrails.com/topic/view/1634.html</link>
			<comments>http://chinaonrails.com/topic/view/1634.html#reply</comments>
			<dc:creator>bd7lx</dc:creator>
			<author>bd7lx</author>
			<!--<enclosure url="http://chinaonrails.com/img/p/9.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/9_s.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/9_n.jpg" type="image/jpeg" />-->
			<category>JRuby</category>
			<description>
			&lt;a href="http://www.javapassion.com/rubyonrails" rel="nofollow external" class="tpc"&gt;http://www.javapassion.com/rubyonrails&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://ruby.dzone.com/news/war-based-packaging-and-deploy" rel="nofollow external" class="tpc"&gt;http://ruby.dzone.com/news/war-based-packaging-and-deploy&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
基于WAR的部署&lt;br /&gt;
WAR-based Packaging and Deployment of Rails on GlassFish - Goldspike, RailServlet, Warbler, Rack, ...
			</description>
			<pubDate>Mon, 19 May 2008 16:26:08 +0800</pubDate>
			<guid>http://chinaonrails.com/topic/view/1634.html</guid>
		</item>
		<item>
			<title>动态创建方法 ... 1 reply</title>
			<link>http://chinaonrails.com/topic/view/1628.html</link>
			<comments>http://chinaonrails.com/topic/view/1628.html#reply</comments>
			<dc:creator>bd7lx</dc:creator>
			<author>bd7lx</author>
			<!--<enclosure url="http://chinaonrails.com/img/p/9.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/9_s.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/9_n.jpg" type="image/jpeg" />-->
			<category>JRuby</category>
			<description>
			&lt;a href="http://ola-bini.blogspot.com/2008/05/dynamically-created-methods-in-ruby.html" rel="nofollow external" class="tpc"&gt;http://ola-bini.blogspot.com/2008/05/dynamically-created-methods-in-ruby.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
三种定义方法的比较&lt;br /&gt;
&lt;div class="code"&gt;    * Using a def&lt;br /&gt;
    * Using define_method&lt;br /&gt;
    * Using def inside of an eval&lt;/div&gt;
			</description>
			<pubDate>Fri, 16 May 2008 10:37:03 +0800</pubDate>
			<guid>http://chinaonrails.com/topic/view/1628.html</guid>
		</item>
		<item>
			<title>Jruby上天地宽，介绍结合JCR ... 1 reply</title>
			<link>http://chinaonrails.com/topic/view/1286.html</link>
			<comments>http://chinaonrails.com/topic/view/1286.html#reply</comments>
			<dc:creator>bd7lx</dc:creator>
			<author>bd7lx</author>
			<!--<enclosure url="http://chinaonrails.com/img/p/9.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/9_s.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/9_n.jpg" type="image/jpeg" />-->
			<category>JRuby</category>
			<description>
			&lt;a href="http://dev.day.com/microsling/content/blogs/main/jrubyjcr2.html" rel="nofollow external" class="tpc"&gt;http://dev.day.com/microsling/content/blogs/main/jrubyjcr2.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Java Content Repository API 简介&lt;br /&gt;
&lt;br /&gt;
学习 JSR-170 如何使构建 CMA（内容管理应用程序） 变得轻而易举&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.ibm.com/developerworks/cn/java/j-jcr/" rel="nofollow external" class="tpc"&gt;http://www.ibm.com/developerworks/cn/java/j-jcr/&lt;/a&gt;
			</description>
			<pubDate>Sat, 02 Feb 2008 08:46:55 +0800</pubDate>
			<guid>http://chinaonrails.com/topic/view/1286.html</guid>
		</item>
		<item>
			<title>Jruby蓝牙玩耍 ... 2 replies</title>
			<link>http://chinaonrails.com/topic/view/1284.html</link>
			<comments>http://chinaonrails.com/topic/view/1284.html#reply</comments>
			<dc:creator>bd7lx</dc:creator>
			<author>bd7lx</author>
			<!--<enclosure url="http://chinaonrails.com/img/p/9.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/9_s.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/9_n.jpg" type="image/jpeg" />-->
			<category>JRuby</category>
			<description>
			&lt;a href="http://weblogs.java.net/blog/brunogh/archive/2008/01/my_first_jruby.html" rel="nofollow external" class="tpc"&gt;http://weblogs.java.net/blog/brunogh/archive/2008/01/my_first_jruby.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
利用java 蓝牙库&lt;br /&gt;
&lt;br /&gt;
框架Marge (Java Bluetooth Framework)&lt;br /&gt;
&lt;br /&gt;
&lt;img class="code" src="http://photo.yupoo.com/bd7lx/784365064e4c/medium/" border="0" /&gt;&lt;br /&gt;
&lt;br /&gt;
本文的隐含关键词&lt;br /&gt;
“借用”&lt;br /&gt;
&lt;br /&gt;
&lt;img class="code" src="http://www.xuanen.gov.cn/Files/BeyondPic/2007-10/9/F200710090807475898323596.jpg" border="0" /&gt;
			</description>
			<pubDate>Fri, 01 Feb 2008 16:20:53 +0800</pubDate>
			<guid>http://chinaonrails.com/topic/view/1284.html</guid>
		</item>
		<item>
			<title>Monkeybars-Jruby Swing库 ... 2 replies</title>
			<link>http://chinaonrails.com/topic/view/1274.html</link>
			<comments>http://chinaonrails.com/topic/view/1274.html#reply</comments>
			<dc:creator>bd7lx</dc:creator>
			<author>bd7lx</author>
			<!--<enclosure url="http://chinaonrails.com/img/p/9.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/9_s.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/9_n.jpg" type="image/jpeg" />-->
			<category>JRuby</category>
			<description>
			&lt;a href="http://monkeybars.rubyforge.org/index.html" rel="nofollow external" class="tpc"&gt;http://monkeybars.rubyforge.org/index.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;img class="code" src="http://monkeybars.rubyforge.org/images/monkeybars_logo.png" border="0" /&gt;Monkeybars意图使用图形界面工具比如Netbeans写ruby的业务逻辑代码使用Jruby的Swing，不必摸Java&lt;br /&gt;
&lt;br /&gt;
这就是小时候玩过的&lt;br /&gt;
&lt;img class="code" src="http://www.pdakids.com/images/monkeybars_brown.jpg" border="0" /&gt;&lt;br /&gt;
&lt;br /&gt;
如何玩这个猴架子，看&lt;br /&gt;
&lt;br /&gt;
视频介绍&lt;br /&gt;
&lt;a href="http://monkeybars.rubyforge.org/docs.html" rel="nofollow external" class="tpc"&gt;http://monkeybars.rubyforge.org/docs.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
参考&lt;br /&gt;
&lt;a href="http://wiki.netbeans.org/SwingJRuby" rel="nofollow external" class="tpc"&gt;http://wiki.netbeans.org/SwingJRuby&lt;/a&gt;
			</description>
			<pubDate>Thu, 31 Jan 2008 09:58:56 +0800</pubDate>
			<guid>http://chinaonrails.com/topic/view/1274.html</guid>
		</item>
		<item>
			<title>八卦新闻：Jruby要悬，将被Sun遗弃？ ... 7 replies</title>
			<link>http://chinaonrails.com/topic/view/1213.html</link>
			<comments>http://chinaonrails.com/topic/view/1213.html#reply</comments>
			<dc:creator>bd7lx</dc:creator>
			<author>bd7lx</author>
			<!--<enclosure url="http://chinaonrails.com/img/p/9.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/9_s.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/9_n.jpg" type="image/jpeg" />-->
			<category>JRuby</category>
			<description>
			&lt;a href="http://www.infoq.com/news/2008/01/sun_drop_jruby" rel="nofollow external" class="tpc"&gt;http://www.infoq.com/news/2008/01/sun_drop_jruby&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Request: Sun, Drop Support for JRuby&lt;br /&gt;
&lt;br /&gt;
&lt;img class="code" src="http://img211.imageshack.us/img211/8489/pq4364241b8c73ad4.jpg" border="0" /&gt;&lt;br /&gt;
&lt;br /&gt;
好彩已经满月酒不用摆了&lt;br /&gt;
&lt;br /&gt;
NetBeans IDE 不能不要JRuby呀
			</description>
			<pubDate>Thu, 17 Jan 2008 13:04:59 +0800</pubDate>
			<guid>http://chinaonrails.com/topic/view/1213.html</guid>
		</item>
		<item>
			<title>Jruby on Android ... no reply</title>
			<link>http://chinaonrails.com/topic/view/1085.html</link>
			<comments>http://chinaonrails.com/topic/view/1085.html#reply</comments>
			<dc:creator>bd7lx</dc:creator>
			<author>bd7lx</author>
			<!--<enclosure url="http://chinaonrails.com/img/p/9.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/9_s.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/9_n.jpg" type="image/jpeg" />-->
			<category>JRuby</category>
			<description>
			&lt;a href="http://amazing-development.com/archives/2007/12/14/jruby-on-android/" rel="nofollow external" class="tpc"&gt;http://amazing-development.com/archives/2007/12/14/jruby-on-android/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
http://www.hhtong.com/blog1/articles/2007/11/13/android-20071113&lt;br /&gt;
移动OS Android：使用八行命令体验GPhone&lt;br /&gt;
&lt;br /&gt;
&lt;img class="code" src="http://img167.imageshack.us/img167/240/211818411c1b30998dm248dfp3.jpg" border="0" /&gt;
			</description>
			<pubDate>Fri, 14 Dec 2007 13:07:53 +0800</pubDate>
			<guid>http://chinaonrails.com/topic/view/1085.html</guid>
		</item>
		<item>
			<title>JRuby on ME Devices? ... no reply</title>
			<link>http://chinaonrails.com/topic/view/1017.html</link>
			<comments>http://chinaonrails.com/topic/view/1017.html#reply</comments>
			<dc:creator>bd7lx</dc:creator>
			<author>bd7lx</author>
			<!--<enclosure url="http://chinaonrails.com/img/p/9.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/9_s.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/9_n.jpg" type="image/jpeg" />-->
			<category>JRuby</category>
			<description>
			&lt;a href="http://headius.blogspot.com/2007/11/jruby-on-me-devices.html" rel="nofollow external" class="tpc"&gt;http://headius.blogspot.com/2007/11/jruby-on-me-devices.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;img class="code" src="http://bp3.blogger.com/_HWobMsJuRHc/R0WrO3WtXSI/AAAAAAAAABE/S9BQLNFzw9w/s400/jruby_me.png" border="0" /&gt;&lt;br /&gt;
&lt;br /&gt;
http://dist.codehaus.org/jruby/research/&lt;br /&gt;
&lt;br /&gt;
 JRubME_0.1 下载
			</description>
			<pubDate>Fri, 23 Nov 2007 08:29:35 +0800</pubDate>
			<guid>http://chinaonrails.com/topic/view/1017.html</guid>
		</item>
		<item>
			<title>走向社会化的滚滚洪流，甲骨文也来搀和Jruby on Rails ... 2 replies</title>
			<link>http://chinaonrails.com/topic/view/977.html</link>
			<comments>http://chinaonrails.com/topic/view/977.html#reply</comments>
			<dc:creator>bd7lx</dc:creator>
			<author>bd7lx</author>
			<!--<enclosure url="http://chinaonrails.com/img/p/9.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/9_s.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/9_n.jpg" type="image/jpeg" />-->
			<category>JRuby</category>
			<description>
			&lt;a href="https://mix.oracle.com/" rel="nofollow external" class="tpc"&gt;https://mix.oracle.com/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Mix &lt;br /&gt;
&lt;br /&gt;
是Oracle 实验室做的 &lt;img class="code" src="http://img249.imageshack.us/img249/7499/20071113094245my3.jpg" border="0" /&gt;&lt;br /&gt;
看着像digg吧 ，用来收集客户建议和意见，与Dell购买的crispyinews相同的作用&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://oracleappslab.com/2007/11/12/lets-mix/" rel="nofollow external" class="tpc"&gt;http://oracleappslab.com/2007/11/12/lets-mix/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
运行在Oracle Application Server上,用 Oracle Database, Oracle Internet Directory, Oracle SSO, 等看家本领，关键还是以 jRuby on Rails 做招摇&lt;br /&gt;
&lt;br /&gt;
Oracle也有很多Ruby高人乎？ &lt;br /&gt;
这次是TW 帮他们忙
			</description>
			<pubDate>Tue, 13 Nov 2007 09:34:34 +0800</pubDate>
			<guid>http://chinaonrails.com/topic/view/977.html</guid>
		</item>
		<item>
			<title>scRUBYt!上JRUBY,win32问题解决! ... no reply</title>
			<link>http://chinaonrails.com/topic/view/848.html</link>
			<comments>http://chinaonrails.com/topic/view/848.html#reply</comments>
			<dc:creator>s22</dc:creator>
			<author>s22</author>
			<!--<enclosure url="http://chinaonrails.com/img/p/202.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/202_s.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/202_n.jpg" type="image/jpeg" />-->
			<category>JRuby</category>
			<description>
			scrubyt是个很COOL的HTML刨皮程序，能够很XX的分析XPATH,然后生成代码。老程序无法跑在WIN32上面，现在有了Paul 帅的JRUBY版本JScrubyt。&lt;br /&gt;
盼星星盼月亮，盼了好几个月啊。&lt;br /&gt;
&lt;br /&gt;
http://scrubyt.org/&lt;br /&gt;
&lt;br /&gt;
http://pftg.blogspot.com/ Paul's blog
			</description>
			<pubDate>Mon, 15 Oct 2007 10:34:47 +0800</pubDate>
			<guid>http://chinaonrails.com/topic/view/848.html</guid>
		</item>
		<item>
			<title>compiler is now complete，xruby真得要加油哟 ... no reply</title>
			<link>http://chinaonrails.com/topic/view/800.html</link>
			<comments>http://chinaonrails.com/topic/view/800.html#reply</comments>
			<dc:creator>bd7lx</dc:creator>
			<author>bd7lx</author>
			<!--<enclosure url="http://chinaonrails.com/img/p/9.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/9_s.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/9_n.jpg" type="image/jpeg" />-->
			<category>JRuby</category>
			<description>
			&lt;a href="http://www.rubyinside.com/first-fully-functional-ruby-18-compiler-now-complete-612.html" rel="nofollow external" class="tpc"&gt;http://www.rubyinside.com/first-fully-functional-ruby-18-compiler-now-complete-612.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
以后有可能不用把Ruby的代码塞到java的服务器里了，ruby code成了java bytecode&lt;br /&gt;
&lt;br /&gt;
&lt;img class="code" src="http://www.treasurethemoments.org/congrat5.jpg" border="0" /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://headius.blogspot.com/2007/09/compiler-is-complete.html" rel="nofollow external" class="tpc"&gt;http://headius.blogspot.com/2007/09/compiler-is-complete.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
详细的评述见Infoq，真正体验还要等JRuby 1.1计划在 RubyConf 2007 大会就是今年07年11月初发布 &lt;br /&gt;
&lt;br /&gt;
http://www.infoq.com/cn/news/2007/09/jruby-compiler-finished&lt;br /&gt;
&lt;br /&gt;
http://www.infoq.com/news/2007/09/jruby-compiler-finished
			</description>
			<pubDate>Sat, 29 Sep 2007 15:38:27 +0800</pubDate>
			<guid>http://chinaonrails.com/topic/view/800.html</guid>
		</item>
		<item>
			<title>道喜的天天红玉变脸，ruby 与 二郎共舞 ... no reply</title>
			<link>http://chinaonrails.com/topic/view/799.html</link>
			<comments>http://chinaonrails.com/topic/view/799.html#reply</comments>
			<dc:creator>bd7lx</dc:creator>
			<author>bd7lx</author>
			<!--<enclosure url="http://chinaonrails.com/img/p/9.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/9_s.jpg" type="image/jpeg" />
			<enclosure url="http://chinaonrails.com/img/p/9_n.jpg" type="image/jpeg" />-->
			<category>JRuby</category>
			<description>
			&lt;a href="http://www.lycom.de/" rel="nofollow external" class="tpc"&gt;http://www.lycom.de/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
久负盛名的&lt;br /&gt;
&lt;br /&gt;
天天红玉世界&lt;br /&gt;
&lt;br /&gt;
打上了erlang的标签&lt;br /&gt;
&lt;br /&gt;
Rails Ruby Erlang 。。。创新来自于刻苦的实践和勤奋的思考... www.hhtong.com&lt;br /&gt;
&lt;br /&gt;
【实 × 新 × 奇】http://www.lycom.de/&lt;br /&gt;
最新报道Java和Ruby/Erlang语言及其框架和软件技术信息&lt;br /&gt;
&lt;div class="code"&gt;&lt;br /&gt;
Fun fun() -&amp;gt;&lt;br /&gt;
  amnesia:match_object({ruby,'lost',4,'jruby'})&lt;br /&gt;
  end,&lt;br /&gt;
{atomic,Results}=amnesia:transaction(Fun).&lt;br /&gt;
&lt;/div&gt;
			</description>
			<pubDate>Sat, 29 Sep 2007 15:36:59 +0800</pubDate>
			<guid>http://chinaonrails.com/topic/view/799.html</guid>
		</item>
	</channel>
</rss>