Search:

Type: Posts; User: premraj; Keyword(s):

Search: Search took 0.10 seconds.

  1. Replies
    2
    Views
    883

    I'm not worrying about whether to use name while...

    I'm not worrying about whether to use name while injecting or not, I just wanted to know why @Resource Works and @Autowired doesn't and more importantly is it good to use @Resource for this kind of...
  2. Replies
    2
    Views
    883

    Self injection with spring

    I tried the following code with Spring 3.x which failed with BeanNotFoundException (exception cause pasted below)


    @Service
    public class UserService implements Service{
    @Autowired
    ...
Results 1 to 2 of 2