JRuby & Win32OLE——它们协同工作的效果如何?
我一直在广泛使用 Win32OLE 和 MRI 来实现 MS Office 的自动化。它工作得很好,但我正在考虑切换到 JRuby 以简化在用户系统上安装应用程序的过程。
随着 Win32OLE 正式出现在 JRuby 1.6 中,它的工作效果如何?我是否应该能够将基于 MRI 的应用程序直接移植到 JRuby 而无需修改?我应该注意什么问题吗?
谢谢。
I've been using Win32OLE extensively with MRI to automate MS Office. It works great, but I'm thinking of switching to JRuby to simplify installing apps on users' systems.
With Win32OLE officially in JRuby 1.6, how well does it work? Should I be able to port my MRI-based app straight to JRuby without modification? Any hitches I should look out for?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我们确实在 JRuby 中内置了一个 win32ole 扩展。事实上,我们还支持 仅 64 位版本。
如果您确实发现错误或缺少方法或功能,请在 http://bugs.jruby.org/< /a> .
We do have a win32ole extension built into JRuby. In fact, we also sport the only 64-bit version.
If you do find a bug or missing method or feature, please file an issue at http://bugs.jruby.org/ .