Skip to content

Instantly share code, notes, and snippets.

@fahied
Created June 26, 2014 09:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fahied/cb9b7c11c68054a79abd to your computer and use it in GitHub Desktop.
Save fahied/cb9b7c11c68054a79abd to your computer and use it in GitHub Desktop.
Play framework 2.x.x Best Practices
########### 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