Update online CXF Architecture Document
---------------------------------------
Key: CXF-3038
URL: https://issues.apache.org/jira/browse/CXF-3038
Project: CXF
Issue Type: Bug
Components: Documentation
Reporter: Robert Liguori
Priority: Minor
Considering the CXF Architecture Guide
(http://cxf.apache.org/docs/cxf-architecture.html), the leading paragraph, does
not model the actual content of the web page.
Consider reworking the content and/or the leading paragraph so they are in sync.
For example:
The overall CXF architecture is primarily made up of the following parts:
1. Bus: This is the backbone of the CXF architecture.
2. Messaging & Interceptors: These provide the low level message and pipeline
layer upon which most functionality is built.
3. Front ends: Frontends provide a programming model to create services (e.g.
JAX-WS).
4. Services: Services host a Service model which is a WSDL-like model which
describes the service.
5. Bindings: Bindings provide the functionality to interpret the protocol (i.e.
SOAP, REST, Corba).
6. Transports: Destinations and Conduits make up the transport abstraction that
CXF uses to achieve transport neutrality.
SHOULD READ
The overall CXF architecture is primarily made up of the following parts:
1. Bus: This is the backbone of the CXF architecture.
2. Messaging & Interceptors: These provide the low level message and pipeline
layer upon which most functionality is built.
3. Transports: Destinations and Conduits make up the transport abstraction that
CXF uses to achieve transport neutrality.
4. Data Bindings: [TBD]
5. Service Model: Services host a Service model which is a WSDL-like model
which describes the service.
6. Bindings: Bindings provide the functionality to interpret the protocol (i.e.
SOAP, REST, Corba).
7. Endpoints: [TBD]
8. Front ends: Frontends provide a programming model to create services (e.g.
JAX-WS).
----------------------
Also, the initial TOC of links can be removed in favor of adding hyperlinks to
the above number list (as they provide the same purpose)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.