タグ

diに関するbobbyjam99のブックマーク (6)

  • DIコンテナのインジェクション方法の使い分けについて - 日々常々


    DI使使   DI  使 new   Dependency Injection Short Answer 使使3 3      class Hoge { @Inject
    DIコンテナのインジェクション方法の使い分けについて - 日々常々
  • 作って理解するDIコンテナ - きしだのHatena


    DI使  DI使DIDI Web Web - Hatena  1  static Map<String, Class> types = new HashMap<>(); static void register(String
    作って理解するDIコンテナ - きしだのHatena
  • Dagger

    Dagger is a fully static, compile-time dependency injection framework for Java, Kotlin, and Android. It is an adaptation of an earlier version created by Square and now maintained by Google. The latest Dagger release is: Dagger 2.50 Dagger aims to address many of the development and performance issues that have plagued reflection-based solutions. More details can be found in this talk (slides) by

  • FlexのDIコンテナ比較 - よねのはてな

    FxUG@北陸でFlexのDIコンテナ徹底比較というお題で発表してきました。 FlexのDIコンテナ比較の資料を公開します、今回は自分自身かなり勉強になったのでとても良かったと思います。 Flex's DI Container 調査したのは以下の3つ。詳しくは資料を見て下さい。 Prana Framework(SpringActionscript) http://www.pranaframework.org/ http://www.springsource.org/extensions/se-springactionscript-as SmartyPants IOC http://code.google.com/p/smartypants-ioc/ swizframework http://code.google.com/p/swizframework/ Flex with maven2

    FlexのDIコンテナ比較 - よねのはてな
  • Jonas Bonér » Blog Archive » Real-World Scala: Dependency Injection (DI)

    Update: Corrected typo in the Cake Pattern version of the last example. Update: Added a version of the last example using the Cake Pattern for easier comparison (see end of post). In this second post in the Real-World Scala series I am going to discuss how to implement/achieve Depenency Injection (DI) in Scala. Scala is a very rich and deep language that gives you several ways of doing DI solely

  • Ajax in Action

    News April 08, 2024 08 Apr'24 Worlds toughest core Java interview question The trickiest Java interview question ever asked? In five words or less, explain the red 'x' the Eclipse IDE displays at the end of the provided Java code snippet. March 04, 2024 04 Mar'24 Best crash course to learn Jenkins from scratch Need to learn Jenkins CI fast? This Jenkins tutorial will quickly get you up to speed on

  • 1