File: applications.xml

package info (click to toggle)
commons-httpclient 2.0a1%2B20020904-2
  • links: PTS
  • area: contrib
  • in suites: sarge
  • size: 1,384 kB
  • ctags: 1,396
  • sloc: java: 9,932; xml: 1,210; makefile: 50
file content (38 lines) | stat: -rw-r--r-- 1,530 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?xml version="1.0"?>
<document>
   <properties>
      <title>HttpClient Applications</title>
      <author email="commons-dev@jakarta.apache.org">Commons Documentation Team</author>
      <author email="rwaldhoff@apache.org">Rodney Waldhoff</author>
      <author email="jsdever@apache.org">Jeff Dever</author>
      <revision>$Id: applications.xml,v 1.4 2002/07/19 22:32:45 jsdever Exp $</revision>
   </properties>

   <body>
      <section name="HttpClient Powered">
         <p>
            The following projects and applications use the <em>HttpClient</em>
            component.
         </p>
         <dl>
            <dt><a href="http://jakarta.apache.org/slide">Jakarta Slide</a></dt>
            <dd>
               An open source Web-DAV client.  <em>HttpClient</em> was originally
               created by the Slide team.
            </dd>
            <dt><a href="http://jakarta.apache.org/commons/latka">Jakarta Commons: Latka</a></dt>
            <dd>
               An open source functional testing tool.
            </dd>
            <dt>Operator Simulation Tool</dt>
            <dd>
                An internal client operator simulation tool by <a href="http://www.nortelnetworks.com">Nortelnetworks</a>.
            </dd>
         </dl>
         <p>
            To have your application listed, write to
            <a href="mailto:commons-dev@jakarta.apache.org?subject=[httpclient]%20HTTP%20Client%20Powered">jakarta-commons@jakarta.apache.org</a>.
         </p>
      </section>
   </body>
</document>