8 ms·
I used to think so as well but now there is a great framework called Play: http://www.playframework.org/ http://www.playframework.org/
by scalyweb 16y ago
I used to think so as well but now there is a great framework called Play:
http://www.playframework.org/ http://www.playframework.org/
- yatsyk 16y agoIt would be nice if this framework get more traction
- trigger 16y agoJRebel is worth a look for a similar experience. It reloads classes when they change so no server restarts required. http://www.zeroturnaround.com/jrebel/ http://www.zeroturnaround.com/jrebel/
- madewulf 16y agoThe problem with frameworks like Play, or Symfony in PHP world is that they only play catchup to frameworks like ROR and Django and since they started way later, they still lack the polish.
- Egregore 16y agoWhy is this a problem? They will tend to choose to implement only the best practices. For example my (I'll admit biased) experience with play framework was better than with RoR and with Django.
- zeemonkee 16y agoOr alternatively, they learn from the problems of older frameworks, and can bring a fresh approach without having to worry so much about backward compatibility.