将 Silverlight 与 Ruby on Rails 结合使用?

发布于 2024-10-20 06:07:37 字数 63 浏览 3 评论 0原文

有人可以指出我将 Silverlight 用户控件放在 Ruby on Rails 应用程序视图上的正确方向吗?

Could someone point me in the right direction of putting Silverlight User Controls on my Ruby on Rails application's views?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

养猫人 2024-10-27 06:07:37

呵呵,我认为您可以通过 Web 服务或 JS 与 Silverlight 中的 RoR 进行交互。
你的意思是“将 SL 用户控件放在 RoR 应用程序上”?你可以将.xap包含到html页面中,Silverlight能够在他所在的页面上使用JS。

Huh, you can interact with RoR from Silverlight by web services or JS, i think.
What you mean 'putting SL user controls on RoR app'? You can include .xap into html page and Silverlight has the ability to use JS on a page where he is placed.

单身狗的梦 2024-10-27 06:07:37

您需要使用 IronRuby。

有关将 Silverlight 与 Iron Ruby 结合使用的文档位于:http://ironruby.net/browser/docs.html

You neet to use IronRuby.

Documentation about using Silverlight with Iron Ruby is here: http://ironruby.net/browser/docs.html

夏见 2024-10-27 06:07:37

如果您想在页面上安装 Silverlight 应用程序(并且此页面是用 RoR 编写的),那么您可以简单地将 .xap 文件嵌入到页面中 - 您可以使用 对象标记JavaScript(Silverlight.js 文件)

If you would like to have Silverlight application on the page (and this page is written with RoR) then you can simply embedded .xap file into the page - you can do it using object tag or JavaScript (Silverlight.js file)

空城缀染半城烟沙 2024-10-27 06:07:37

这是一个快速教程 - 尚未尝试,但看起来不错。
http://techblogging.wordpress.com/2008/03/ 26/使用-silverlight-with-rubyonrails/

Here's a quick tutorial - haven't tried it yet, but seems good.
http://techblogging.wordpress.com/2008/03/26/using-silverlight-with-rubyonrails/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文