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.