Useful plugins for Play Framework 2.x.
Here is a list of all plugins for Play Framework v2.3.x:
Name | Description | Plugin Version | Play Version |
---|---|---|---|
auth | Simple user authentication | 4.0 | 2.3.x |
base | Extended plugin functionality | 4.0 | 2.3.x |
compress | HTML compress controller | 4.0 | 2.3.x |
cron | Annotation driven time-based job scheduler | 4.0 | 2.3.x |
event | Publication and Subscription of events | 4.0 | 2.3.x |
json | Chainable json bean mapper | 4.0 | 2.3.x |
Check the plugin readme to learn how to add the plugin to your project. Every plugin has usage informations in the readme and at least one sample project so it should be easy to find out how to use it.
Previous Play Framework versions:
Name | Description | Plugin Version | Play Version |
---|---|---|---|
auth | Simple user authentication | 2.1-SNAPSHOT | 2.1.x - 2.2.x |
base | Extended plugin functionality | 2.1-SNAPSHOT | 2.1.x - 2.2.x |
compress | HTML compress controller | 2.1-SNAPSHOT | 2.1.x - 2.2.x |
cron | Annotation driven time-based job scheduler | 2.1-SNAPSHOT | 2.1.x - 2.2.x |
event | Publication and Subscription of events | 2.1-SNAPSHOT | 2.1.x - 2.2.x |
json | Chainable json bean mapper | 2.1-SNAPSHOT | 2.1.x - 2.2.x |
This software is licensed under the Apache 2 license, quoted below.
Copyright (c) 2013 Sebastian Sachtleben
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this project except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.