You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ch...@apache.org on 2006/11/13 10:21:48 UTC

svn commit: r474209 - /webservices/axis2/branches/java/1_1/xdocs/1_1/adb/adb-tweaking.html

Author: chatra
Date: Mon Nov 13 01:21:47 2006
New Revision: 474209

URL: http://svn.apache.org/viewvc?view=rev&rev=474209
Log:
minor improvements

Modified:
    webservices/axis2/branches/java/1_1/xdocs/1_1/adb/adb-tweaking.html

Modified: webservices/axis2/branches/java/1_1/xdocs/1_1/adb/adb-tweaking.html
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/xdocs/1_1/adb/adb-tweaking.html?view=diff&rev=474209&r1=474208&r2=474209
==============================================================================
--- webservices/axis2/branches/java/1_1/xdocs/1_1/adb/adb-tweaking.html (original)
+++ webservices/axis2/branches/java/1_1/xdocs/1_1/adb/adb-tweaking.html Mon Nov 13 01:21:47 2006
@@ -7,7 +7,7 @@
 </head>
 <body lang="en" xml:lang="en">
 <h1>ADB Tweaking Guide</h1>
-<p>This document explains available mechanisms to extend ADB and
+<p>This document explains the mechanisms available to extend ADB and
 possibly adopt it to compile schemas to support other
 languages.</p>
 <h2>Content</h2>
@@ -41,13 +41,13 @@
 </li>
 <li>schema.bean.writer.template
 <p>This specifies the template to be used in the BeanWriter. The
-beanWriter author is free to use any mechanism to write the classes
+BeanWriter author is free to use any mechanism to write the classes
 but the default mechanism is to use a xsl template. This property
 may be left blank if the BeanWriter implementation does not require
 a template.</p>
 </li>
 <li>schema.bean.typemap
-<p>This is the type map to be used by the schema compiler. it
+<p>This is the type map to be used by the schema compiler. It
 should be an implementation of the
 <strong>org.apache.axis2.schema.typemap.TypeMap</strong> interface. The
 default typemap implementation encapsulates a hashmap with type
@@ -79,7 +79,7 @@
 <a name="advanced_tweak" id="advanced_tweak"></a>
 <h2>A More Advanced Tweak - Generate Code for Another Language</h2>
 <p>To generate code for another language, there are two main
-components are to be written.</p>
+components to be written.</p>
 <ul>
 <li>The BeanWriter
 <p>Implement the BeanWriter interface for this class. A nice
@@ -98,7 +98,7 @@
 support another language.</p>
 </li>
 </ul>
-<p>Surprisingly this is enough to have other language support for
+<p>Surprisingly, this is enough to have other language support for
 ADB. Change the configuration and you are ready to generate code
 for other languages!</p>
 <p>This tweaking guide is supposed to be a simple guideline for
@@ -108,6 +108,5 @@
 of this section is <em>not</em> to be a step by step guide to
 custom code generation. Anyone who wish to do so would need to dig
 into the code and get their hands dirty!</p>
-<hr />
 </body>
 </html>



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org