You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by Apache Wiki <wi...@apache.org> on 2007/12/20 19:51:49 UTC

[Jakarta-httpclient Wiki] Update of "HttpComponents" by RolandWeber

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Jakarta-httpclient Wiki" for change notification.

The following page has been changed by RolandWeber:
http://wiki.apache.org/jakarta-httpclient/HttpComponents

The comment on the change is:
updated info on NIOSSL and core Java prereq, fixed SVN link

------------------------------------------------------------------------------
  Components have their own release cycle, and each release
  will update everything that is in the component.
  Components are separate projects in JIRA, and they have their own Subversion subtree in
- [http://svn.apache.org/repos/asf/jakarta/httpcomponents/ .../httpcomponents].
+ [http://svn.apache.org/repos/asf/httpcomponents/ .../httpcomponents].
  [[BR]]
  The second level of grouping is the Module.
  A component holds one or more modules, where each module is
@@ -71, +71 @@

  It also includes a protocol execution framework based on interceptors.
  !HttpCore has no external dependencies. We keep the source compatible
  with Java 1.3, but the released binaries will only be tested against
- Java 1.4. If you plan to use it in a Java 1.3 environment, you should
+ Java 5.0. If you plan to use it in a Java 1.3 environment, you should
  build your own binaries from the source.
  
  
  === HttpNIO, HttpNIOSSL ===
  
  {{{module-nio}}} in component !HttpCore, depends on {{{module-main}}}
- [[BR]]
- {{{module-niossl}}} in component !HttpCore, depends on {{{module-main}}}, {{{module-nio}}}
  
  The NIO modules add support for non-blocking Java NIO to the core.
+ Up to and including the release alpha6, NIO support for SSL was in
+ a separate module because of it's dependency on Java 5. After we upgraded
+ the Java requirement to 5.0 for everything except {{{module-main}}},
+ HttpNIOSSL was merged into HttpNIO.
- NIO was introduced with Java 1.4, but SSL support for NIO followed only in Java 5.
- Everything non-SSL is in {{{module-nio}}} to make it available to the
- largest user base possible. SSL support with it's dependency on Java 5
- is in {{{module-niossl}}}.
- Unless the version dependency is of importance in a discussion,
- these two modules can be considered as a single informal unit.
  
  
  === HttpAuth ===

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org