I am writing a very large application with 60+ tables. Currently I am working on the architecture of the middle tier and I am looking for a bit of advice on how best to achieve an easily manageable application.
Right now, I have completely finished one section of my application and I ended up with 9 services. So my first question is, would be in my best interest to use a single controller or multiple controllers (one per service) . My next two questions are related. With in my config's ColdSpring and ModelGlue, I have started to notice that these two config files are getting rather cumbersome to traverse even with only 9 services completed. So is it even possible to separate the event handlers and controller definitions out into individual files so that it is easier to manage? I would prefer to have the packaging based on the module that I am working on (User, config, etc..) -- Model-Glue Sites: Home Page: http://www.model-glue.com Documentation: http://docs.model-glue.com Bug Tracker: http://bugs.model-glue.com Blog: http://www.model-glue.com/blog You received this message because you are subscribed to the Google Groups "model-glue" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/model-glue?hl=en
