So Play is recommended for Java programmers who want to be more productive while developing Web Applications, specially those who got stuck in JSP/Servelet box. It’s a whole new world, optimized for the programmers happiness (borrowed from Ruby on Rails). The deployment of Play Applications are now much easier, you can easily deploy our play applications to cloud, the official TODO list tutorial explains well about deploying a simple Play Application to Heroku.
Features of Play Framework
- Lightweight
- Fast
- Stateless
- Optimized for resource consumption
- scalable
- Reactive Model (Event Driven, non blocking IO)
- Highly Productive
- It’s Fun!
Recommended Reading(s)
- PlayFramework.org – go to official site for more details about the API, Documentation etc.
- Scala – Wikipedia page explaining about Scala programming language
No comments:
Post a Comment