You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Patawat Watakul edited this page Feb 8, 2015
·
2 revisions
Compare Frameworks
Play Java Web Framework
Version 2.3.7 WebSite
Play is an open source web application framework, written in Scala and Java, which follows themodel–view–controller (MVC) architectural pattern. It aims to optimize developer productivity by using convention over configuration, hot code reloading and display of errors in the browser.
OS Support: OS X LINUX WINDOW
It’s run on console few command to run “Activator run”
Play Framework build web application with Java or Scala
Built in testing tool
Play uses no java EE constraints..
It’s IDE support for Eclipse and IntelliJ IDEA
Documents : It’s easy to read and learn.There have tutorials
Modular architecture: It’s like rail-DJango but they use java & scala
Play was built for need of modern web & mobile apps.
Real-time enabled
Play is much faster on giving feedback. Code, reload.
lean and runs on a built-in Netty webserver
can run a different setup
There’s a console you can use to create a new app (play new yourApp), run an app (play run) and more.