I'm unsure what you want to learn--Apache CXF source code internals or JAX-WS/JAXB in general? If the former, I'd follow the building and setting up Eclipse documentation on the Apache CXF website (lower left menu here: http://cxf.apache.org/) so you can see all of CXF's Maven modules, and from there, look at what interests you the most. If the latter, this book: http://www.jroller.com/gmazza/entry/soa_using_java_web_services is pretty good, and also being familiar with how Metro works (so you're confortable switching between two web service stacks) can also help: http://www.jroller.com/gmazza/entry/creating_a_wsdl_first_web1 .
HTH, Glen rdgrimes wrote: > > I've decided that I would really like to gain a solid, in-depth > understanding of this stack, rather than just remaining happy knowing my > particular implementation of Spring/CXF. So, I guess my question is > this. Can some of you experts tell me the best way to tackle this > elephant? In other words, what would be the right order to try and get > my arms around all of this? What I'm looking for is something like, > "Start off with JAX-WS, then JAXB, then.....", as welll as maybe the > best resources to understand better how they couple together, etc. Also, > I would like to understand more about the thinking/rationale about how > this all came together, and why the choice of certain mechanisms such as > interceptors and such. > > Hopefull, you get my gist. > > Thanks for any direction you can give. > > > Ron Grimes > > -- View this message in context: http://www.nabble.com/Which-Part-of-the-Elephant-First--tp23157771p23175821.html Sent from the cxf-user mailing list archive at Nabble.com.
