aspose file tools
The moose likes Other Application Frameworks and the fly likes Dependency Injection Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Frameworks » Other Application Frameworks
Reply Bookmark "Dependency Injection" Watch "Dependency Injection" New topic
Author

Dependency Injection

Sinu Mathews
Greenhorn

Joined: Mar 06, 2008
Posts: 3
I am using Spring MVC. I've a class that calls 2 stored procedures in 2 methods. Using the result of one stored procedure, I need to call the other stored procedure. But I dont know how to do this using Dependency Injection. How do i set the bean?

I am new to Spring...Its very urgent...Please help...
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Dependency Injection
 
Similar Threads
Struts Action and Business layer - Thread safe?
Issue when migrating from Spring 2.5 to Spring 2.5.6 SEC 02 version
Error trying to save some data to a data base, using an spring manager class from a listening class
Spring dependency injection
DI Queries