Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hakandilek/publicplay
PublicPlay is yet another forum application built with the play framework.
https://github.com/hakandilek/publicplay
Last synced: 11 days ago
JSON representation
PublicPlay is yet another forum application built with the play framework.
- Host: GitHub
- URL: https://github.com/hakandilek/publicplay
- Owner: hakandilek
- License: other
- Created: 2012-09-06T16:18:07.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-10T17:26:37.000Z (over 10 years ago)
- Last Synced: 2024-10-13T15:44:29.801Z (26 days ago)
- Language: Java
- Size: 3.03 MB
- Stars: 13
- Watchers: 4
- Forks: 6
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
PublicPlay
==========PublicPlay is yet another forum application built with the [play framework](http://github.com/playframework/play).
See it in action [here](http://publicplay.eu01.aws.af.cm/).
[![Build Status](https://publicplay.ci.cloudbees.com/job/publicplay/badge/icon)](https://publicplay.ci.cloudbees.com/job/publicplay/)
Features
--------Those are some features of PublicPlay:
* unit testing
* logging
* caching
* pagination
* Facebook login with [social auth](http://code.google.com/p/socialauth)
* Facebook like
* Rating posts (users can rate posts)
* theming via [bootswatch](http://bootswatch.com/)
* Appfog / Cloundfoundry deployable
Uses
----PublicPlay takes benefit of the following libraries:
* [google guice](http://code.google.com/p/google-guice/)
* [socialauth](http://code.google.com/p/socialauth/)
* [restfb](http://restfb.com/)
* [deadbolt-2](https://github.com/schaloner/deadbolt-2)
* [amazon-aws S3](http://aws.amazon.com/sdkforjava/)
* [play2-crud](https://github.com/hakandilek/play2-crud)Development
-----------See [Development Guide](https://github.com/hakandilek/publicplay/wiki/Development-Guide) for details