nmukhi 2002/12/16 14:12:17 Modified: java/doc customising.html mail.html news.html overview.html quick-start.html Log: Minor doc changes Revision Changes Path 1.2 +8 -7 xml-axis-wsif/java/doc/customising.html Index: customising.html =================================================================== RCS file: /home/cvs/xml-axis-wsif/java/doc/customising.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- customising.html 16 Dec 2002 18:42:15 -0000 1.1 +++ customising.html 16 Dec 2002 22:12:17 -0000 1.2 @@ -6,10 +6,11 @@ <link rel="stylesheet" href="wsif.css" type="text/css"></head> <body alink="#0000ff" bgcolor="#ffffff" leftmargin="2" topmargin="2" marginwidth="2" marginheight="2"> +<h1>Customising your WSIF installation</h1> <p>This part of documentation is meant to help developers who want to modify WSIF by adding or changing its providers and implementing new protocols.</p> <p>There are many points within the WSIF API that allow for - customization. <a href="doc/samples.html">An advanced WSIF sample</a> + customization. <a href="samples.html">An advanced WSIF sample</a> demonstrates how to write your own WSIF service factory so that dynamic binding selection follows your own customized algorithm. The user can discover other customization points by @@ -20,19 +21,19 @@ that you can then access this software using WSIF's APIs. To do this, you need to take care of the following:</p> <ol> - <li><a href="doc/how_to_wsdl_extensions.htm">Writing your own WSDL + <li><a href="how_to_wsdl_extensions.htm">Writing your own WSDL extensions to support new protocols</a></li> - <li><a href="doc/how_to_provider.htm">Writing your own WSIF + <li><a href="how_to_provider.htm">Writing your own WSIF providers to support customized WSIF extensions</a></li> </ol> <p>WSIF defines binding extensions so that EJBs, local java classes, software accessible over message queues using the JMS API and software that can be invoked using the Java Connector architecture can also be described in WSDL. WSIF is packaged with providers that allow transparent invocation of such software given the corresponding WSDL description. Here are the documents that describe these bindings: <ul> - <li><a href="wsdl_extensions/java_extensions.htm">Local java binding extensions for WSDL</a></li> - <li><a href="wsdl_extensions/ejb_extensions.htm">EJB binding extensions for WSDL</a></li> + <li><a href="wsdl_extensions/java_extension.htm">Local java binding extensions for WSDL</a></li> + <li><a href="wsdl_extensions/ejb_extension.htm">EJB binding extensions for WSDL</a></li> <li><a href="wsdl_extensions/jms_bindings.htm">JMS binding extensions for WSDL</a></li> <li><a href="wsdl_extensions/j2c_extensions/wsif_j2c_extensions.htm">JCA binding extensions for WSDL</a></li> </ul> -<p>You may find also useful to read about using <a href="doc/mime_attachments.htm">Soap - Attachments using WSIF</a> and always important when debugging - <a href="doc/trace.htm"> +<p>You may find also useful to read about using <a href="mime_attachments.htm">Soap + Attachments using WSIF</a> and always important when debugging - <a href="trace.htm"> how to use tracing in WSIF</a>.<BR> <BR> 1.2 +3 -1 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.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- mail.html 16 Dec 2002 18:29:05 -0000 1.1 +++ mail.html 16 Dec 2002 22:12:17 -0000 1.2 @@ -6,7 +6,9 @@ <link rel="stylesheet" href="wsif.css" type="text/css"></head> <body alink="#0000ff" bgcolor="#ffffff" leftmargin="2" topmargin="2" marginwidth="2" marginheight="2"> -<h2>Mailing lists</h2> +<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> <hr width="100%"> </body></html> 1.2 +1 -1 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.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- news.html 16 Dec 2002 18:29:05 -0000 1.1 +++ news.html 16 Dec 2002 22:12:17 -0000 1.2 @@ -3,7 +3,7 @@ <meta name="Author" content="Ant Elder"> <meta http-equiv="Content-Style-Type" content="text/css"><title>Web Services Invocation Framework: News</title> -<link rel="stylesheet" href="doc/wsif.css" type="text/css"></head> +<link rel="stylesheet" href="wsif.css" type="text/css"></head> <body alink="#0000ff" bgcolor="#ffffff" leftmargin="2" topmargin="2" marginwidth="2" marginheight="2"> <H2>What is new with WSIF?</H2> 1.2 +2 -2 xml-axis-wsif/java/doc/overview.html Index: overview.html =================================================================== RCS file: /home/cvs/xml-axis-wsif/java/doc/overview.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- overview.html 16 Dec 2002 18:29:05 -0000 1.1 +++ overview.html 16 Dec 2002 22:12:17 -0000 1.2 @@ -3,7 +3,7 @@ <meta name="Author" content="Ant Elder"> <meta http-equiv="Content-Style-Type" content="text/css"><title>Web Services Invocation Framework for Java API - Overview</title> -<link rel="stylesheet" href="doc/wsif.css" type="text/css"></head> +<link rel="stylesheet" href="wsif.css" type="text/css"></head> <body alink="#0000ff" bgcolor="#ffffff" leftmargin="2" topmargin="2" marginwidth="2" marginheight="2"> 1.3 +2 -1 xml-axis-wsif/java/doc/quick-start.html Index: quick-start.html =================================================================== RCS file: /home/cvs/xml-axis-wsif/java/doc/quick-start.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- quick-start.html 16 Dec 2002 18:42:15 -0000 1.2 +++ quick-start.html 16 Dec 2002 22:12:17 -0000 1.3 @@ -6,7 +6,8 @@ <link rel="stylesheet" href="wsif.css" type="text/css"></head> <body alink="#0000ff" bgcolor="#ffffff" leftmargin="2" topmargin="2" marginwidth="2" marginheight="2"> -<h2>Web Services Invocation Framework: Quick Start</h2> +<h1> +Web Services Invocation Framework: Quick Start</h1> <p><b>Preliminaries</b>: Download the WSIF distribution from <a href="http://cvs.apache.org/dist/axis/wsif/"> http://cvs.apache.org/dist/axis/wsif/</a>. It comes in three flavors: the binary distribution ("bin"), the source-only distribution ("src") or everything included ("all"). If you are familiar with CVS and