VOOZH about

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

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


  • Web Development👁 Image
    Valeria ListratovaOctober 10th, 2020
    1 522

    Creating High-Performance Web Applications with ActiveJ

    In this article, we will create several web applications using a single full-stack ActiveJ framework. 1. Why using ActiveJ? Most…

    Read More »
  • Core Java👁 Image
    Valeria ListratovaAugust 27th, 2020
    3 1,005

    ActiveJ: A New, Alternative Java Platform

    ActiveJ is a new, open-source Java platform for quickly building efficient web, cloud, and microservices solutions for high performance environments.

    Read More »
  • Software Development👁 Image
    David GreenSeptember 28th, 2015
    6 189

    Your DI framework is killing your code

    I read a really interesting post recently looking at the difference between typical OO code and a more functional style. There’s a…

    Read More »
  • Core Java👁 Image
    Jacob ZimmermanJune 2nd, 2015
    4 161

    Is Getter DI A Good Idea?

    Sometimes, you may hear about dependency injection done via a getter method, which subclasses override or mock frameworks fake for…

    Read More »
  • Software Development👁 Image
    Adam WarskiFebruary 27th, 2015
    0 100

    In today’s post-OO world, is dependency injection still relevant?

    It’s 2015. Most of the new popular languages are more or less functional. The old ones, like Java, gain functional…

    Read More »
  • Core Java👁 Image
    Peter DaumJanuary 8th, 2015
    8 244

    Dependency Injection – Field vs Constructor vs Method

    Hi, today I would like to discuss in short different ways of injecting dependencies into your classes. In general you have…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Jakub KubrynskiJanuary 5th, 2015
    0 150

    Dependency injection pitfalls in Spring

    There are three injection variants in Spring framework: Setter-based injection Constructor-based injection Field-based injection Each of those mechanisms has advantages and…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Michael ScharhagOctober 14th, 2014
    0 114

    Injecting domain objects instead of infrastructure components

    Dependency Injection is a widely used software design pattern in Java (and many other programming languages) that is used to…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Yegor BugayenkoOctober 7th, 2014
    19 175

    DI Containers are Code Polluters

    While dependency injection (aka, “DI”) is a natural technique of composing objects in OOP (known long before the term was…

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