nmukhi 2003/01/27 09:30:03
Modified: java build.xml readme.html
java/doc release_notes_2_0.html
Log:
1. Changed year_to variable in build so copyright notice extends till 2003 (was 2002)
2. Added line to README so it points to release notes
3. Minor grammatical change + cleanup of release notes
Revision Changes Path
1.32 +1 -1 xml-axis-wsif/java/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-axis-wsif/java/build.xml,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- build.xml 27 Jan 2003 17:21:02 -0000 1.31
+++ build.xml 27 Jan 2003 17:30:03 -0000 1.32
@@ -50,7 +50,7 @@
<property name="Name" value="wsif"/>
<property name="wsif.version" value="2.0"/>
<property name="year-from" value="2002"/>
- <property name="year-to" value="2002"/>
+ <property name="year-to" value="2003"/>
<property name="build.compiler" value="classic"/>
<property name="debug" value="off"/>
1.3 +2 -1 xml-axis-wsif/java/readme.html
Index: readme.html
===================================================================
RCS file: /home/cvs/xml-axis-wsif/java/readme.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- readme.html 14 Jan 2003 14:47:33 -0000 1.2
+++ readme.html 27 Jan 2003 17:30:03 -0000 1.3
@@ -10,7 +10,8 @@
<h1><a name="WSIF Overview">WSIF: <br>
Web Services Invocation Framework</a></h1>
The Web Services Invocation Framework (WSIF) is a simple Java API for invoking Web
services,
-no matter how or where the services are provided.<BR>
+no matter how or where the services are provided. Please refer to the <a
href="doc/release_notes_2_0.html">
+release notes</a> before you proceed with using WSIF.<BR>
<p>WSIF enables developers to interact with abstract representations
of Web services through their WSDL descriptions instead of working
1.4 +7 -17 xml-axis-wsif/java/doc/release_notes_2_0.html
Index: release_notes_2_0.html
===================================================================
RCS file: /home/cvs/xml-axis-wsif/java/doc/release_notes_2_0.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- release_notes_2_0.html 27 Jan 2003 17:18:03 -0000 1.3
+++ release_notes_2_0.html 27 Jan 2003 17:30:03 -0000 1.4
@@ -3,7 +3,7 @@
<title>Apache WSIF 2.0 Release Notes
</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <meta name="Author" content="Nirmal Mukhi, Owen Burroughs">
+ <meta name="Author" content="Nirmal Mukhi, Owen Burroughs, Aleksander Slominski,
Jeremy Hughes">
</head>
<body bgcolor="white">
<h2>Release Notes for Apache WSIF 2.0</h2>
@@ -49,15 +49,17 @@
<li>WSDL-centric: and works with abstract definition of service (portType)
hiding implementation details (protocol bindings and service location)</li>
<li>pluggable: allows <a href="how_to_provider.html">new providers</a> to be
- added that can be used by applications without code change to use new services
- just by updating WSDL </li>
+ added so that applications can use new services just by updating WSDL, i.e.
without
+ changing any application code.</li>
<li>extensible: it is easy to experiment with new
<a href="how_to_wsdl_extensions.html">extensions to WSDL</a></li>
<li>flexible: allows for easy <a href="customising.html">customizations</a>
<li>easy to integrate with JNDI to provide even greater transparency of where
- are services located<li>multiple <a href="samples.html">samples</a> to
+ are services located
+ <li>multiple <a href="samples.html">samples</a> to
demonstrate use of WSIF to interact with services by SOAP, EJB, JMS, JCA and
- local Java service providers<li>and many more ...</ul>
+ local Java service providers
+ <li>and many more ...</ul>
<H3>Recent Changes:</H3>
@@ -103,22 +105,10 @@
and you are ready to run WSIF (no source code except for samples),
<b>all</b> = bin + src
-<li><b>documentation changes</b>
-
-<li>preparing first official release: added <a href="RELEASE_TASKS.txt">
-RELEASE_TASKS.txt</a><li>work on first alpha release
-
</ul>
</P>
-<P><BR>
-</P>
- <hr>
-<address>
-Nirmal Mukhi,
-<a href="http://www.extreme.indiana.edu/~aslom/">Aleksander Slominski</a>
-<br>Last modified: $Id$</address>
</body>
</html>