Awesome Play1

A collection of awesome Play 1.x modules, tools, and resources.
Inspired by awesome-php, awesome-python, frontend-dev-bookmarks and awesome-ruby.
Contributions are always welcome!
Modules
Lists all the modules available with the following badges :
| Badge | Meaning |
|---|---|
| the module is registered in playframework.com/modules. The badge points to the registered page. | |
the module is not registered in playframework.com/modules. You have to add an external repository in your dependencies.yml file. The badge points to the official module page. |
|
| the module is available in MavenCentral thanks to the maven-play-plugin. The badge poins to the maven repository of the module. | |
| the module has been updated since playframework.com/modules has been frozen. The badge points to the official module page. |
The modules are divided in the following categories : * Database * Deployment * Injection/dependencies * Language * Messaging/events * Monitoring * Persistence * Presentation * Rest * Scaffolding * Search * Security * Template * Translation * Misc
If you want to contribute information about a module, please refer to the guide.
Database
- [carbonate] Carbonate
Creates and runs database migrations using Hibernate schema update to automatically generate SQL to the migrations. See this blog post
- [chronostamp] Chronostamp
Enhances Models by adding and updating timestamp fields (created_at & updated_at).
- [db] Database module
Export your Play! domain model to a DDL file and import a database into your Play! domain model.