shabbirh / ncron

Automatically exported from code.google.com/p/ncron
Apache License 2.0
0 stars 0 forks source link

Allow integration with third-party IoC tools #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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.

Original issue reported on code.google.com by jsr%mala...@gtempaccount.com on 6 Jan 2010 at 2:02

GoogleCodeExporter commented 9 years ago

Original comment by jsr%mala...@gtempaccount.com on 7 Jan 2010 at 5:05

GoogleCodeExporter commented 9 years ago
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.

Original comment by jsr%mala...@gtempaccount.com on 15 Jan 2010 at 4:32