aspose file tools
The moose likes Other Application Frameworks and the fly likes Spring + struts2 DI problem Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Other Application Frameworks
Reply Bookmark "Spring + struts2 DI problem" Watch "Spring + struts2 DI problem" New topic
Author

Spring + struts2 DI problem

Sam Venkata
Ranch Hand

Joined: Mar 06, 2006
Posts: 68
Hi,
I am using spring xml file to do DI into STRUTS2 Action classes. I need to inject the dependency for each request to the action class. I wanted to if it is possible. I have tried it, but the setter method is called only at the time of container startup and not for every invocation of the action class.
The bean in spring xml file looks like this



I tried setting the scope of the bean to prototype but that did not work either.

Could somebody please tell me if I am missing something.

Thanks,
Samanth.
[ March 26, 2008: Message edited by: Samanth Marisetty ]
Christophe Verré
Sheriff

Joined: Nov 24, 2005
Posts: 14672
    
  11

I'm not clear about what the problem is, but do you know that there's also a "request" scope in Spring 2.0 ?


[My Blog]
All roads lead to JavaRanch
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Spring + struts2 DI problem
 
Similar Threads
Struts2 newbie: Exception during startup
struts2 + interceptor
Struts2 Action problem Problem
Working with Struts2
Exception in Struts2