read-write-web / rww-play

read write web Play
59 stars 19 forks source link

requests should go directly to the resource actor #167

Open bblfish opened 8 years ago

bblfish commented 8 years ago

It would be worth considering the following refactoring of the code, where HTTP requests are dealt with directly by the actor for the resource.

This actor should then deal with:

This would allow:

There may be other advantages and disadvantages to consider. So this is the space to list them.