You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general-cvs@xml.apache.org by bu...@apache.org on 2002/04/26 21:11:05 UTC

cvs commit: xml-site/targets/axis beta1-beta2.html intro.html news.html releases.html

butek       02/04/26 12:11:05

  Modified:    targets/axis beta1-beta2.html intro.html news.html
                        releases.html
  Log:
  Beta 2 release candidate is available.
  
  Revision  Changes    Path
  1.2       +5 -1      xml-site/targets/axis/beta1-beta2.html
  
  Index: beta1-beta2.html
  ===================================================================
  RCS file: /home/cvs/xml-site/targets/axis/beta1-beta2.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- beta1-beta2.html	25 Apr 2002 19:27:00 -0000	1.1
  +++ beta1-beta2.html	26 Apr 2002 19:11:05 -0000	1.2
  @@ -60,12 +60,16 @@
   Password support in WSDL2Java</li>
   
   <li>
  -Improvements to SerializationContext to allow specifcation of both javaType
  +Improvements to SerializationContext to allow specification of both javaType
   and xmlType.</li>
   
   <li>
   Serialization/deserialization of beans that have public fields instead
   of getter/setter methods.</li>
  +
  +<li>
  +The runtime for beta 2 is built in debug (so when folks have problems and give us stack traces, we can see line numbers).
  +</li>
   
   <li>
   Various bug fixes and improvements.</li>
  
  
  
  1.14      +30 -33    xml-site/targets/axis/intro.html
  
  Index: intro.html
  ===================================================================
  RCS file: /home/cvs/xml-site/targets/axis/intro.html,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- intro.html	15 Mar 2002 18:53:25 -0000	1.13
  +++ intro.html	26 Apr 2002 19:11:05 -0000	1.14
  @@ -1,39 +1,36 @@
  +<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
   <html>
  -<body bgcolor="#ffffff" text="#000000">
  -<table width=100%><tr bgcolor="#82ADF6"><td>
  -<b><font size=+2>
  -Introduction
  -</font></b>
  -</td></tr>
  +<head>
  +   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  +   <meta name="GENERATOR" content="Mozilla/4.75 [en] (Windows NT 5.0; U) [Netscape]">
  +</head>
  +<body text="#000000" bgcolor="#FFFFFF">
  +&nbsp;
  +<table WIDTH="100%" >
  +<tr BGCOLOR="#82ADF6">
  +<td><b><font size=+2>Introduction</font></b></td>
  +</tr>
   </table>
  -<p> NEWS (March 15, 2002) : The Axis <a href="http://xml.apache.org/axis/dist/beta1">beta 1</a> is available!
  -<hr>
  -<p>Apache AXIS is an implementation of the SOAP ("Simple Object Access Protocol") 
  -  <a target="_top" href="http://www.w3.org/TR/SOAP"> submission</a> to W3C. 
  -<p>
  -From the draft W3C specification: 
  -<blockquote>
  -SOAP is a lightweight protocol for 
  -exchange of information in a decentralized, distributed environment. It is 
  -an XML based protocol that consists of three parts: an envelope that 
  -defines a framework for describing what is in a message and how to process 
  -it, a set of encoding rules for expressing instances of application-defined 
  -datatypes, and a convention for representing remote procedure calls and 
  -responses. 
  -</blockquote>
  -<p>
  -
  -This project is a follow-on to the 
  -<a target="_top" href="http://xml.apache.org/soap">Apache SOAP project</a>.
   
  -<p>
  -Please see the <a href="ref.html">Reference Library</a> for a list of
  +<p>NEWS (April 26, 2002) : The Axis <a href="http://xml.apache.org/axis/dist/beta2/">beta
  +2 release candidate</a> is available!&nbsp; If this is a good candidate,
  +it will become the official beta 2 on Monday, April 29.
  +<hr>
  +<p>Apache AXIS is an implementation of the SOAP ("Simple Object Access
  +Protocol") <a href="http://www.w3.org/TR/SOAP" target="_top">submission</a>
  +to W3C.
  +<p>From the draft W3C specification:
  +<blockquote>SOAP is a lightweight protocol for exchange of information
  +in a decentralized, distributed environment. It is an XML based protocol
  +that consists of three parts: an envelope that defines a framework for
  +describing what is in a message and how to process it, a set of encoding
  +rules for expressing instances of application-defined datatypes, and a
  +convention for representing remote procedure calls and responses.</blockquote>
  +This project is a follow-on to the <a href="http://xml.apache.org/soap" target="_top">Apache
  +SOAP project</a>.
  +<p>Please see the <a href="ref.html">Reference Library</a> for a list of
   technical resources that should prove useful.
  -<p>
  -The latest list of 
  -<a href="http://xml.apache.org/websrc/cvsweb.cgi/~checkout~/xml-axis/java/docs/requirements.html?content-type=text/html">requirements</a> is also available.
  -<p>
  -
  -
  +<p>The latest list of <a href="http://xml.apache.org/websrc/cvsweb.cgi/~checkout~/xml-axis/java/docs/requirements.html?content-type=text/html">requirements</a>
  +is also available.
   </body>
   </html>
  
  
  
  1.5       +15 -10    xml-site/targets/axis/news.html
  
  Index: news.html
  ===================================================================
  RCS file: /home/cvs/xml-site/targets/axis/news.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- news.html	15 Feb 2001 22:16:49 -0000	1.4
  +++ news.html	26 Apr 2002 19:11:05 -0000	1.5
  @@ -1,15 +1,20 @@
  +<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
   <html>
  -<body bgcolor="#ffffff" text="#000000">
  -<table width=100%><tr bgcolor="#82ADF6"><td>
  -<b><font size=+2>
  -News 
  -</font></b>
  -</td></tr>
  +<head>
  +   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  +   <meta name="GENERATOR" content="Mozilla/4.75 [en] (Windows NT 5.0; U) [Netscape]">
  +</head>
  +<body text="#000000" bgcolor="#FFFFFF">
  +&nbsp;
  +<table WIDTH="100%" >
  +<tr BGCOLOR="#82ADF6">
  +<td><b><font size=+2>News&nbsp;</font></b></td>
  +</tr>
   </table>
  -<p>
  -
  -No news at this time - see the 
  -<a href="mail.html">Mailing Lists</a> for more information.
   
  +<p>(April 26, 2002) : The Axis <a href="http://xml.apache.org/axis/dist/beta2/">beta
  +2 release candidate</a> is available!&nbsp; If this is a good candidate,
  +it will become the official beta 2 on Monday, April 29.
  +<p>See the <a href="mail.html">Mailing Lists</a> for more information.
   </body>
   </html>
  
  
  
  1.10      +66 -32    xml-site/targets/axis/releases.html
  
  Index: releases.html
  ===================================================================
  RCS file: /home/cvs/xml-site/targets/axis/releases.html,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- releases.html	15 Mar 2002 18:53:25 -0000	1.9
  +++ releases.html	26 Apr 2002 19:11:05 -0000	1.10
  @@ -1,37 +1,71 @@
  +<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
   <html>
  -<body bgcolor="#ffffff" text="#000000">
  -<table width=100%><tr bgcolor="#82ADF6">
  -    <td> <b><font size=+2> Releases</font></b></td>
  -  </tr>
  +<head>
  +   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  +   <meta name="GENERATOR" content="Mozilla/4.75 [en] (Windows NT 5.0; U) [Netscape]">
  +</head>
  +<body text="#000000" bgcolor="#FFFFFF">
  +&nbsp;
  +<table WIDTH="100%" >
  +<tr BGCOLOR="#82ADF6">
  +<td><b><font size=+2>Releases</font></b></td>
  +</tr>
   </table>
  -<p>&nbsp;</p>
  -<table width="90%" border="1">
  -  <tr> 
  -    <td><b>Name</b></td>
  -    <td><b>Date</b></td>
  -    <td><b>Description</b></td>
  -  </tr>
  -  <tr> 
  -    <td><a href="http://xml.apache.org/axis/dist/alpha1">Alpha 1</a></td>
  -    <td>August 15, 2001</td>
  -    <td>First Alpha release</td>
  -  </tr>
  -  <tr> 
  -    <td><a href="http://xml.apache.org/axis/dist/alpha2">Alpha 2</a></td>
  -    <td>September 21, 2001</td>
  -    <td>Second Alpha - add WSDL functionality, many bug fixes</td>
  -  </tr>
  -  <tr> 
  -    <td><a href="http://xml.apache.org/axis/dist/alpha3">Alpha 3</a></td>
  -    <td>December 14, 2001</td>
  -    <td>Third Alpha - add JAX RPC, WSDD, more WSDL functionallity, etc.</td>
  -  </tr>
  -  <tr>
  -    <td><a href="http://xml.apache.org/axis/dist/beta1/">Beta 1</a></td>
  -    <td>March 15, 2002</td>
  -    <td>First beta release.</td>
  -  </tr>
  +
  +<br>&nbsp;
  +<br>&nbsp;
  +<table BORDER WIDTH="90%" >
  +<tr>
  +<td><b>Name</b></td>
  +
  +<td><b>Date</b></td>
  +
  +<td><b>Description</b></td>
  +</tr>
  +
  +<tr>
  +<td><a href="http://xml.apache.org/axis/dist/alpha1">Alpha 1</a></td>
  +
  +<td>August 15, 2001</td>
  +
  +<td>First Alpha release</td>
  +</tr>
  +
  +<tr>
  +<td><a href="http://xml.apache.org/axis/dist/alpha2">Alpha 2</a></td>
  +
  +<td>September 21, 2001</td>
  +
  +<td>Second Alpha - add WSDL functionality, many bug fixes</td>
  +</tr>
  +
  +<tr>
  +<td><a href="http://xml.apache.org/axis/dist/alpha3">Alpha 3</a></td>
  +
  +<td>December 14, 2001</td>
  +
  +<td>Third Alpha - add JAX RPC, WSDD, more WSDL functionallity, etc.</td>
  +</tr>
  +
  +<tr>
  +<td><a href="http://xml.apache.org/axis/dist/beta1/">Beta 1</a></td>
  +
  +<td>March 15, 2002</td>
  +
  +<td>First beta release.</td>
  +</tr>
  +
  +<tr>
  +<td><a href="http://xml.apache.org/axis/dist/beta2/">Beta 2 release candidate</a></td>
  +
  +<td>April 26, 2002</td>
  +
  +<td>Candidate for second beta (<a href="beta1-beta2.html">changes since
  +beta 1</a>)</td>
  +</tr>
   </table>
  -<p>For nightly builds, see the <a href="interim.html">Interim Drops</a> page. 
  +
  +<p>For nightly builds, see the <a href="interim.html">Interim Drops</a>
  +page.
   </body>
   </html>
  
  
  

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