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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Ruby/Rails or Groovy/Grails?

1 点作者 manasnutcase大约 13 年前
Hey Guys, We are building a web app from ground up. We are using Neo4j for data management. Should we go with Ruby on Rails or Grails? ROR resources are far and few. But Java people are in abundance here. Im hoping they will be able to quickly pick up Groovy/Grails too. Also, we will be building many web apps in future too. So from that perspective, which tech stack do you think makes more sense? Thanks.

2 条评论

tzaman大约 13 年前
&#62; ROR resources are far and few<p>Not really, ROR community is very active, there's millions of gems that do what you need, and there's plenty of websites that teach ROR (railcasts.com, ruby-toolbox.com,...), you can find help on IRC almost instantly. There's as much resources as you need, almost anything that you need to do has probably already been done and a tutorial/gem written.
评论 #3909163 未加载
codeacdc大约 13 年前
I have built many java/grails based web applications in the past 2 years and I would agree that the support for grails/java is much better. The community is pretty active and the fact that grails allows you to fallback to java and runs in a time tested environment(ie the jvm) is an asset in itself. The spring framework which is the backbone for grails is also widely supported and frankly blows RoR out of the water when it comes to documentation, support, experienced developer base. I would definitely support a grails/Java stack compared to a RoR stack hands down.