Results 1 to 2 of 2

Thread: Spring WS w/o IOC

  1. #1

    Default Spring WS w/o IOC

    I have posted this message before when I was using Spring JDBC Templates, mainly because I am trying to build the same type of framework that is provided here in the Spring WS Framework...except the company I work for frowns on the whole Spring/IOC concepts. So Spring JDBC Templates is actually pretty easy to use as a simple API without the necessary configuration files. Is Spring WS Framework that easy to use as an API without the configuration files to back the IOC concepts? Mainly because I want am building an internal web service framework to have pluggable bindings, pluggable transports, WS support, but it looks like that is what Spring WS Framework already has and so I want to see if I can use it.

    Thanks - jay

  2. #2
    Join Date
    Jul 2005
    Location
    Rotterdam, the Netherlands
    Posts
    1,562

    Default

    I think the client-side WebServiceTemplate are usable without IoC, but the server-side part certainly isn't.
    Arjen Poutsma

    Spring Web Services Dev Lead
    Please read the FAQ

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •