Author: buildbot
Date: Wed Oct 31 16:47:33 2012
New Revision: 836753

Log:
Production update by buildbot for cxf

Modified:
    websites/production/cxf/content/cache/docs.pageCache
    websites/production/cxf/content/docs/how-do-i-develop-a-service.html

Modified: websites/production/cxf/content/cache/docs.pageCache
==============================================================================
Binary files - no diff available.

Modified: websites/production/cxf/content/docs/how-do-i-develop-a-service.html
==============================================================================
--- websites/production/cxf/content/docs/how-do-i-develop-a-service.html 
(original)
+++ websites/production/cxf/content/docs/how-do-i-develop-a-service.html Wed 
Oct 31 16:47:33 2012
@@ -124,7 +124,7 @@ Apache CXF -- How do I develop a service
 <div id="ConfluenceContent">
 <p>CXF provides you with many options to build services. This guide is meant 
to give you a quick overview of those options and help you orient yourself 
quickly with CXF.</p>
 <div>
-<ul><li><a shape="rect" 
href="#HowdoIdevelopaservice%3F-DifferentTypesOfServices">Different Types Of 
Services</a></li><li><a shape="rect" 
href="#HowdoIdevelopaservice%3F-JAXWSAnnotatedServicesfromJava">JAX-WS 
Annotated Services from Java</a></li><li><a shape="rect" 
href="#HowdoIdevelopaservice%3F-JAXWSAnnotatedServicesfromWSDL">JAX-WS 
Annotated Services from WSDL</a></li><li><a shape="rect" 
href="#HowdoIdevelopaservice%3F-JAXWSProviders">JAX-WS Providers</a></li><li><a 
shape="rect" href="#HowdoIdevelopaservice%3F-SimpleFrontend">Simple 
Frontend</a></li><li><a shape="rect" 
href="#HowdoIdevelopaservice%3F-Javascript">Javascript</a></li></ul></div>
+<ul><li><a shape="rect" 
href="#HowdoIdevelopaservice%3F-DifferentTypesOfServices">Different Types Of 
Services</a></li><li><a shape="rect" 
href="#HowdoIdevelopaservice%3F-JAXWSAnnotatedServicesfromJava">JAX-WS 
Annotated Services from Java</a></li><li><a shape="rect" 
href="#HowdoIdevelopaservice%3F-JAXWSAnnotatedServicesfromWSDL">JAX-WS 
Annotated Services from WSDL</a></li><li><a shape="rect" 
href="#HowdoIdevelopaservice%3F-JAXWSProviders">JAX-WS Providers</a></li><li><a 
shape="rect" 
href="#HowdoIdevelopaservice%3F-Javascript">Javascript</a></li></ul></div>
 
 <h1><a shape="rect" 
name="HowdoIdevelopaservice%3F-DifferentTypesOfServices"></a>Different Types Of 
Services</h1>
 
@@ -170,6 +170,8 @@ Apache CXF -- How do I develop a service
 
 <p>Note that CXF generally restricts WSDL support to WSI-BP, not the full WSDL 
1.1 specification.</p>
 
+<p>There is also a <a shape="rect" href="simple-frontend.html" title="Simple 
Frontend">Simple Frontend</a> that allows you to create services without usage 
of Java annotations, using XML configuration files instead.</p>
+
 <h1><a shape="rect" name="HowdoIdevelopaservice%3F-JAXWSProviders"></a>JAX-WS 
Providers</h1>
 
 <p>JAX-WS Providers allow you to create services which work at the message 
level - as opposed to the operation level as with annotated classes. The have a 
single operation "invoke" which receives either the message payload (i.e. the 
SOAP Body) or the whole message itself (i.e. the SOAP Envelope).</p>
@@ -191,16 +193,6 @@ Apache CXF -- How do I develop a service
 
 <p>More Information: <a shape="rect" href="developing-a-service.html" 
title="Developing a Service">Developing a JAX-WS Service</a></p>
 
-<h1><a shape="rect" name="HowdoIdevelopaservice%3F-SimpleFrontend"></a>Simple 
Frontend</h1>
-
-<p>Sometimes you don't want to annotate classes or use the JAX-WS APIs. CXF 
includes a <a shape="rect" href="simple-frontend.html" title="Simple 
Frontend">Simple Frontend</a> which allows you to take nearly any class and 
make a service out of it with absolutely no extra work. This is great for those 
services which are simple or are quick prototypes.</p>
-
-<p>CXF uses the JAXB databinding as the default, but you can use the <a 
shape="rect" href="aegis-21.html" title="Aegis (2.1)">Aegis</a> data-binding 
for even more simplicity. Whereas JAXB forces you to annotate your classes, 
Aegis works with no annotations at all and also supports a wide variety of 
data-types out of the box, including things like Maps and Sets.</p>
-
-<p>Services are publish via one of two means:</p>
-<ul><li>ServerFactoryBeans - these allow programmatic publishing of an 
endpoint</li><li>CXF's XML configuration format - i.e. &lt;simple:server ... 
/&gt;</li></ul>
-
-
 <h1><a shape="rect" 
name="HowdoIdevelopaservice%3F-Javascript"></a>Javascript</h1>
 
 <p>CXF provides a Javascript module which allows you to build services in 
Javascript with the Java Rhino library. One advantage of this is that you can 
use E4X to interact more easily with the XML. For more information see the <a 
shape="rect" href="javascript.html" title="JavaScript">JavaScript</a> 
page.</p></div>


Reply via email to