PDA

View Full Version : Does spring.net generate classes?


Anonymous
03-16-2005, 01:19 AM
Obviously I'm a beginner.

Does spring.net generate c# classes? Or can I generate XML from the classes?

Mark Pollack
05-05-2005, 03:29 PM
Hi,

As far as dependency injection goes, no it does not generate classes. The XML configuration file refers to existing classes that you want spring to create and set properties on - including references to other objects. Hope this helps. For a good intro into DI pick up one of the many spring.java books available here (http://www.springframework.org/books.html) - the concepts are the same.

Cheers,
Mark

p.s. Sorry for the late reply - somehow I missed the post through my normal browsing of the forums. Glad there is a 'view unanswered posts' button!