I am in the process of learning the CXF framework and I know that it uses both Spring and JAXB.
My understanding is that CXF utilizes Spring for IoC and AOP and that it uses JAXB as the default data binding component.
So Spring uses XML to bind POJOs and CXF uses XML (JAXB) too.
But does Spring rely on JAXB at all?
If so, for what purpose?
Clarifying this would help me better understand the relationship between the various components. A block diagram would be even better. Thanks.