首页IT科技rub英语怎么读(Ruby: Calling Ruby’s ActiveRecord from Java Using the Bean Scripting Framework)

rub英语怎么读(Ruby: Calling Ruby’s ActiveRecord from Java Using the Bean Scripting Framework)

时间2025-08-05 06:42:28分类IT科技浏览4902
导读:Ruby: Calling Rubys ActiveRecord from Java Using the Bean Scripting Framework...

Ruby: Calling Rubys ActiveRecord from Java Using the Bean Scripting Framework

Here we need to use the Bean Scripting Framework (BSF) since Java 5 doesnt have the built-in scripting support that Java 6 has. I will also use 2 helper classes (JRubyHelper.java and BSFHelper.java) provided by ociweb.com. For brevity I will leave out the source of the helper classes and concentrate on the actual code to make a call to a Ruby script from Java:

Line 31: initializes an empty ArrayList that will be passed into the Ruby script.

Line 32: declares (or registers) the books by name which can then be referenced in the Ruby script.

Line 33: actually executes the Ruby script.

Lines 36-40: just looping over the books and printing the titles.

Here Ive created an arjava directory under the Rails plugins directory:

声明:本站所有文章               ,如无特殊说明或标注                     ,均为本站原创发布              。任何个人或组织       ,在未征得本站同意时               ,禁止复制              、盗用                      、采集       、发布本站内容到任何网站       、书籍等各类媒体平台                      。如若本站内容侵犯了原著者的合法权益                      ,可联系我们进行处理       。

创心域SEO版权声明:以上内容作者已申请原创保护,未经允许不得转载,侵权必究!授权事宜、对本内容有异议或投诉,敬请联系网站管理员,我们将尽快回复您,谢谢合作!

展开全文READ MORE
nmap扫描端口三种状态(nmap命令 – 网络探测及端口扫描工具)