TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Can the Play! framework become Rails for Java?

3 pointsby mistrQover 14 years ago
I'm a CS student at the University of Edinburgh.<p>I have to use a lot of Java, C, Python and sometimes even Haskell. I have to use PHP at work.<p>I would love to spend more time learning ruby and rails. I just find my time would be better spent increasing my skills with tools I actually need to use daily as i'd only use RoR for my side project web apps.<p>Do you think the play! framework for java is a good alternative to rails or will it never become as popular?<p>http://www.playframework.org

3 comments

mgkimsalover 14 years ago
I would second the 'Grails' comment. Groovy has similar expressiveness to Ruby's, but retains much Java-ness needed for Java people to make the leap. You can use quite a bit of Java knowledge and experience in Grails, while gaining a lot of productivity.
phren0logyover 14 years ago
Part of what makes Rails so popular is Ruby itself, and this is not by accident. Although Play! may implement many of the features of Rails, the expressiveness of Ruby is what makes Rails tick.<p>Just my 2 cents.
devmonkover 14 years ago
Grails and JRuby on Rails are already Rails for Java, and there are a ton of existing frameworks out there in Java for anything you can think of almost, so no, I doubt it.