I am Using spring mvc 3.1 and i have factory class with static method that perform "new Object()"
and the Object contain @Autowired inside which return null.
All the beans are in servlet-context.xml how can i perform new and sill use the @Autowired in
the Objec ?
Thanks.


Reply With Quote
