Play framework is joining the Typesafe Stack — More information in the official announcement
Download Play-1.2.4, the latest production ready release. Or list other versions of the framework.
Read the Play framework overview, work through the tutorial, and browse the documentation.
Join the Google group to discuss, get help on Stackoverflow, share code snippets with the community, and meet other developers.
File bug reports, check out the source code on github, and contribute back to the project.
Finally a Java Web framework made by Web developers. Discover a clean alternative to bloated enterprise Java stacks. Play focuses on developer productivity and targets RESTful architectures.
Edit your Java files, save, refresh your browser and see the results immediately! No need to compile, deploy or restart the server.
Play is a real "Share nothing" system. Ready for REST, it is easily scaled by running multiple instances of the same application on several servers.
A clean template system based on Groovy as an expression language. It provides template inheritence, includes and tags.
Based on an Non blocking IO model, it allows to create modern web applications based on long polling and WebSockets.
All you need to create a cool web application Provides integration with Hibernate, OpenID, Memcached... And a plugin system.
Code with Java, use any Java library and develop with your preferred IDE. Integrates nicely with eclipse or netbeans.
When an error occurs, play shows you the source code and the exact line containing the problem. Even in templates.
Cut out the time you spend waiting for your Java application to restart, increase your productivity and complete your projects faster.