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 4339638
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T11:14:34+00:00 2026-05-21T11:14:34+00:00

I am currently re-reading Effective Java while working at a shop that makes heavy

  • 0

I am currently re-reading “Effective Java” while working at a shop that makes heavy use of Spring Dependency Injection. When reading Bloch’s book one cannot help but pick up on the emphasis he places on immutability in classes(he states several times that classes should be as immutable as possible). I can’t help but feel this in direct conflict with the reliance that Spring Dependency Injection( and most DI engines for that fact) has on the javabeans standard.
Reading ‘Spring in Action’ the chapters on DI seem like they would make Bloch cringe with their mutable classes composed of objects instantiated outside of your purview that could be mutable in their own right.

Is it that Bloch’s ideas are too novel for Spring? Is the Spring model busted? Does Bloch’s stance on immutability only apply to writing library code? When writing Spring code should I write flexible objects with lots of getters and setters or load everything up in the constructor?

  • 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-05-21T11:14:34+00:00Added an answer on May 21, 2026 at 11:14 am

    In fact, spring beans are immutable by idea, even though you are not enforcing this.

    You can provide only a getter to a final field that is initialized through constructor injection.

    Usually you don’t do so, but you are never supposed to reassign fields of beans that are injected by the DI framework. That’s because spring beans usually do not hold any state, apart from their dependencies (and their scope is singleton). Of course, there are exceptions, like prototype and request scoped beans, that these are rare (for example in 2 big and 2 medium projects I’ve used only 1 prototype-scoped bean)

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

Sidebar

Related Questions

I'm currently reading Effective Java by Joshua Bloch and Item 17 is 'Design and
So I've been reading Effective Java by Joshua Bloch and noticed two points which
Currently reading quite a heavy WCF book. I have used it myself in production
I'm currently evaluating CodeRush and one thing that I liked most when reading the
I am currently reading Effective C# and found the following line very confusing: Last,
I am currently reading Beginning CakePHP:From Novice to Professional by David Golding. At one
I'm currently reading, Design Patterns:Elements of Reusable Object-Oriented Software by Erich Gamma and others.
Are there Windows API functions that allows reading what the current password policy is?
I'm a Java/J2ee programmer working in India. I'm very passionate about programming and I
I'm currently unpacking one of blizzard's .mpq file for reading. For accessing the unpacked

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.