|
The Play Framework is a clean and lightweight solution for developer working on small apps that have no need for all those heavy, slow and cluttered enterprise Java frameworks.
It focuses on developer productivity and targets RESTful architectures.
Here are some key features of "Play Framework":
· Asynchronous
· Stateless model
· Full stack application framework
· Documentation
· Efficient template system
· Resolve errors quickly
· Fix the bug and hit reload
· Pure Java
· HTTP-to-code mapping
· Simple stateless MVC architecture
· Java Persistence API (JPA)
· Test driven development
· Relational database support through JDBC
· Object-relational mapping using Hibernate (with the JPA API)
· Integrated cache support, with easy use of the distributed memcached system if needed.
· Straightforward web services consumption either in JSON or XML (we are talking real web services here; not the SOAP stuff)
· OpenID support for distributed authentication
· Web application ready to be deployed anywhere (application server, Google App Engine, Cloud, etc…)
· Image manipulation API
Via: Play Framework 2.0.3 / 2.0.4 RC1
0 Comment:
Post a Comment