I\'m new with Spring, and I\'m trying to use the @Autowire annotation for the ServletContext with my class attribute:
@Controller public class ServicesImpl i
You'll probably want to take a look at MockServletContext which can be used in unit tests.