[jboss-cvs] JBossAS SVN: r105615 - in projects/docs/enterprise/WFK/Spring_Installation_Guide: en-US and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jun 3 02:06:13 EDT 2010


Author: gmeintjes
Date: 2010-06-03 02:06:13 -0400 (Thu, 03 Jun 2010)
New Revision: 105615

Added:
   projects/docs/enterprise/WFK/Spring_Installation_Guide/en-US/Revision_History.xml
Removed:
   projects/docs/enterprise/WFK/Spring_Installation_Guide/en-US/section-Section_C.xml
   projects/docs/enterprise/WFK/Spring_Installation_Guide/en-US/section-Section_D.xml
Modified:
   projects/docs/enterprise/WFK/Spring_Installation_Guide/en-US/Author_Group.xml
   projects/docs/enterprise/WFK/Spring_Installation_Guide/en-US/Book_Info.xml
   projects/docs/enterprise/WFK/Spring_Installation_Guide/en-US/Inside_Applications.xml
   projects/docs/enterprise/WFK/Spring_Installation_Guide/en-US/Spring_Installation_Guide.xml
   projects/docs/enterprise/WFK/Spring_Installation_Guide/en-US/Using_The_Deployer.xml
   projects/docs/enterprise/WFK/Spring_Installation_Guide/en-US/section-Section_A.xml
   projects/docs/enterprise/WFK/Spring_Installation_Guide/en-US/section-Section_B.xml
   projects/docs/enterprise/WFK/Spring_Installation_Guide/publican.cfg
Log:
Reformat and edit

Modified: projects/docs/enterprise/WFK/Spring_Installation_Guide/en-US/Author_Group.xml
===================================================================
--- projects/docs/enterprise/WFK/Spring_Installation_Guide/en-US/Author_Group.xml	2010-06-03 06:01:50 UTC (rev 105614)
+++ projects/docs/enterprise/WFK/Spring_Installation_Guide/en-US/Author_Group.xml	2010-06-03 06:06:13 UTC (rev 105615)
@@ -8,10 +8,20 @@
     <firstname>Marius</firstname>
     <surname>Bogoevici</surname>
     <affiliation>
-      <orgname>JBoss by Red Hat</orgname>
+      <orgname>Red Hat, Inc</orgname>
     </affiliation>
     <email>mariusb at redhat.com</email>
   </author>
-</authorgroup>
 
 
+	<editor>
+		<firstname>Gary</firstname>
+		<surname>Meintjes</surname>
+		<affiliation>
+			<orgname>Red Hat, Inc</orgname>
+			<orgdiv>Engineering Content Services</orgdiv>
+		</affiliation>
+		<email>gmeintje at redhat.com</email>
+ 	</editor>
+
+ </authorgroup>
\ No newline at end of file

Modified: projects/docs/enterprise/WFK/Spring_Installation_Guide/en-US/Book_Info.xml
===================================================================
--- projects/docs/enterprise/WFK/Spring_Installation_Guide/en-US/Book_Info.xml	2010-06-03 06:01:50 UTC (rev 105614)
+++ projects/docs/enterprise/WFK/Spring_Installation_Guide/en-US/Book_Info.xml	2010-06-03 06:06:13 UTC (rev 105615)
@@ -6,9 +6,9 @@
 <bookinfo id="book-JBoss_Sample_Project-JBoss_Sample_Project">
   <title>Spring Installation Guide</title>
   <subtitle>Using Certified Versions of Spring on JBoss Platforms</subtitle>
-  <productname>Documentation</productname>
-  <productnumber>0.1</productnumber>
-  <edition>0</edition>
+  <productname>Web Framework Kit</productname>
+  <productnumber>1.1</productnumber>
+  <edition>1</edition>
   <pubsnumber>0</pubsnumber>
   <abstract>
     <para>

Modified: projects/docs/enterprise/WFK/Spring_Installation_Guide/en-US/Inside_Applications.xml
===================================================================
--- projects/docs/enterprise/WFK/Spring_Installation_Guide/en-US/Inside_Applications.xml	2010-06-03 06:01:50 UTC (rev 105614)
+++ projects/docs/enterprise/WFK/Spring_Installation_Guide/en-US/Inside_Applications.xml	2010-06-03 06:06:13 UTC (rev 105615)
@@ -48,22 +48,22 @@
     <itemizedlist>
       <listitem>
         <para>Every deployed application can use a different version of
-        Spring, if necessary;</para>
+        Spring, if necessary,</para>
       </listitem>
 
       <listitem>
-        <para>Build scripts are generally simpler;</para>
+        <para>Build scripts are generally simpler,</para>
       </listitem>
 
       <listitem>
         <para>Packaged applications can be deployed on any server instance
-        (the target server does not need to be prepared beforehand);</para>
+        (the target server does not need to be prepared beforehand).</para>
       </listitem>
     </itemizedlist>
 
-    <para>On the other hand, the main disadvantages are:<itemizedlist>
+    <para>The main disadvantages are:<itemizedlist>
         <listitem>
-          <para>An increased size for each deployed application;</para>
+          <para>An increased size for each deployed application,</para>
         </listitem>
 
         <listitem>
@@ -74,7 +74,7 @@
       </itemizedlist></para>
 
     <para>These considerations apply even to other third party frameworks, not
-    only Spring. The size of the framework itself and the number of classes
-    that are loaded</para>
+    only Spring, the size of the framework itself and the number of classes
+    that are loaded.</para>
   </section>
 </chapter>

Added: projects/docs/enterprise/WFK/Spring_Installation_Guide/en-US/Revision_History.xml
===================================================================
--- projects/docs/enterprise/WFK/Spring_Installation_Guide/en-US/Revision_History.xml	                        (rev 0)
+++ projects/docs/enterprise/WFK/Spring_Installation_Guide/en-US/Revision_History.xml	2010-06-03 06:06:13 UTC (rev 105615)
@@ -0,0 +1,27 @@
+<?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 "Spring_Installation_Guide.ent">
+%BOOK_ENTITIES;
+]>
+<appendix>
+	<title>Revision History</title>
+	<simpara>
+		<revhistory>
+			<revision>
+				<revnumber>0.1</revnumber>
+				<date>Thur 03 June 2010</date>
+				<author>
+					<firstname>Gary</firstname>
+					<surname>Meintjes</surname>
+					<email>gmeintje at redhat.com</email>
+				</author>
+				<revdescription>
+					<simplelist>
+						<member>Amend format</member>
+					</simplelist>
+				</revdescription>
+			</revision>
+		</revhistory>
+	</simpara>
+</appendix>

Modified: projects/docs/enterprise/WFK/Spring_Installation_Guide/en-US/Spring_Installation_Guide.xml
===================================================================
--- projects/docs/enterprise/WFK/Spring_Installation_Guide/en-US/Spring_Installation_Guide.xml	2010-06-03 06:01:50 UTC (rev 105614)
+++ projects/docs/enterprise/WFK/Spring_Installation_Guide/en-US/Spring_Installation_Guide.xml	2010-06-03 06:06:13 UTC (rev 105615)
@@ -4,11 +4,13 @@
 %BOOK_ENTITIES;
 ]>
 <book>
-<!--     This document was created with Syntext Serna Free.     -->  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Book_Info.xml"/>
+<!--     This document was created with Syntext Serna Free.     -->
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Book_Info.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Preface.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Obtaining_Spring.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Shared_Installation.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Inside_Applications.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Using_The_Deployer.xml"/>
-  <index/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Revision_History.xml"/>
+  <!-- <index/> -->
 </book>

Modified: projects/docs/enterprise/WFK/Spring_Installation_Guide/en-US/Using_The_Deployer.xml
===================================================================
--- projects/docs/enterprise/WFK/Spring_Installation_Guide/en-US/Using_The_Deployer.xml	2010-06-03 06:01:50 UTC (rev 105614)
+++ projects/docs/enterprise/WFK/Spring_Installation_Guide/en-US/Using_The_Deployer.xml	2010-06-03 06:06:13 UTC (rev 105615)
@@ -12,7 +12,7 @@
   packaging Spring when using the Spring Deployer.</para>
 
   <para>The Spring Deployer needs the Spring classes in order to be able to
-  instantiate ApplicationContexts. The Spring classes can be made available to
+  instantiate Application Contexts. The Spring classes can be made available to
   the Deployer in one of the following ways:</para>
 
   <itemizedlist>
@@ -26,7 +26,8 @@
     </listitem>
   </itemizedlist>
 
-  <simplesect>
+
+ <section>
     <title>Using the Spring version shared through the common library
     folder</title>
 
@@ -35,9 +36,9 @@
     too. In this scenario, the Spring libraries do not need to be packaged
     inside the deployer. In fact, this may lead to classloading errors due to
     the duplication of the libraries on the classpath.</para>
-  </simplesect>
+  </section>
 
-  <simplesect>
+  <section>
     <title>Packaging Spring with the Spring Deployer</title>
 
     <para>For packaging the Spring libraries inside the deployer, they need to
@@ -78,16 +79,15 @@
         <para>org.springframework.core-3.0.2.RELEASE.jar.</para>
       </listitem>
     </itemizedlist>
-  </simplesect>
+  </section>
 
-  <simplesect>
+  <section>
     <title>Deploying Spring together with the Spring deployment</title>
 
     <para>If the Spring deployment also contains the Spring libraries packaged,
-    it is important make sure that all the
-    Spring classes used by the application (directly or indirectly) are
+    it is important make sure that all the Spring classes used by the application (directly or indirectly) are
     included, in order to avoid classloading issues. However, if Spring is
     deployed in the common library folder, then it doesn't need to be packaged
     in either the deployer, or the application.</para>
-  </simplesect>
+  </section> 
 </chapter>

Modified: projects/docs/enterprise/WFK/Spring_Installation_Guide/en-US/section-Section_A.xml
===================================================================
--- projects/docs/enterprise/WFK/Spring_Installation_Guide/en-US/section-Section_A.xml	2010-06-03 06:01:50 UTC (rev 105614)
+++ projects/docs/enterprise/WFK/Spring_Installation_Guide/en-US/section-Section_A.xml	2010-06-03 06:06:13 UTC (rev 105615)
@@ -46,7 +46,7 @@
     <filename>dist/</filename> folder of the downloaded distribution for both the 2.5.6.SEC01 and
     3.0.2.RELEASE distributions.</para>
 
-    <para>Other dependencies potentially requred by the Spring Framework and
+    <para>Other dependencies potentially required by the Spring Framework and
     provided by the Spring distribution are the AOP Alliance APIs and AspectJ
     (if using AspectJ in your applications). In general, the AOP Alliance APIs
     are required even by transaction management scenarios, so it is a good

Modified: projects/docs/enterprise/WFK/Spring_Installation_Guide/en-US/section-Section_B.xml
===================================================================
--- projects/docs/enterprise/WFK/Spring_Installation_Guide/en-US/section-Section_B.xml	2010-06-03 06:01:50 UTC (rev 105614)
+++ projects/docs/enterprise/WFK/Spring_Installation_Guide/en-US/section-Section_B.xml	2010-06-03 06:06:13 UTC (rev 105615)
@@ -14,7 +14,7 @@
   <itemizedlist>
     <listitem>
       <para>Installing the framework libraries as shared libraries on the
-      platform;</para>
+      platform,</para>
     </listitem>
 
     <listitem>

Deleted: projects/docs/enterprise/WFK/Spring_Installation_Guide/en-US/section-Section_C.xml
===================================================================
--- projects/docs/enterprise/WFK/Spring_Installation_Guide/en-US/section-Section_C.xml	2010-06-03 06:01:50 UTC (rev 105614)
+++ projects/docs/enterprise/WFK/Spring_Installation_Guide/en-US/section-Section_C.xml	2010-06-03 06:06:13 UTC (rev 105615)
@@ -1,13 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "Spring_Installation_Guide.ent">
-%BOOK_ENTITIES;
-]>
-<section id="sect-JBoss_Sample_Project-Test_Section_C">
-	<title>Test Section C</title>
-	<para>
-		This structure (section, title, para) is the minimum amount of XML structure a section can contain.
-	</para>
-</section>
-
-

Deleted: projects/docs/enterprise/WFK/Spring_Installation_Guide/en-US/section-Section_D.xml
===================================================================
--- projects/docs/enterprise/WFK/Spring_Installation_Guide/en-US/section-Section_D.xml	2010-06-03 06:01:50 UTC (rev 105614)
+++ projects/docs/enterprise/WFK/Spring_Installation_Guide/en-US/section-Section_D.xml	2010-06-03 06:06:13 UTC (rev 105615)
@@ -1,11 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-]>
-<section id="sect-JBoss_Sample_Project-Test_Section_D">
-	<title>Test Section D</title>
-	<para>
-		This structure (section, title, para) is the minimum amount of XML structure a section can contain.
-	</para>
-</section>
-
-

Modified: projects/docs/enterprise/WFK/Spring_Installation_Guide/publican.cfg
===================================================================
--- projects/docs/enterprise/WFK/Spring_Installation_Guide/publican.cfg	2010-06-03 06:01:50 UTC (rev 105614)
+++ projects/docs/enterprise/WFK/Spring_Installation_Guide/publican.cfg	2010-06-03 06:06:13 UTC (rev 105615)
@@ -3,8 +3,7 @@
 
 debug: 1
 xml_lang: en-US
+
 type: Book
-brand: common
-# brand: JBoss
-# brand: jboss-community
+brand: JBoss
 




More information about the jboss-cvs-commits mailing list