vote up 1 vote down star

I'm working on a project where I need to add some functionality to a service object and using a decorator to add it in seems like a good fit. However, I've only ever used decorators with simple beans, never on a singleton like a service object. Has anyone ever done this before and what are the pros and cons? In this case I don't think creating a subclass will work so a decorator seems to be a good fit. What are your thoughts on doing this?

flag
Are you using any particular CF framework? – ciaranarcher May 31 at 21:45
"I don't think creating a subclass will work" why? – Henry Jun 2 at 2:12

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.