Hi, I have 5 controllers and found myself doing the same thing in each of them: each controller has 3 methods that do the same. I'd rather factor these methods out and create a Coldspring Advice containing these 3 methods. What I could do is follow the examples in the coldspring docs [http://www.coldspringframework.org/coldspring/ examples/quickstart/index.cfm?page=aop]. The difference is here I am dealing with Controllers instead of Services. I already use Coldspring for my Beans, Services and Gateways. Should I just add the controllers in my Coldspring.xml file If I want Coldspring to manage my Controllers as well? What are the consequences for ModelGlue?
Thanks, Marc -- 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
