[jboss-cvs] JBossAS SVN: r103944 - in projects/docs/enterprise/5.0: CXF_User_Guide and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Apr 13 18:56:54 EDT 2010


Author: laubai
Date: 2010-04-13 18:56:53 -0400 (Tue, 13 Apr 2010)
New Revision: 103944

Added:
   projects/docs/enterprise/5.0/CXF_User_Guide/
   projects/docs/enterprise/5.0/CXF_User_Guide/en-US/
   projects/docs/enterprise/5.0/CXF_User_Guide/en-US/Author_Group.xml
   projects/docs/enterprise/5.0/CXF_User_Guide/en-US/Book_Info.xml
   projects/docs/enterprise/5.0/CXF_User_Guide/en-US/CXF_User_Guide.ent
   projects/docs/enterprise/5.0/CXF_User_Guide/en-US/CXF_User_Guide.xml
   projects/docs/enterprise/5.0/CXF_User_Guide/en-US/Chapter_One_Introduction.xml
   projects/docs/enterprise/5.0/CXF_User_Guide/en-US/Chapter_Two_Installation.xml
   projects/docs/enterprise/5.0/CXF_User_Guide/en-US/Feedback.xml
   projects/docs/enterprise/5.0/CXF_User_Guide/en-US/Preface.xml
   projects/docs/enterprise/5.0/CXF_User_Guide/en-US/Revision_History.xml
   projects/docs/enterprise/5.0/CXF_User_Guide/en-US/images/
   projects/docs/enterprise/5.0/CXF_User_Guide/publican.cfg
Log:
Created books for CXF

Added: projects/docs/enterprise/5.0/CXF_User_Guide/en-US/Author_Group.xml
===================================================================
--- projects/docs/enterprise/5.0/CXF_User_Guide/en-US/Author_Group.xml	                        (rev 0)
+++ projects/docs/enterprise/5.0/CXF_User_Guide/en-US/Author_Group.xml	2010-04-13 22:56:53 UTC (rev 103944)
@@ -0,0 +1,15 @@
+<?xml version='1.0' encoding='utf-8' ?>
+<!DOCTYPE authorgroup PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<!ENTITY % BOOK_ENTITIES SYSTEM "CXF.ent">
+%BOOK_ENTITIES;
+]>
+<authorgroup>
+	<author>
+		<firstname>Red Hat Documentation Group</firstname>
+			<affiliation>
+			<orgname>Red Hat, Asia Pacific  </orgname>
+				</affiliation>
+		<email>rnewton at redhat.com</email>
+	</author>
+</authorgroup>
+

Added: projects/docs/enterprise/5.0/CXF_User_Guide/en-US/Book_Info.xml
===================================================================
--- projects/docs/enterprise/5.0/CXF_User_Guide/en-US/Book_Info.xml	                        (rev 0)
+++ projects/docs/enterprise/5.0/CXF_User_Guide/en-US/Book_Info.xml	2010-04-13 22:56:53 UTC (rev 103944)
@@ -0,0 +1,27 @@
+<?xml version='1.0' encoding='utf-8' ?>
+<!DOCTYPE bookinfo PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<!ENTITY % BOOK_ENTITIES SYSTEM "CXF_User_Guide.ent">
+%BOOK_ENTITIES;
+]>
+<bookinfo id="CXF_User_Guide">
+	<title>CXF User Guide</title>
+	<productname>CXF</productname>
+	<productnumber>0.1</productnumber>
+	<edition>1.0</edition>
+	<pubsnumber>5.0.0</pubsnumber>
+	<abstract>
+		<para>
+			This is a guide for running and installing CXF, including configuration and tutorials. 
+		</para>
+	</abstract>
+	<corpauthor>
+		<inlinemediaobject>
+			<imageobject>
+				<imagedata fileref="Common_Content/images/title_logo.svg" format="SVG" />
+			</imageobject>
+		</inlinemediaobject>
+	</corpauthor>
+	<xi:include href="Common_Content/Legal_Notice.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+	<xi:include href="Author_Group.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+</bookinfo>
+

Added: projects/docs/enterprise/5.0/CXF_User_Guide/en-US/CXF_User_Guide.ent
===================================================================
--- projects/docs/enterprise/5.0/CXF_User_Guide/en-US/CXF_User_Guide.ent	                        (rev 0)
+++ projects/docs/enterprise/5.0/CXF_User_Guide/en-US/CXF_User_Guide.ent	2010-04-13 22:56:53 UTC (rev 103944)
@@ -0,0 +1,4 @@
+<!ENTITY PRODUCT "Documentation">
+<!ENTITY BOOKID "CXF">
+<!ENTITY YEAR "2010">
+<!ENTITY HOLDER "Red Hat, Inc">

Added: projects/docs/enterprise/5.0/CXF_User_Guide/en-US/CXF_User_Guide.xml
===================================================================
--- projects/docs/enterprise/5.0/CXF_User_Guide/en-US/CXF_User_Guide.xml	                        (rev 0)
+++ projects/docs/enterprise/5.0/CXF_User_Guide/en-US/CXF_User_Guide.xml	2010-04-13 22:56:53 UTC (rev 103944)
@@ -0,0 +1,14 @@
+<?xml version='1.0' encoding='utf-8' ?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<!ENTITY % BOOK_ENTITIES SYSTEM "CXF.ent">
+%BOOK_ENTITIES;
+]>
+<book>
+	<xi:include href="Book_Info.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+	<xi:include href="Preface.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+	<xi:include href="Chapter_One_Introduction.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+  <xi:include href="Chapter_Two_Installation.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+	<xi:include href="Revision_History.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+	<!-- </index> -->
+</book>
+

Added: projects/docs/enterprise/5.0/CXF_User_Guide/en-US/Chapter_One_Introduction.xml
===================================================================
--- projects/docs/enterprise/5.0/CXF_User_Guide/en-US/Chapter_One_Introduction.xml	                        (rev 0)
+++ projects/docs/enterprise/5.0/CXF_User_Guide/en-US/Chapter_One_Introduction.xml	2010-04-13 22:56:53 UTC (rev 103944)
@@ -0,0 +1,30 @@
+<?xml version='1.0' encoding='utf-8' ?>
+<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<!ENTITY % BOOK_ENTITIES SYSTEM "CXF.ent">
+%BOOK_ENTITIES;
+]>
+<!-- Copyright 2010 Red Hat, Inc Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.-->
+
+<chapter>
+	<title>Introduction</title>
+	<para>
+		Apache CXF is an open source services framework. CXF helps you build and develop services using frontend programming APIs, like JAX-WS and JAX-RS. These services can speak a variety of protocols such as SOAP, XML/HTTP, RESTful HTTP, or CORBA and work over a variety of transports such as HTTP, JMS or JBI.
+
+CXF includes a broad feature set, but it is primarily focused on the following areas:
+  <itemizedlist>
+    <listitem>
+      <para> Web Services Standards Support: CXF supports a variety of web service standards including SOAP, the WSI Basic Profile, WSDL, WS-Addressing, WS-Policy, WS-ReliableMessaging, WS-Security, WS-SecurityPolicy, and WS-SecureConversation.</para>
+    </listitem>
+    <listitem>
+      <para> Frontends: CXF supports a variety of "frontend" programming models. CXF implements the JAX-WS APIs (TCK compliant). It also includes a "simple frontend" which allows creation of clients and endpoints without annotations. CXF supports both contract first development with WSDL and code first development starting from Java. For REST, CXF also supports a JAX-RS (TCK compliant) frontend.</para>
+    </listitem>
+    <listitem>
+      <para> Ease of use: CXF is designed to be intuitive and easy to use. There are simple APIs to quickly build code-first services, Maven plug-ins to make tooling integration easy, JAX-WS API support, Spring 2.x XML support to make configuration a snap, and much more.</para>
+    </listitem>
+     <listitem>
+        <para> Binary and Legacy Protocol Support: CXF has been designed to provide a pluggable architecture that supports not only XML but also non-XML type bindings, such as JSON and CORBA, in combination with any type of transport. </para>
+    </listitem>
+   </itemizedlist>
+	</para>
+</chapter>
+

Added: projects/docs/enterprise/5.0/CXF_User_Guide/en-US/Chapter_Two_Installation.xml
===================================================================
--- projects/docs/enterprise/5.0/CXF_User_Guide/en-US/Chapter_Two_Installation.xml	                        (rev 0)
+++ projects/docs/enterprise/5.0/CXF_User_Guide/en-US/Chapter_Two_Installation.xml	2010-04-13 22:56:53 UTC (rev 103944)
@@ -0,0 +1,44 @@
+<?xml version='1.0' encoding='utf-8' ?>
+<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<!ENTITY % BOOK_ENTITIES SYSTEM "CXF.ent"> 
+%BOOK_ENTITIES;
+]>
+<chapter>
+	<title>Installation</title>
+	<para>
+In order to install JBossWS the following steps are necessary:
+
+<orderedlist>
+  <listitem>
+    <para> Copy ant.properties.examples to ant.properties </para>
+  </listitem>
+  <listitem> 
+    <para> Modify the target container location in ant.properties </para>
+   </listitem>
+   <listitem>
+      <para> Execute 
+        ant deploy-jboss510</para>
+  </listitem>
+   <listitem>
+     <para> Execute the samples to verify your installation 
+        'ant tests'
+
+     You should see no errors </para>
+   </listitem>
+ </orderedlist>
+</para>
+<para>
+Please consult the wiki for detailed up to date install instructions
+http://labs.jboss.com/portal/jbossws/
+
+After the jbossws.sar is deployed you should be able to access JBossWS under
+http://localhost:8080/jbossws
+
+If you have any questions, please post to the userforum:
+http://community.jboss.org/en/jbosswebservices/cxf?view=discussions
+
+Enjoy,
+The JBossWS Team
+</para>
+</chapter>
+

Added: projects/docs/enterprise/5.0/CXF_User_Guide/en-US/Feedback.xml
===================================================================
--- projects/docs/enterprise/5.0/CXF_User_Guide/en-US/Feedback.xml	                        (rev 0)
+++ projects/docs/enterprise/5.0/CXF_User_Guide/en-US/Feedback.xml	2010-04-13 22:56:53 UTC (rev 103944)
@@ -0,0 +1,18 @@
+<?xml version='1.0'?>
+<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+]>
+
+<section>
+	<title>Help Contribute</title>
+	<para>
+		If you find a typographical error in this document, or if you have thought of a way to make this manual better, we would love to hear from you! Please submit a report in JIRA: <ulink url="http://jira.jboss.com">http://jira.jboss.com</ulink> against the project <citetitle>JBoss Application Server</citetitle> and component <citetitle>Documentation</citetitle>.
+	</para>
+	<para>
+		If you have a suggestion for improving the documentation, try to be as specific as possible when describing it. If you have found an error, please include the section number and some of the surrounding text so we can find it easily.
+	</para>
+	<note><title>Note</title><para>Be sure to give us your name so you can receive full credit.</para></note>
+	
+  <note><title>Note</title><para>This content is taken from svn.jboss.org/repos/jbossas/projects/docs/trunk and has yet to be branched.</para></note>
+	
+</section>
+

Added: projects/docs/enterprise/5.0/CXF_User_Guide/en-US/Preface.xml
===================================================================
--- projects/docs/enterprise/5.0/CXF_User_Guide/en-US/Preface.xml	                        (rev 0)
+++ projects/docs/enterprise/5.0/CXF_User_Guide/en-US/Preface.xml	2010-04-13 22:56:53 UTC (rev 103944)
@@ -0,0 +1,13 @@
+<?xml version='1.0' encoding='utf-8' ?>
+<!DOCTYPE preface PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<!ENTITY % BOOK_ENTITIES SYSTEM "CXF.ent">
+%BOOK_ENTITIES;
+]>
+<preface id="pref-CXF-Preface">
+	<title>Preface</title>
+	<xi:include href="Common_Content/Conventions.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+	<xi:include href="Feedback.xml" xmlns:xi="http://www.w3.org/2001/XInclude"><xi:fallback xmlns:xi="http://www.w3.org/2001/XInclude"><xi:include href="Common_Content/Feedback.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+	</xi:fallback>
+	</xi:include>
+</preface>
+

Added: projects/docs/enterprise/5.0/CXF_User_Guide/en-US/Revision_History.xml
===================================================================
--- projects/docs/enterprise/5.0/CXF_User_Guide/en-US/Revision_History.xml	                        (rev 0)
+++ projects/docs/enterprise/5.0/CXF_User_Guide/en-US/Revision_History.xml	2010-04-13 22:56:53 UTC (rev 103944)
@@ -0,0 +1,27 @@
+<?xml version='1.0' encoding='utf-8' ?>
+<!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<!ENTITY % BOOK_ENTITIES SYSTEM "CXF.ent">
+%BOOK_ENTITIES;
+]>
+<appendix id="appe-CXF-Revision_History">
+	<title>Revision History</title>
+	<simpara>
+		<revhistory>
+			<revision>
+				<revnumber>0</revnumber>
+				<date>Tues Apr 13 2010</date>
+				<author>
+					<firstname>Rebecca</firstname>
+					<surname>Newton</surname>
+					<email>rnewton at redhat.com</email>
+				</author>
+				<revdescription>
+					<simplelist>
+						<member>Initial creation of book by publican</member>
+					</simplelist>
+				</revdescription>
+			</revision>
+		</revhistory>
+	</simpara>
+</appendix>
+

Added: projects/docs/enterprise/5.0/CXF_User_Guide/publican.cfg
===================================================================
--- projects/docs/enterprise/5.0/CXF_User_Guide/publican.cfg	                        (rev 0)
+++ projects/docs/enterprise/5.0/CXF_User_Guide/publican.cfg	2010-04-13 22:56:53 UTC (rev 103944)
@@ -0,0 +1,7 @@
+# Config::Simple 4.59
+# Tue Apr 13 09:32:02 2010
+
+xml_lang: en-US
+type: Book
+brand: common
+




More information about the jboss-cvs-commits mailing list