agourlay / post-on-my-fridge

Fun content platform built with Akka and Ember.js
Apache License 2.0
21 stars 4 forks source link

Refactor real time client notification. #68

Closed agourlay closed 11 years ago

agourlay commented 12 years ago

Presently the code is tangled in the dao methods, it's really ugly. Use some nice AOP to separate notification concern from dao.

Try building annotation @ NotifyClient and use aspectJ.