Re: Spring Anotaction with Strust

2013-08-26 Thread Lukasz Lenart
2013/8/17 Alireza Fattahi : > Hi, > May be this a spring question but please help me... > Consider the example: > http://struts.apache.org/release/2.2.x/docs/spring-and-struts-2.html > > I want to use spring anotation for defining the beans. > So I make a EditServiceInMemory class as below: > > @Co

Spring Anotaction with Strust

2013-08-17 Thread Alireza Fattahi
Hi, May be this a spring question but please help me... Consider the example: http://struts.apache.org/release/2.2.x/docs/spring-and-struts-2.html   I want to use spring anotation for defining the beans. So I make a EditServiceInMemory class as below:   @Configuration  public class EditServiceInMe