[jboss-cvs] JBossAS SVN: r91851 - projects/docs/enterprise/5.0/RESTEasy/en-US.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jul 30 19:58:10 EDT 2009


Author: laubai
Date: 2009-07-30 19:58:10 -0400 (Thu, 30 Jul 2009)
New Revision: 91851

Added:
   projects/docs/enterprise/5.0/RESTEasy/en-US/Author_Group.xml
Modified:
   projects/docs/enterprise/5.0/RESTEasy/en-US/Atom.xml
   projects/docs/enterprise/5.0/RESTEasy/en-US/Book_Info.xml
Log:
Building to Saxon hang.

Modified: projects/docs/enterprise/5.0/RESTEasy/en-US/Atom.xml
===================================================================
--- projects/docs/enterprise/5.0/RESTEasy/en-US/Atom.xml	2009-07-30 23:38:25 UTC (rev 91850)
+++ projects/docs/enterprise/5.0/RESTEasy/en-US/Atom.xml	2009-07-30 23:58:10 UTC (rev 91851)
@@ -2,34 +2,16 @@
 <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
 ]>
 <chapter id="Atom">
-   <title>Resteasy Atom Support</title>
+   <title>RESTEasy Atom Support</title>
+   <para>Atom is an XML-based document format that compiles lists of related information, known as <emphasis>feeds</emphasis>. Feeds are composed of a number of items, known as <emphasis>entries</emphasis>, each of which includes an extensible set of metadata (a title, for example).</para>
+   <para>Atom is primarily used to syndicate web content (such as weblogs and news headlines) to websites, and directly to user agents.</para>
    <para>
-      From W3.org (http://tools.ietf.org/html/rfc4287):
+      Atom is the RSS feed of the next generation. Although used primarily to syndicate weblogs and news, the format is starting to be used as the envelope for Web services such as distributed notifications and job queues, or simply to send or receive data in bulk to or from a service.
    </para>
-   <para>
-      "Atom is an XML-based document format that describes lists of related
-      information known as "feeds". Feeds are composed of a number of
-      items, known as "entries", each with an extensible set of attached
-      metadata. For example, each entry has a title.
-
-      The primary use case that Atom addresses is the syndication of Web
-      content such as weblogs and news headlines to Web sites as well as
-      directly to user agents."
-   </para>
-   <para>
-      Atom is the next-gen RSS feed. Although it is used primarily for the syndication of blogs and news, many
-      are starting to use this format as the envelope for Web Services, for example, distributed notifications, job
-      queues, or simply a nice format for sending or receiving data in bulk from a service.
-   </para>
    <section id="resteasy_atom">
-      <title>Resteasy Atom API and Provider</title>
-      <para>RESTEasy has defined a simple object model in Java to represent Atom and uses JAXB to marshal and unmarshal
-         it. The
-         main classes are in the org.jboss.resteasy.plugins.providers.atom package and are Feed, Entry, Content, and
-         Link. If you
-         look at the source, you'd see that these are annotated with JAXB annotations. The distribution contains
-         the javadocs for this project and are a must to learn the model. Here is a simple example of sending
-         an atom feed using the Resteasy API.
+      <title>RESTEasy Atom API and Provider</title>
+      <para>
+         RESTEasy has defined a simple object model to represent Atom in Java, and uses JAXB to marshal and unmarshal it. The <literal>org.jboss.resteasy.plugins.providers.atom</literal> package contains the main classes: <classname>Feed</classname>, <classname>Entry</classname>, <classname>Content</classname>, and <classname>Link</classname>. Each class is annotated with JAXB annotations. The distribution also contains the JavaDocs for this project, which are very useful in learning the model. The following code is a simple example of sending an Atom feed with the RESTEasy API:
       </para>
       <programlisting><![CDATA[
 import org.jboss.resteasy.plugins.providers.atom.Content;

Added: projects/docs/enterprise/5.0/RESTEasy/en-US/Author_Group.xml
===================================================================
--- projects/docs/enterprise/5.0/RESTEasy/en-US/Author_Group.xml	                        (rev 0)
+++ projects/docs/enterprise/5.0/RESTEasy/en-US/Author_Group.xml	2009-07-30 23:58:10 UTC (rev 91851)
@@ -0,0 +1,10 @@
+<?xml version='1.0'?>
+<!DOCTYPE authorgroup PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+]>
+
+<authorgroup>
+<author>
+      <firstname>Red Hat Documentation Group</firstname>
+      <surname></surname>
+   </author>
+</authorgroup>

Modified: projects/docs/enterprise/5.0/RESTEasy/en-US/Book_Info.xml
===================================================================
--- projects/docs/enterprise/5.0/RESTEasy/en-US/Book_Info.xml	2009-07-30 23:38:25 UTC (rev 91850)
+++ projects/docs/enterprise/5.0/RESTEasy/en-US/Book_Info.xml	2009-07-30 23:58:10 UTC (rev 91851)
@@ -2,27 +2,25 @@
 <!DOCTYPE bookinfo PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
 ]>
 
-<bookinfo id="RichFaces_Reference_Guide">
+<bookinfo id="RESTEasy_Reference_Guide" lang="en-US">
     <title>RESTEasy Reference Guide</title>
     <productname>JBoss Enterprise Application Platform</productname>
     <productnumber>5.0</productnumber>
     <edition>1</edition>
-    <pubsnumber>1</pubsnumber>
+    <pubsnumber>2</pubsnumber>
     <corpauthor>
         <inlinemediaobject>
             <imageobject>
-                <imagedata format='SVG' fileref="Common_Content/images/title_logo.svg" />
+                <imagedata fileref="Common_Content/images/title_logo.svg" format="SVG" />
             </imageobject>
-            <textobject><phrase>Logo</phrase></textobject>
+            <textobject>
+                <phrase>Logo</phrase>
+            </textobject>
         </inlinemediaobject>
     </corpauthor>
     <copyright>
         <year>&YEAR;</year>
         <holder>&HOLDER;</holder>
     </copyright>
-    <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>
-
-
-
+    <xi:include href="Author_Group.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
+</bookinfo> 
\ No newline at end of file




More information about the jboss-cvs-commits mailing list