RammusXu / rammusxu.github.io

My profile
https://rammusxu.github.io/
2 stars 0 forks source link

Dependency Injection in play framework #23

Closed RammusXu closed 7 years ago

RammusXu commented 8 years ago

https://www.playframework.com/documentation/2.5.x/JavaDependencyInjection

Dependency Injection

動機

http://openhome.cc/Gossip/SpringGossip/DI.html

步驟

  1. create interface class
  2. create object class
    • private interface
    • public object(interface interface)

      example

https://groups.google.com/forum/#!msg/play-framework/uLFqTM9_Iy4/tsDdrY9JKwAJ