(IOC and AOP (Aspect oriented programming)

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Flare

    #1

    (IOC and AOP (Aspect oriented programming)

    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


  • Joerg Jooss

    #2
    Re: (IOC and AOP (Aspect oriented programming)

    Flare wrote:[color=blue]
    > 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?[/color]

    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,

    --
    Joerg Jooss
    joerg.jooss@gmx .net


    Comment

    Working...