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.

Play Framework 2.0 Beta & integration into Typesafe Stack

90 pointsby lapustaover 13 years ago

9 comments

mahmudover 13 years ago
We use Play at work. It's the only reason I use an Algol dialect after 10 years of writing Lisps. It and Android, to be frank.<p>I believe we have one of the largest Play code bases. And I still enjoy it.<p>I picked it out of a line up, I tested Django, Rails, Cake, Java EE and buncha other stuff. I had just a month to pick a platform and budget limits for 4 staff and 2 years. So far I only needed just a gfx designer and I still do all coding myself.<p>Ask me anything about Play.
评论 #3242675 未加载
评论 #3242848 未加载
评论 #3242899 未加载
评论 #3242693 未加载
评论 #3243677 未加载
BonoboBonerover 13 years ago
Play's simplicity and its favouring of 'getting-shit-done'-attitude over the 'layering-and-overarchitecting'-attitude in the Java community has greatly benefited its rise. I really hope this type-safe Scala reimplementation of the framework pays off and is not a step backwards.
评论 #3242573 未加载
评论 #3243893 未加载
评论 #3242992 未加载
评论 #3242491 未加载
评论 #3243299 未加载
robfigover 13 years ago
We use Play heavily at work (eg. 50k SLOC). I love it.<p>However, I'm pretty nervous about 2.0, due to the tight coupling with Scala. I still have a bad taste in my mouth from trying to use Lift, and I did not care for sbt at all.<p>While typesafe templates seem like a good thing, I can't recall ever having bugs that would have been caught by them, and it looks like it will eliminate the magical boilerplate-free parameter passing from the current version of Play.
评论 #3243735 未加载
gamboover 13 years ago
Wow these are really great news. Already used Play 1.2.3 and this was already amazing easy to work with. Working now with grails 1.3.7 and I definitely will change to Play after finishing my current project. Grails is a pain and it doesnt feel very light as its built uppon the spring stack which is huge. Using plugins is sometimes risky as they are outdated and you dont really understand what they are doing in the background. I also like the type safe approach of Scala/Java which you dont have in grails(groovy/java). This is also very useful for code completion in IDEs
jiggy2011over 13 years ago
Play framework is a breath of fresh air compared to other Java frameworks. The only disadvantage I can see is that allot of the features to make things simpler do seem to more tightly couple you to it.
评论 #3242913 未加载
mark_l_watsonover 13 years ago
I just spent 20 minutes reading through the documentation and the changes look very good! I sometimes use Play for my own projects and I was very disappointed to not have been able to talk my largest customer into using Play when we kicked off two new projects 5 months ago. Oh well.<p>Play makes Java (or Scala) web development a light and fun experience.
yalestarover 13 years ago
I dinked around with Play a while ago and was impressed all around. However, am I the only one who thinks it would benefit immensely from a better name? "Play" just makes it sound so... unrobust. It needs a name that conveys that it's industrial-strength. How about Chupacabra or Lugwrench or Nailgun or ...
eegilbertover 13 years ago
Bravo on launching day one with serious documentation.
deutroniumover 13 years ago
Will existing Play 1.x apps work on Play 2.0?
评论 #3243007 未加载