home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1999 November / PCONLINE_11_99.ISO / filesbbs / OS2 / APCHSSL2.ZIP / OS2HTTPD / public / htdocs / xml / news.xml < prev    next >
Encoding:
Extensible Markup Language  |  1999-03-27  |  4.6 KB  |  129 lines

  1. <?xml version="1.0"?>
  2. <?xml-stylesheet href="http://202.120.182.10/xml/news.xsl" type="text/xsl"?>
  3. <?xml-stylesheet href="http://202.120.182.10/xml/news.text.xsl" type="text/xsl" media="lynx"?>
  4.  
  5. <page>
  6.  
  7.  <title>The Java Apache Project News</title>
  8.  <author>Stefano Mazzocchi</author>
  9.  <version>$Id: news.xml,v 1.1.1.1 1999/03/09 23:09:26 stefano Exp $</version>
  10.   
  11.  <newscolumn>
  12.   <news>
  13.    <title>Apache JServ User mail list reaches 500 subscribers!</title>
  14.    <link>http://java.apache.org/</link>
  15.    <date>8 Mar 1999</date>
  16.    <content>
  17.     The Apache JServ User mail list has offically reached 500 people subscribed.
  18.     We would like to thank all of you for being around and for partecipating in 
  19.     the making of such interesting projects. This incredible amount of brain 
  20.     power is what makes us really proud, and we are looking forward to host
  21.     more projects and more people to make what open source is all about: 
  22.     learning, meeting people, challenging ourselves and have fun!
  23.    </content>
  24.   </news>
  25.   <news>
  26.    <title>Apache JMeter 1.1 released!</title>
  27.    <link>../jmeter/dist/</link>
  28.    <date>27 Feb 1999</date>
  29.    <content>
  30.     This new release enhances its testing capabilities adding the possibility 
  31.     to test multiple URLs instead of a single one, to dump the collected 
  32.     samples to a file and to use aliases instead of big URLs.
  33.    </content>
  34.   </news>
  35.   <news>
  36.    <title>Apache JServ 1.0b3 released!</title>
  37.    <link>../jserv/index.html</link>
  38.    <date>19 Feb 1999</date>
  39.    <content>
  40.     A new release of Apache JServ is out. Please see the change notes for 
  41.     more information.
  42.    </content>
  43.   </news>
  44.   <news>
  45.    <title>Java Apache Server Framework project started</title>
  46.    <link>../framework/index.html</link>
  47.    <date>1 Feb 1999</date>
  48.    <content>
  49.     A new project is started to design, implement and control the Java 
  50.     Apache Server Framework, a modular and highly flexible common ground for 
  51.     Java server projects. Based on latest software engineering technologies 
  52.     and design patterns, this framework will allow different projects to share
  53.     functional blocks of code as well as creating a standard environment for 
  54.     configuration, deployment, installation and control. Everyone, even from 
  55.     other projects, is welcome to partecipate in its development.
  56.    </content>
  57.   </news>
  58.  </newscolumn>
  59.  
  60.  <statuscolumn>
  61.  
  62.   <project>
  63.    <title>Apache JServ</title>
  64.    <link>../jserv/index.html</link>
  65.    
  66.    <release>
  67.     <version>1.0b3</version>
  68.     <status type="available">Released</status>
  69.     <comment>
  70.      This new generation comes with: complete Servlet 2.0 compliance, 
  71.      enhanced security, improved installation and documentation, performance
  72.      improvements, tons of bug fixes, and much more.
  73.     </comment>
  74.    </release>
  75.    
  76.    <release>
  77.     <version>0.9.12</version>
  78.     <status type="available">Released</status>
  79.     <comment>
  80.      It offers some new experimental features (including load balancing), 
  81.      performance improvements, and bug fixes, for those who want to upgrade 
  82.      from JServ 0.9.x, without changing to the 1.0 tree (yet). 
  83.      In the long term, the 0.9.x tree will probably be discontinued.
  84.     </comment>
  85.    </release>
  86.  
  87.   </project>
  88.  
  89.   <project>
  90.    <title>Apache JServSSI</title>
  91.    <link>../jservssi/index.html</link>
  92.    
  93.    <release>
  94.     <version>1.0</version>
  95.     <status type="available">Released</status>
  96.     <comment>
  97.      The servlet server side include servlet once contained into the Apache 
  98.      JServ servlet engine has been moved in a separate project to allow 
  99.      independent release cycles.
  100.     </comment>
  101.    </release>
  102.   </project>
  103.  
  104.   <project>
  105.    <title>Apache JMeter</title>
  106.    <link>../jmeter/index.html</link>
  107.    
  108.    <release>
  109.     <version>1.1</version>
  110.     <status type="available">Released</status>
  111.     <comment>
  112.      The 100% pure, swing enabled, Java URL profiler/analyser to test your 
  113.      server performance, your servlet performance, to stress your servlets 
  114.      with heavy multi-threading concurrent requests and much more...
  115.     </comment>
  116.    </release>
  117.   </project>  
  118.  </statuscolumn>
  119.  
  120.  <legal>
  121.   Sun, Sun Microsystems, Solaris, Java, JavaSoft, are trademarks or registered 
  122.   trademarks of Sun Microsystems, Inc. UNIX is a registered 
  123.   trademark in the United States and other countries, exclusively licensed 
  124.   through X/Open Company, Ltd. Windows, WinNT and Win32 are registered trademark 
  125.   of Microsoft Corp. All other product names mentioned herein and throughout 
  126.   the entire web site are trademarks of their respective owners.
  127.  </legal>
  128.  
  129. </page>