CXF can be used without spring for some very basic use cases. Basically, simple JAXWS+JAXB client/server with no configuration (or use API's for configuration) and none of the complex things like ws-security/ws-rm that requires said configuration.
Once you need to start configuring things, though, you may need the spring configs or you would need to write your own things to call on the API's to configure stuff. That said, I haven't tests the non-spring support lately. :-( Dan On Thursday 03 April 2008, Valerio Schiavoni wrote: > this might sound weird but: how could I use cxf without its Spring > support ? > > > Within our framework we already use another component-model (Fractal, > see http://fractal.objectweb.org), and having both at the same time is > a bit too much. Everything works fine, let me be clear, but I'd like > to explore a solution without having cxf import (transitively) all its > Spring depedencies. > > Thanks, > Valerio -- J. Daniel Kulp Principal Engineer, IONA [EMAIL PROTECTED] http://www.dankulp.com/blog
