Search   Feed   Browse   Add
Feed items 1 - 1 of 1 for January 2008

/code - Brian Slesinsky

Occasional essays, often concerning software development in Java.

Inject is the new import - January 23, 2008

import com.example.Thing;   ...   Thing.go();   import com.example.Thing; ... Inject private Thing thing; ... thing.go() I've written before about how Guice works, but didn't explain why you would want to use it. Here's one way to think about it. Read more
http://slesinsky.org/brian/code/inject_is_the_new_import.html
Available Archives
- January (1 item)
- February (1 item)
- May (1 item)
Sponsored Links
© 2008 FeedCapsule.com  |  Contact