--Kurt
On 3/23/06, Patrick Lebon <[EMAIL PROTECTED]> wrote:
I have a service (newsService) that accepts "model.new.newsDAO" as an
argument, however I want to be able to inject it with either
"model.new.newsDAO_XML" or "model.new.newsDAO_MSSQL" via coldspring.
Im not exactly sure I understand factory support in coldspring so I
wanted to know if this was possible at the moment or do I need to
create my own DAO factory comonent?
