alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Commons Net example source code file (index.xml)

This example Commons Net source code file (index.xml) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - Commons Net tags/keywords

apache, apache, commons, commons, jakarta, jakarta, java, license, license, net, netcomponents, software, tftp, the

The Commons Net index.xml source code

<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
   this work for additional information regarding copyright ownership.
   The ASF licenses this file to You under the Apache License, Version 2.0
   (the "License"); you may not use this file except in compliance with
   the License.  You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.
-->
<document>

 <properties>
  <title>Overview
  <author email="dev@commons.apache.org">Apache Commons Documentation Team
 </properties>

 <body>
 
   <section name="Apache Commons Net">
   <p>
     Apache Commons Net™ library implements the client side of many basic
     Internet protocols.  The purpose of the library is to provide
     fundamental protocol access, not higher-level
     abstractions. Therefore, some of the design violates
     object-oriented design principles. Our philosophy is to make the
     global functionality of a protocol accessible (e.g., TFTP send
     file and receive file) when possible, but also provide access to
     the fundamental protocols where applicable so that the programmer
     may construct his own custom implementations (e.g, the TFTP
     packet classes and the TFTP packet send and receive methods are
     exposed).
   </p>
   </section>
   <section name="Features">
   <p>
     Supported protocols are:
     <ul>
       <li>FTP/FTPS
       <li>NNTP
       <li>SMTP(S)
       <li>POP3(S)
       <li>Telnet
       <li>TFTP
       <li>Finger
       <li>Whois 
       <li>rexec/rcmd/rlogin
       <li>Time (rdate) and Daytime
       <li>Echo
       <li>Discard
       <li>NTP/SNTP
     </ul>
   </p>
   </section>
   <section name="Background">
   <p>
    Apache Jakarta Commons Net started as a commercial Java library called
    NetComponents, originally developed by ORO, Inc. in the early
    days of Java.  After its 1.3.8 release in 1998, the source code was
    donated to the Apache Software Foundation and made available under
    the Apache License.  Since then, many programmers have contributed
    to the continued development of Jakarta Commons Net.  The current
    version numbering scheme bears no relation to the old.  In other
    words, Jakarta Commons Net 1.0 succeeded and supplanted
    NetComponents 1.3.8.
    Apache Jakarta Commons is now an independent project and is called Apache Commons.
   </p>
   </section>
   <section name="Further Information">
       <p>
           For more info, see the JavaDoc, or look at some of the following articles:
           <ul>
               <li>http://www.informit.com/guides/content.asp?g=java&seqNum=40Jakarta Commons - Net Class Library
               <li>http://www.onjava.com/pub/a/onjava/2003/06/25/commons.html?page=3Using the Jakarta Commons, Part 1
               <li>http://safari.phptr.com/0131478303/ch04Apache Jakarta Commons: Reusable Java Components
           </ul>
       </p>
   </section>
</body>
</document>

Other Commons Net examples (source code examples)

Here is a short list of links related to this Commons Net index.xml source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.