users@hk2.java.net

Migrating to HK2 from Spring

From: Robert DiFalco <robert.difalco_at_gmail.com>
Date: Sat, 20 Jul 2013 11:53:35 -0700

I am using Spring in a very limited fashion. Essentially I use
@PersistenceContext, @Transactional, and then @Autowired, @Service,
@Configurable. I use Java based configuration for Spring -- @Configuration.

Is there a blog article or guide on how best to migrate from these to HK2
constructs? I'd like to get rid of Spring altogether but I want to stay on
J2SE.

Thanks for any guidance. If there is a better place to ask this question
let me know.