Created
June 26, 2014 09:05
-
-
Save fahied/cb9b7c11c68054a79abd to your computer and use it in GitHub Desktop.
Play framework 2.x.x Best Practices
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
########### Useful Commands ########### | |
# Download source code for Java API used in project | |
$ play "eclipse with-source=true" | |
# Run Play in https mode | |
$ JAVA_OPTS=-Dhttps.port=9001 play start | |
########### Useful Liberaries ########### | |
# Mongodb Wrapper for JAVA | |
http://jongo.org/ | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment