aslom 2002/12/27 18:25:05
Modified: java/doc bugs.html changes.html mail.html news.html
java readme.htm
Log:
updated documentation:
more consistent linking to bugs and mail
added in news to point to local and online list of changes
Revision Changes Path
1.2 +4 -3 xml-axis-wsif/java/doc/bugs.html
Index: bugs.html
===================================================================
RCS file: /home/cvs/xml-axis-wsif/java/doc/bugs.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bugs.html 16 Dec 2002 18:42:15 -0000 1.1
+++ bugs.html 28 Dec 2002 02:25:05 -0000 1.2
@@ -13,8 +13,9 @@
</td></tr>
</table>
<p>
-New WSIF bugs should be reported using <a href="http://nagoya.apache.org/bugzilla"
-target="_top">Bugzilla</a> (the Apache bug database).
+New WSIF bugs should be reported using
+<a target="_top"
href="http://nagoya.apache.org/bugzilla/buglist.cgi?long_desc=wsif&long_desc_type=allwordssubstr">Bugzilla</a>
(follow
+this link to see list of WSIF related bugs and feature enhancements in the Apache
bug database).
<ul>
<li>Please report bugs against the newest release.</li>
<li> To avoid duplicate bug reports, please
@@ -46,4 +47,4 @@
If we agree the problem is a bug and the patch fixes it and does not
break something else, we are likely to include the patch in the next release.
<hr width="100%">
-</body></html>
+</body></html>
\ No newline at end of file
1.12 +1 -4 xml-axis-wsif/java/doc/changes.html
Index: changes.html
===================================================================
RCS file: /home/cvs/xml-axis-wsif/java/doc/changes.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- changes.html 20 Dec 2002 18:37:17 -0000 1.11
+++ changes.html 28 Dec 2002 02:25:05 -0000 1.12
@@ -71,9 +71,6 @@
<address>
Nirmal Mukhi,
<a href="http://www.extreme.indiana.edu/~aslom/">Aleksander Slominski</a>
-<address>
-$Id$<address>
-</address>
-</address>
+<br>Last modified: $Id$</address>
</body>
</html>
1.3 +6 -2 xml-axis-wsif/java/doc/mail.html
Index: mail.html
===================================================================
RCS file: /home/cvs/xml-axis-wsif/java/doc/mail.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mail.html 16 Dec 2002 22:12:17 -0000 1.2
+++ mail.html 28 Dec 2002 02:25:05 -0000 1.3
@@ -9,6 +9,10 @@
<b><font size=+2>
Mailing lists
</font></b>
-<p>WSIF uses the <a href="http://xml.apache.org/axis/mail.html">Axis mailing
lists</a>. So you can post to <tt>axis-dev</tt> or <tt>axis-user</tt>, following the
prescribed <a href="http://xml.apache.org/axis/mailguide.html">guidelines</a>. Please
also prefix the subject of each of your emails with <tt>[WSIF]</tt> so it is easy to
identify WSIF-related posts on the Axis lists.</p>
+<p>You can contribute to WSIF by participating in discussions on the
+<A href="http://xml.apache.org/axis/mail.html">axis-user and axis-dev
+mailing lists</A>. Please follow the prescribed <a
href="http://xml.apache.org/axis/mailguide.html">guidelines</a>.
+and use <b> <tt>[wsif]</tt></b> prefix in the subject of your WSIF-related
+emails so it is easy to identify WSIF-related posts on the Axis lists. </p>
<hr width="100%">
-</body></html>
+</body></html>
\ No newline at end of file
1.3 +12 -2 xml-axis-wsif/java/doc/news.html
Index: news.html
===================================================================
RCS file: /home/cvs/xml-axis-wsif/java/doc/news.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- news.html 16 Dec 2002 22:12:17 -0000 1.2
+++ news.html 28 Dec 2002 02:25:05 -0000 1.3
@@ -10,7 +10,17 @@
<p>WSIF has it's own home at <a
href="http://xml.apache.org/axis/wsif">http://xml.apache.org/axis/wsif</a>.</p>
<p>The first Apache WSIF release candidate is currently being worked on and
should be available in the near future. Check back here and watch the
-<A href="http://xml.apache.org/axis/mail.html">mailing lists</A> for news.</p>
+<a href="mail.html">mailing lists</a> for news.</p>
<p>You can download interim releases from <a
href="http://cvs.apache.org/dist/axis/wsif/">http://cvs.apache.org/dist/axis/wsif/</a>.
</p>
+<p>Detailed <a href="changes.html">list of changes in this release</a> is
+available (you can also visit
+<a
href="http://cvs.apache.org/viewcvs.cgi/~checkout~/xml-axis-wsif/java/doc/changes.html">
+online list of changes</a> in the latest CVS version to monitor WSIF progress).</p>
<hr>
-</body></html>
+
+<address>
+Nirmal Mukhi,
+<a href="http://www.extreme.indiana.edu/~aslom/">Aleksander Slominski</a>
+<br>Last modified: $Id$</address>
+
+</body></html>
\ No newline at end of file
1.17 +6 -7 xml-axis-wsif/java/readme.htm
Index: readme.htm
===================================================================
RCS file: /home/cvs/xml-axis-wsif/java/readme.htm,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- readme.htm 28 Dec 2002 00:59:01 -0000 1.16
+++ readme.htm 28 Dec 2002 02:25:05 -0000 1.17
@@ -45,10 +45,10 @@
suppose you have an EJB which is offered as a SOAP service to external
clients. Using SOAP obviously results in a performance penalty as
compared to accessing the EJB directly. Of course, SOAP is a great
-baseline protocol for platform andlanguage independence, but shouldn't
+baseline protocol for platform and language independence, but shouldn't
java clients be able to take advantage of the fact that the software
they are accessing is really an EJB? So your java customers pay a
-performance penalty since you have to use SOAP for to accomodate you
+performance penalty since you have to use SOAP for to accommodate you
non-java clients.</p>
<p>WSIF fixes these problems by letting you use WSDL as a
@@ -72,14 +72,13 @@
<a name="ContributingToIt"></a><h2>How can I contribute to WSIF?</h2>
<p>You can contribute to WSIF by participating in discussions on the
-<A href="http://xml.apache.org/axis/mail.html">axis-user and axis-dev
-mailing lists</A>. Be sure to prefix the subject of your WSIF-related
-emails with <tt>[wsif]</tt>. If you find something that outstanding
+<a href="doc/mail.html">axis-user and axis-dev
+mailing lists</a>. Be sure to prefix the subject of your WSIF-related
+emails with <b> <tt>[wsif]</tt></b>. If you find something that outstanding
issue or bug that interests you, feel free to download WSIF's source
code and work on it. You will find instructions for accessing the
source code <a href="doc/cvs.html">here</a>.</p> <p>You can find a
-list of outstanding bugs from <a
-href="http://nagoya.apache.org/bugzilla/buglist.cgi?long_desc=wsif&long_desc_type=allwordssubstr">Bugzilla</a>.</p>
+list of outstanding bugs from <a href="doc/bugs.html">Bugzilla</a>.</p>
<h2>More information</h2>
<br><b>Basics</b>