You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-cvs@jakarta.apache.org by ol...@apache.org on 2007/07/20 10:09:05 UTC

svn commit: r557919 - in /jakarta/site: docs/index.html docs/site/news/news-2007-q3.html docs/site/rss.xml news.xml

Author: olegk
Date: Fri Jul 20 01:09:03 2007
New Revision: 557919

URL: http://svn.apache.org/viewvc?view=rev&rev=557919
Log:
HttpComponents HttpClient 4.0-alpha1 release

Modified:
    jakarta/site/docs/index.html
    jakarta/site/docs/site/news/news-2007-q3.html
    jakarta/site/docs/site/rss.xml
    jakarta/site/news.xml

Modified: jakarta/site/docs/index.html
URL: http://svn.apache.org/viewvc/jakarta/site/docs/index.html?view=diff&rev=557919&r1=557918&r2=557919
==============================================================================
--- jakarta/site/docs/index.html (original)
+++ jakarta/site/docs/index.html Fri Jul 20 01:09:03 2007
@@ -178,6 +178,9 @@
       </h4>
       <ul>
 <li>
+<a href="site/news/news-2007-q3.html#20070720.1">20 July 2007 - <b>HttpComponents HttpClient 4.0-alpha1</b> Released </a>
+</li>
+<li>
 <a href="site/news/news-2007-q3.html#20070711.1">11 July 2007 - <b>Apache JMeter 2.3RC3</b> Released </a>
 </li>
 <li>
@@ -235,10 +238,6 @@
 </li>
 <li>
 <a href="site/news/news-2007-q1.html#20070130.1">30 January 2007 - <b>Commons IO 1.3</b> Released </a>
-</li>
-<li>
-<a href="site/news/news-2007-q1.html#20070107.1">07 January 2007 - <b>Velocity TLP move</b>
-</a>
 </li>
 </ul>
     </div>

Modified: jakarta/site/docs/site/news/news-2007-q3.html
URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/news/news-2007-q3.html?view=diff&rev=557919&r1=557918&r2=557919
==============================================================================
--- jakarta/site/docs/site/news/news-2007-q3.html (original)
+++ jakarta/site/docs/site/news/news-2007-q3.html Fri Jul 20 01:09:03 2007
@@ -157,6 +157,42 @@
 </div>
 <p>
 <div class="section-body">
+<a name="20070720.1">
+<h3 xml:space="preserve">20 July 2007 - HttpComponents HttpClient 4.0-alpha1 released </h3>
+</a>
+<p>HttpComponents  <a href="http://jakarta.apache.org/httpcomponents/httpcomponents-client/">HttpClient</a>
+               4.0-alpha1 has been released. HttpClient 4.0 represents a complete, ground-up 
+               redesign and almost a complete rewrite of the HttpClient 3.x codeline. This release 
+               finally addresses several design flaws that existed since the 1.0 release and could 
+               not be fixed without a major code overhaul and breaking API compatibility.</p>
+<p>The HttpClient 4.0 API is still very experimental and is bound to change in the 
+               course of the ALPHA development phase. Several important features have not yet been 
+               ported to the new API.</p>
+<p>Architectural changes</p>
+<ul>
+              <li> Redesign of the HttpClient internals addressing all known major architectural 
+               shortcomings of the 3.x codeline</li>
+              <li>Cleaner, more flexible and expressive API</li>
+              <li>Better performance and smaller memory footprint due to a more  efficient HTTP 
+               transport based on <a href="http://jakarta.apache.org/httpcomponents/httpcomponents-core/">HttpCore</a>. 
+               HttpClient 4.0 is expected to be 10% to 25% faster than HttpClient 3.x codeline</li>
+              <li>More modular structure</li>   
+              <li>Pluggable redirect and authentication handlers</li>
+              <li>Support for protocol incerceptors</li>
+              <li>Improved connection management</li>
+              <li>Improved support for sending requests via a proxy or a chain of proxies</li> 
+              <li>Improved handling redirects of entity enclosing requests</li>
+              <li>More flexible SSL context customization</li>  
+              <li>Reduced intermediate garbage in the process of generating HTTP requests and 
+                parsing HTTP responses</li>
+            </ul>
+<p> More information can be found at the <a href="http://jakarta.apache.org/httpcomponents/">
+                HttpComponents</a> project site.
+            </p>
+<p>Downloads can be found <a href="http://jakarta.apache.org/site/downloads/downloads_httpcomponents-httpclient.cgi">
+                here</a>
+            </p>
+<hr noshade="noshade" size="1"/>
 <a name="20070711.1">
 <h3 xml:space="preserve">11 July 2007 - Apache JMeter 2.3RC3 released </h3>
 </a>

Modified: jakarta/site/docs/site/rss.xml
URL: http://svn.apache.org/viewvc/jakarta/site/docs/site/rss.xml?view=diff&rev=557919&r1=557918&r2=557919
==============================================================================
--- jakarta/site/docs/site/rss.xml (original)
+++ jakarta/site/docs/site/rss.xml Fri Jul 20 01:09:03 2007
@@ -11,6 +11,44 @@
 </image>
 <description>News and product releases from Apache's Jakarta Project</description>
 <item>
+<title>HttpComponents HttpClient 4.0-alpha1 Released </title>
+<link>http://jakarta.apache.org/site/news/news-2007-q3.html#20070720.1</link>
+<description>
+            HttpComponents  HttpClient
+               4.0-alpha1 has been released. HttpClient 4.0 represents a complete, ground-up 
+               redesign and almost a complete rewrite of the HttpClient 3.x codeline. This release 
+               finally addresses several design flaws that existed since the 1.0 release and could 
+               not be fixed without a major code overhaul and breaking API compatibility.
+            The HttpClient 4.0 API is still very experimental and is bound to change in the 
+               course of the ALPHA development phase. Several important features have not yet been 
+               ported to the new API.
+            Architectural changes
+            
+               Redesign of the HttpClient internals addressing all known major architectural 
+               shortcomings of the 3.x codeline
+              Cleaner, more flexible and expressive API
+              Better performance and smaller memory footprint due to a more  efficient HTTP 
+               transport based on HttpCore. 
+               HttpClient 4.0 is expected to be 10% to 25% faster than HttpClient 3.x codeline
+              More modular structure   
+              Pluggable redirect and authentication handlers
+              Support for protocol incerceptors
+              Improved connection management
+              Improved support for sending requests via a proxy or a chain of proxies 
+              Improved handling redirects of entity enclosing requests
+              More flexible SSL context customization  
+              Reduced intermediate garbage in the process of generating HTTP requests and 
+                parsing HTTP responses
+            
+             More information can be found at the 
+                HttpComponents project site.
+            
+            Downloads can be found 
+                here
+            
+        </description>
+</item>
+<item>
 <title>Apache JMeter 2.3RC3 Released </title>
 <link>http://jakarta.apache.org/site/news/news-2007-q3.html#20070711.1</link>
 <description>

Modified: jakarta/site/news.xml
URL: http://svn.apache.org/viewvc/jakarta/site/news.xml?view=diff&rev=557919&r1=557918&r2=557919
==============================================================================
--- jakarta/site/news.xml (original)
+++ jakarta/site/news.xml Fri Jul 20 01:09:03 2007
@@ -35,6 +35,41 @@
     <!-- The release @id must be formatted as YYYYMMDD.x.  The output date is formatted from the id.
          It is also used for sorting. -->
     <group id="2007-q3" title="2007 Jul-Sep">
+        <release id="20070720.1" product="HttpComponents HttpClient 4.0-alpha1">
+            <p>HttpComponents  <a href="http://jakarta.apache.org/httpcomponents/httpcomponents-client/">HttpClient</a>
+               4.0-alpha1 has been released. HttpClient 4.0 represents a complete, ground-up 
+               redesign and almost a complete rewrite of the HttpClient 3.x codeline. This release 
+               finally addresses several design flaws that existed since the 1.0 release and could 
+               not be fixed without a major code overhaul and breaking API compatibility.</p>
+            <p>The HttpClient 4.0 API is still very experimental and is bound to change in the 
+               course of the ALPHA development phase. Several important features have not yet been 
+               ported to the new API.</p>
+            <p>Architectural changes</p>
+            <ul>
+              <li> Redesign of the HttpClient internals addressing all known major architectural 
+               shortcomings of the 3.x codeline</li>
+              <li>Cleaner, more flexible and expressive API</li>
+              <li>Better performance and smaller memory footprint due to a more  efficient HTTP 
+               transport based on <a href="http://jakarta.apache.org/httpcomponents/httpcomponents-core/">HttpCore</a>. 
+               HttpClient 4.0 is expected to be 10% to 25% faster than HttpClient 3.x codeline</li>
+              <li>More modular structure</li>   
+              <li>Pluggable redirect and authentication handlers</li>
+              <li>Support for protocol incerceptors</li>
+              <li>Improved connection management</li>
+              <li>Improved support for sending requests via a proxy or a chain of proxies</li> 
+              <li>Improved handling redirects of entity enclosing requests</li>
+              <li>More flexible SSL context customization</li>  
+              <li>Reduced intermediate garbage in the process of generating HTTP requests and 
+                parsing HTTP responses</li>
+            </ul>
+            <p> More information can be found at the <a href="http://jakarta.apache.org/httpcomponents/">
+                HttpComponents</a> project site.
+            </p>
+            <p>Downloads can be found <a
+                href="http://jakarta.apache.org/site/downloads/downloads_httpcomponents-httpclient.cgi">
+                here</a>
+            </p>
+        </release>
         <release id="20070711.1" product="Apache JMeter 2.3RC3">
             <p>Version 2.3RC3 of <a href="http://jakarta.apache.org/jmeter/index.html">Apache JMeter</a> has been released.</p>
             <p>



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