Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xcarpentier/prezmash
PrezMash : France 2012 presidential with Play!
https://github.com/xcarpentier/prezmash
Last synced: 20 days ago
JSON representation
PrezMash : France 2012 presidential with Play!
- Host: GitHub
- URL: https://github.com/xcarpentier/prezmash
- Owner: xcarpentier
- Created: 2012-03-21T21:49:48.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-25T08:33:52.000Z (about 10 years ago)
- Last Synced: 2024-05-01T21:21:34.754Z (7 months ago)
- Language: Java
- Homepage: http://xavier-carpentier.fr/developments/prezmash/
- Size: 1.08 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
==============================================
PrezMash : France 2012 presidential with Play!
==============================================Vote for your favorites candidats
---------------------------------A sample presidential FaceMash.
Technology : Play 2 (Java), jQuery, MySql and Twitter4j
More information : http://xavier-carpentier.fr/developments/prezmash/
Why it does it this way, benefits and drawbacks
-----------------------------------------------Using Play! because it is more concise.
Architecture and design
-----------------------MVC paradigm via Play!, force very clean developments.
Using Ajax for data exchanges.
Compile, deployed and used
--------------------------This project was deployed on Amazon EC2.
To test it you need to install Play! and configure a MySql database. (or other)
To configure database change on conf/application.conf file :
db.default.url="jdbc:mysql://localhost:8889/prezmash?autoReconnect=true"
autoReconnect=true because it's deployed on Amazon and some weird things happened, like disconnection.
Licence
-------You can copy, fork and what ever you want with my code without any feedback.
But please go to my website : http://xavier-carpentier.fr
And if you want to follow me on twitter : @xcapetir !