| Author |
Pease Point Me a Direction to Run Web Services Using the Spring Framework
|
Natalie Kopple
Ranch Hand
Joined: May 06, 2003
Posts: 320
|
|
|
I have some web services code written to query data. Now, I have to use web services together with the Spring framework. Can anybody point me a direction? Thank you.
|
 |
Ivan Krizsan
Bartender
Joined: Oct 04, 2006
Posts: 2193
|
|
Hi!
In what way do you want to use Spring with your web service client?
If you want to use Spring to do dependency injection - "put together" your application, then you should have a look at the Spring framework itself: http://www.springsource.org/about
If you want to use Spring to implement a web service client, you should have a look at Spring WS: http://static.springsource.org/spring-ws/sites/1.5/
Best wishes!
|
My free books and tutorials: http://www.slideshare.net/krizsan
|
 |
 |
|
|
subject: Pease Point Me a Direction to Run Web Services Using the Spring Framework
|
|
|