Play framework for Java - a radical rethink of Java web app development?
1–10 of 103 posts
Re: Play framework for Java - a radical rethink of Java web app development?
#2Re: Play framework for Java - a radical rethink of Java web app development?
#3Re: Play framework for Java - a radical rethink of Java web app development?
#4Re: Play framework for Java - a radical rethink of Java web app development?
#5Re: Play framework for Java - a radical rethink of Java web app development?
#6What is the virtue of developing a web application in Java instead of a scripting language like Jython (aside from execution speed obviously)?
Re: Play framework for Java - a radical rethink of Java web app development?
#7What is the virtue of developing a web application in Java instead of a scripting language like Jython (aside from execution speed obviously)?
Re: Play framework for Java - a radical rethink of Java web app development?
#8I just ran through the tutorial and it was a real breath of fresh air - everything ran out of the box, there was no need for an IDE or a build process and changes were live the second I saved them from my editor (it apparently ships with the on-the-fly compiler from Eclipse). Really impressed.
The example app was very useful. Including some real world jquery ajax functionality was a big bonus and a great way to compare functionality with other frameworks. (render methods and routing specifically).
Re: Play framework for Java - a radical rethink of Java web app development?
#9Let me guess - it's yet another Java on Rails?
Re: Play framework for Java - a radical rethink of Java web app development?
#10Let me guess - it's yet another Java on Rails?
Groovy runs on JVM, Wicket on Wings exists, I believe. What are other Java options?