I haven't done a good audit of the handlers or services ... BUT ... in order for the android part to work smoothly, we should really have ZERO database (or even model class) calls from our normal handlers that generate the HTML. All of that should be done through the services. As it is now, the ones that don't act like that will be more work when we do android.
I haven't done a good audit of the handlers or services ... BUT ... in order for the android part to work smoothly, we should really have ZERO database (or even model class) calls from our normal handlers that generate the HTML. All of that should be done through the services. As it is now, the ones that don't act like that will be more work when we do android.