Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9184011
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T18:56:31+00:00 2026-06-17T18:56:31+00:00

Possible Duplicate: Understanding the need for a DI framework I have read several ariticles

  • 0

Possible Duplicate:
Understanding the need for a DI framework

I have read several ariticles and talked to several professionals regarding DI. What I Dont understand is the point that how to DI decouples the objects. The following article also describes a scenario but I dont understand how does Spring help in decouplling PayrollApplication? Decoupling is done with polymorphism rather than DI. DI definelty serves some other purpose…

http://www.developer.com/java/dependency-injection-in-existing-java-code.html

Hints and refrences will do. Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T18:56:32+00:00Added an answer on June 17, 2026 at 6:56 pm

    Decoupling is not an all-or-nothing concept. In this article using polymorphism only (“Design 2”) decouples the objects to a certain degree, but the PayrollApplication class still has to know about the Employee implementations when PayrollApplication is compiled.

    The Employee implementations are the dependencies of PayrollApplication, and with dependency injection you can achieve a higher level of decoupling: you can compile PayrollApplication so that it only references the Employee interface, and supply the Employee implementations (possibly written by another team/organization) only later.

    Also check out the Wikipedia about dependency injection:

    The primary purpose of the dependency injection pattern is to allow
    selection among multiple implementations of a given dependency
    interface at runtime, or via configuration files, instead of at
    compile time. The pattern is particularly useful for providing stub
    test implementations of complex components when testing, but is often
    used for locating plugin components, or locating and initializing
    software services.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Possible Duplicate: Difference in & and && I've read several tutorials and answer regarding
Possible Duplicate: Understanding NSString comparison in Objective-C I've used this simple code for several
Possible Duplicate: Understanding Compile- vs Run-time Dependencies I understand that a dependency with the
Possible Duplicate: What is IOC? Need some practical code examples to illustrate I have
Possible Duplicate: Understanding Android: Zygote and DalvikVM I am trying to understand how Android
Possible Duplicate: Understanding PDF operators - for iOS app I want to understand how
Possible Duplicate: Understanding when to call retain on an object? I have a hard
Possible Duplicate: Why is modulo operator necessary? I need help understanding how does &
Possible Duplicate: Understanding Threads I have a public class that is implementing a Runnable
Possible Duplicate: What does *args and **kwargs mean? Understanding kwargs in Python I've found

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.