Skip to content

Instantly share code, notes, and snippets.

@greenlaw110
Last active October 10, 2025 13:10
Show Gist options
  • Select an option

  • Save greenlaw110/2868365 to your computer and use it in GitHub Desktop.

Select an option

Save greenlaw110/2868365 to your computer and use it in GitHub Desktop.
Green's common Play modules
# Application dependencies
require:
- com.greenlaw110 -> app-base 2.1.3
- com.greenlaw110 -> play-excel 1.2.3
- com.greenlaw110 -> config 1.2.2
- com.greenlaw110 -> betterlogs 1.2j
- com.greenlaw110 -> aaa 2.1
- com.greenlaw110 -> play-rythm 1.0.1-b3
- com.greenlaw110 -> morphia 1.5.0a
- play -> guice [1.2,)
- com.greenlaw110 -> greenscript 1.2.11b
- play -> crud
- play -> secure
repositories:
- greenlaw110:
type: http
artifact: "http://greenlaw110.com/play/repo/[module]-[revision].zip"
contains:
- com.greenlaw110 -> *
@wenzhihong2003
Copy link
Copy Markdown

thank you, It's useful for me.

@brainztorm
Copy link
Copy Markdown

Thanks ! :)

@sveinare
Copy link
Copy Markdown

Hi, why isn't 1.2.11b published in the official play-module page/repository?
http://www.playframework.com/modules/greenscript

@shoon
Copy link
Copy Markdown

shoon commented Mar 7, 2014

I think the play modules site stopped allowing updates in early 2013.

@gerhemill
Copy link
Copy Markdown

Is the play-rythm 1.0.1-b1 module for Play 2

@greenlaw110
Copy link
Copy Markdown
Author

There is no play-rythm module for play 2 for the moment

@pccampos
Copy link
Copy Markdown

pccampos commented Sep 2, 2014

Is there a way to add this dependency using sbt?

@winglight
Copy link
Copy Markdown

Play-Morphia ONLY support Play 1?
I got an error " Class play.db.Model not found", and found it's an interface from Play 1.
How could I use this in my Play 2 project?

@narendrar-egnaroinc
Copy link
Copy Markdown

Im Using play1.2.7 and i could not able get connection to mongodb by installing morphia plugin(play install morphia)
error is
Oops: NoSuchMethodError
An unexpected error occured caused by exception NoSuchMethodError:
com.google.code.morphia.logging.MorphiaLoggerFactory.reset()V

I dont why i got this error when i ran the app

Could you please provide working example to better understanding?
Thank you

@guenruiz
Copy link
Copy Markdown

Hi, i'm trying to use play-morphia-1.5.0b, but it seems that Play cannot retrieve dependencies from the gelinsoft.com repository, something happened to the repository?.
it's really weird, a few days ago it was working perfectly.

This is how i included it in the dependencies file:

``- com.gelinsoft -> morphia 1.5.0a
repositories:
- gelinsoft:
type: http
artifact: "http://gelinsoft.com/play/repo/[module]-[revision].zip"
contains:
- com.gelinsoft -> *

ps. sorry my bad english.

@greenlaw110
Copy link
Copy Markdown
Author

gelinsoft.com is obsolete, please use greenlaw110.com instead

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment