Restructure application. Add README files to clearly explain what each directory...
[rock.divinelegy.git] / app / services / README.md
1 Services go here.
2
3 A service extends the service abstract class. Services interact with the model layer, Services need a BusinessObjectFactory and a DataMapperFactory. A simfile service would know
4 how to build a simfile class.
5
6 Saving state would be done in a service class.
7
8