[ajax4jsf-svn-commits] JBoss Ajax4JSF SVN: r256 - trunk/docs/userguide/en/src/main/docbook/modules.

ajax4jsf-svn-commits at lists.jboss.org ajax4jsf-svn-commits at lists.jboss.org
Fri Jun 8 09:17:15 EDT 2007


Author: smukhina
Date: 2007-06-08 09:17:15 -0400 (Fri, 08 Jun 2007)
New Revision: 256

Modified:
   trunk/docs/userguide/en/src/main/docbook/modules/a4jUGstart.xml
   trunk/docs/userguide/en/src/main/docbook/modules/a4jUGtechreqs.xml
Log:


Modified: trunk/docs/userguide/en/src/main/docbook/modules/a4jUGstart.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/modules/a4jUGstart.xml	2007-06-07 21:55:30 UTC (rev 255)
+++ trunk/docs/userguide/en/src/main/docbook/modules/a4jUGstart.xml	2007-06-08 13:17:15 UTC (rev 256)
@@ -132,7 +132,7 @@
         </emphasis> tag. This support is 
         bound to &quot;onkeyup&quot; JavaScript event, so that  each time when this event is fired on the 
         parent tag, our application sends an AJAX request to the server. It means that the 
-        &quot;text&quot; field pointed to our managed bean property contains the &quot;freshest&quot; value of our input.
+        text field pointed to our managed bean property contains up-to-date value of our input.
       </para>
       <para>
         The value of <emphasis role="italic"><property>&quot;reRender&quot;</property></emphasis> attribute of the <emphasis role="bold">
@@ -244,8 +244,8 @@
     <section id="Deployment">
     <?dbhtml filename="Deployment.html"?>
       <title>Deployment</title>
-      <para>Finally, you should be able to locate this application onto your Web
-        server. Any server could be chosen. To start your project, point
+      <para>Finally, you should be able to place this application on your Web
+        server.To start your project, point
         your browser at
 <simplelist><member><ulink url="http://localhost:8080/a4jEchoText/echo.jsf">http://localhost:8080/a4jEchoText/echo.jsf</ulink></member></simplelist>
 </para>

Modified: trunk/docs/userguide/en/src/main/docbook/modules/a4jUGtechreqs.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/modules/a4jUGtechreqs.xml	2007-06-07 21:55:30 UTC (rev 255)
+++ trunk/docs/userguide/en/src/main/docbook/modules/a4jUGtechreqs.xml	2007-06-08 13:17:15 UTC (rev 256)
@@ -14,9 +14,7 @@
   </chapterinfo>
 
   <title>Technical Requirements</title>
-  <para>Ajax4jsf is an open architecture framework, which developed to be compatible with widespread environments. The underwritten list is composed basing on reports received from our users. We assume the list can be incomplete and absence of your environment in the list doesn't mean incompatibility.</para>
-  <para>We appreciate your feedback on platforms and browsers that aren&apos;t in the list
-   but are compatible with Ajax4jsf. It helps us to keep the list up-to-date.</para>
+  <para>Ajax4jsf is an open architecture framework developed to be compatible with widespread environments.<para>
   <para>This is what you need to start working with Ajax4jsf:</para>
   <itemizedlist>
     <listitem>
@@ -111,5 +109,8 @@
 				Conqueror 3 and higher
 			</listitem>
     </itemizedlist>
+	<para>This list is composed basing on reports received from our users. We assume the list can be incomplete and absence of your environment in the list doesn't mean incompatibility.</para>
+  <para>We appreciate your feedback on platforms and browsers that aren&apos;t in the list
+   but are compatible with Ajax4jsf. It helps us to keep the list up-to-date.</para>
   </section>
 </chapter>




More information about the ajax4jsf-svn-commits mailing list