Export to GitHub

ncron - issue #2

Allow integration with third-party IoC tools


Posted on Jan 6, 2010 by Quick Horse

An abstraction should be built around job creation, allowing users to replace the default reflection based factory method. This will allow integration with any IoC container, making NCron a viable choice for "enterprise" systems.

Comment #1

Posted on Jan 7, 2010 by Quick Horse

(No comment was entered for this change.)

Comment #2

Posted on Jan 15, 2010 by Quick Horse

NCron.Framework.IJobFactory allows users to build their own job factories, which can be injected into the service from the NCron.Service.exe.config file.

NCron.Integration.Autofac serves as a sample for this kind of integration.

Status: Fixed

Labels:
Type-Enhancement Priority-Critical Milestone-Release2.0 Component-Framework