TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Has anybody JRuby for their webapp?

2 点作者 pkc超过 15 年前
Hi,<p>I am getting quite comfortable using Ruby on Rails but keep hearing about performance problems that comes with Ruby. So when looking for efficient implementations of Ruby came across JRuby. Also ability to use any Java library is a huge advantage for our current project.<p>Has anybody used JRuby successfully for their rails project? More interested in any problems faced because of JRuby?

2 条评论

icey超过 15 年前
I was using JRuby + Rails for some exploratory development very recently. It was pretty nice, the only complaint I had was the startup time when doing script/server... but really that wasn't all that bad either.<p>If you've done much with Java, then it's really worth looking into JRuby. Also, Charles Nutter and the rest of the JRuby community are awesome.
gfodor超过 15 年前
Yup. Startup time is the only downside. Being able to drop to Java for speed or libraries is totally awesome.