VOOZH about

URL: https://www.javacodegeeks.com/tag/dependency-injection/page/3

⇱ Dependency Injection Archives - Page 3 of 4 - Java Code Geeks


  • Enterprise Java👁 java-interview-questions-answers
    Keyhole SoftwareFebruary 25th, 2014
    6 283

    Dependency Injection Options for Java

    I wanted to take some time to put together a summary of some popular dependency injection (DI) frameworks for Java.…

    Read More »
  • Scala👁 Image
    Adam WarskiMarch 19th, 2013
    0 124

    Dependency injection with Scala macros: auto-wiring

    You can look at dependency injection as a fancy name for passing parameters to a function (or constructor arguments to…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Siva ReddyJune 21st, 2012
    2 127

    How I explained Dependency Injection to My Team

    Recently our company started developing a new java based web application and after some evaluation process we decided to use…

    Read More »
  • Enterprise Java👁 Image
    Joonas JavanainenJune 12th, 2012
    5 284

    Spring vs Guice: The one critical difference that matters

    Spring objects are recognized based on their names It doesn’t matter whether you use XML or Java config, a Spring…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Saurab ParakhMay 2nd, 2012
    1 187

    Spring 3: Type safe dependency injection

    Before jumping to Type Safe Dependency Injection from Spring, I would like to to discuss the way we have been…

    Read More »
  • Scala👁 Image
    Adam WarskiOctober 14th, 2011
    0 146

    DI in Scala: Cake Pattern pros & cons

    I’ve been looking at alternatives for java-style DI and DI containers which would use pure Scala; a promising candidate is…

    Read More »
  • Enterprise Java👁 Image
    David GreenOctober 10th, 2011
    0 253

    Rich Domain Model with Guice

    The anaemic domain model is a really common anti-pattern. In the world of ORM & DI frameworks we naturally seem…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Bozhidar BozhanovSeptember 5th, 2011
    0 234

    On DTOs

    DTOs, or data-transfer objects, are commonly used. What is not s? commonly-known is that they originate from DDD (Domain-driven design).…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Bozhidar BozhanovSeptember 4th, 2011
    0 268

    On domain-driven design, anemic domain models, code generation, dependency injection and more…

    Eric Evans has formulated what domain-driven design (DDD) is. Martin Fowler is a great supporter and advocate of DDD. These…

    Read More »
  • «
  • 1
  • 2
  • 3
  • 4
  • »
Back to top button
Close