Maybe, because of my wrong English, I couldn\'t understand the benefit of using @Autowired annotation.
According to the tutorial we can simplify the first(I.) case to se
the @Autowired Spring annotation tells Spring to for a bean named 'empDao' and inject it into the EmpManager class, without you having to add the empDao bean as a property in your spring config file.