mumoshu/play2-memcached

[proposal]: with the same folder composition as redis plugin.

masahitojp opened this issue · 2 comments

with the same folder composition as redis plugin.

like https://github.com/vznet/play-mongo-jackson-mapper
/ src / main / scala / play / modules / mongodb / jackson/

current : => /app/ memcached
proposal: => (example) /src/main/scala/play/modules/memcached/

I think that it becomes easy to receive pull-request.
I am glad when you take into consideration.
Thanks.

I have relocated the plugin source from the directory app/ to the directory src/main/scala.

Though, the package play.modules.memcached does not seem to be nice as:

  • I (am not going to|may not be able to) acquire any permissions to publish the plugin jars to play.modules.memcached.
  • The first part play does not distingush between Play 1.x and Play 2.0. I prefer play2 to just play.
    So I have chosen com.github.mumoshu.play2.memcached for the package.

Good job!