Results 1 to 2 of 2

Thread: Does Spring Dependency Injection use Strategy design pattern?

  1. #1
    Join Date
    Nov 2010
    Posts
    6

    Default Does Spring Dependency Injection use Strategy design pattern?

    Hello every one,

    I am very new to Spring Framework. Can anyone tell me does Spring DI use Strategy design pattern? if not, does that mean Spring DI is a new design pattern?

  2. #2

    Default

    It uses a pattern known as Inversion of Control

    http://en.wikipedia.org/wiki/Inversion_of_control

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •