gilday / how-to-microservice

Perhaps a misnomer, this is a personal reference for a small Java REST app that more or less adheres to the principles of the 12 Factor App
13 stars 0 forks source link

introduce hk2 example #1

Open gilday opened 9 years ago

gilday commented 9 years ago

show how to use hk2 for ioc. hk2 has a lot of the things I like about guice, but it's well integrated into Jersey

gilday commented 9 years ago

Figure out the best way to do configuration + hk2 (a la Spring's @Value)