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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Does Groovy/Grails have a future?

5 点作者 proveanegative将近 10 年前
Will Groovy survive outside of Gradle? Would it be unwise to start a new long-term project in Grails today?

3 条评论

codeonfire将近 10 年前
Groovy's problem is that it is the "anything goes" language. There is the eternal September problem of new people entering the industry, and for the first ten years of a person's career they think that more complex, more verbose, and harder is somehow better. Groovy provides syntactic sugar for much of java, but that is going to be seen as a negative for people who compulsively have to type out long form code or use the most complex language feature they can. In ten years people would have forgotten about Groovy, because Python has already won over so many communities. No one complains that Python is slower than Java or not as complex as Scala.
matt_s将近 10 年前
I have been looking at web frameworks on JVM&#x27;s a little bit lately for work (yeah doing coding again). My most recent experience has been doing some hobby projects with Ruby and Rails framework. I like how that works for simple CRUD apps, a lot less mundane coding is needed compared to my programming in Java web apps 5-8 years ago.<p>There has been some decent research by Raible Designs on this topic: <a href="http:&#x2F;&#x2F;raibledesigns.com&#x2F;rd&#x2F;entry&#x2F;grails_angular_vs_jhipster" rel="nofollow">http:&#x2F;&#x2F;raibledesigns.com&#x2F;rd&#x2F;entry&#x2F;grails_angular_vs_jhipster</a> or <a href="http:&#x2F;&#x2F;www.slideshare.net&#x2F;mraible&#x2F;comparing-jvm-web-frameworks-february-2014" rel="nofollow">http:&#x2F;&#x2F;www.slideshare.net&#x2F;mraible&#x2F;comparing-jvm-web-framewor...</a><p>I don&#x27;t know the author but those articles have led me towards looking into JHipster. Grails didn&#x27;t sit well with me since I have done Ruby&#x2F;Rails prior to that and some things just appeared backwards with Grails.<p>My personal results recently were that JHipster was a bit cumbersome to get going since there are so many dependencies to install. Some of which I could not get to compile&#x2F;setup with Node.js. Since my target app is an enterprise corporate environment, that is a non-starter. I&#x27;m leaning towards Ruby&#x2F;Rails but with JRuby and the warbler gem to basically WAR up the Rails app so I can deploy to something simple like Tomcat.
bobm_kite9将近 10 年前
This is really two questions. Or maybe three. Can you edit it to be a single one? Personally, I&#x27;m most interested in the Grails part and I&#x27;d probably weigh in on that, but I&#x27;ll see which way you take it.
评论 #10008666 未加载