#39: Instantiate generated clases with IoC container
-----------------------------+----------------------------------------------
Reporter: louis.dejardin | Owner:
Type: enhancement | Status: closed
Priority: major | Component: Spark Core
Resolution: fixed | Keywords:
-----------------------------+----------------------------------------------
Changes (by louis.dejardin):
* status: new => closed
* resolution: => fixed
Comment:
This should be all hooked up now. There are samples for both frameworks.
What it boils down to is if you can get an IViewActivatorFactory service
in the hands of the view engine that service can take over the job of
instantiating the view given it's Type. It takes the place of the direct
call to Activator.CreateInstance.
Although the
asp.net mvc windsor support requires a lot of assemblies
including NVelocity. Kind of unfortunate.
--
Ticket URL: <
http://dev.dejardin.org/trac/spark/ticket/39#comment:1>