mumoshu / play2-memcached

A memcached plugin for Play 2.x
Other
161 stars 66 forks source link

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

Closed masahitojp closed 12 years ago

masahitojp commented 12 years ago

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.

mumoshu commented 12 years ago

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:

masahitojp commented 12 years ago

Good job!