-
Notifications
You must be signed in to change notification settings - Fork 4
Compare Java Web Frameworks
Patawat Watakul edited this page Feb 8, 2015
·
2 revisions
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.
- Extensive NoSQL & Big Data Support
- Play is fully RESTful