(IOC and AOP (Aspect oriented programming)

F

Flare

Hi,

I heard alot of IoC containers and aspect oriented programming for the Java
/ J2EE world, eg, Spring, AspectJ, Pico, etc.

I find the idea very compeeling that the framework calls the obejct instead
of the objects call some kind of static factory. More over the aspect
oriented way eg. to do logging also seems quite interesting. Is these things
possible in .net? Are there any interesting and production ready solutions
out there?

Looking forward to hear from you
Anders
 
J

Joerg Jooss

Flare said:
Hi,

I heard alot of IoC containers and aspect oriented programming for
the Java / J2EE world, eg, Spring, AspectJ, Pico, etc.

I find the idea very compeeling that the framework calls the obejct
instead of the objects call some kind of static factory. More over
the aspect oriented way eg. to do logging also seems quite
interesting. Is these things possible in .net? Are there any
interesting and production ready solutions out there?

There's an article on the ServerSide.Net that illustrates what
interfaces/classes in FCL can be used for Interface Injection. Even better,
the Spring Framework is being ported to .NET -- see www.springframework.net.

Cheers,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top