Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 59851 invoked from network); 18 Jul 2007 08:38:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Jul 2007 08:38:38 -0000 Received: (qmail 84394 invoked by uid 500); 18 Jul 2007 08:38:28 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 84271 invoked by uid 500); 18 Jul 2007 08:38:28 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 84212 invoked by uid 99); 18 Jul 2007 08:38:28 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Jul 2007 01:38:27 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Jul 2007 01:38:25 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 03E5B71420D for ; Wed, 18 Jul 2007 01:38:05 -0700 (PDT) Message-ID: <28863831.1184747885013.JavaMail.jira@brutus> Date: Wed, 18 Jul 2007 01:38:05 -0700 (PDT) From: "Nikolay Chugunov (JIRA)" To: commons-dev@jakarta.apache.org Subject: [jira] Commented: (NET-163) [contribution] DNS utils In-Reply-To: <17855615.1184241905692.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/NET-163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12513486 ] Nikolay Chugunov commented on NET-163: -------------------------------------- Rory The code is tested on JDK 1.4, 1.5 and 6. The code isn't tested on JDK 1.3 because Sun says that this JDK is not supported further: http://java.sun.com/j2se/1.3/download.html > [contribution] DNS utils > ------------------------ > > Key: NET-163 > URL: https://issues.apache.org/jira/browse/NET-163 > Project: Commons Net > Issue Type: New Feature > Reporter: Nikolay Chugunov > Attachments: dnsutils.zip > > > Hi all, > I developed DNS methods for resolving IP address by host name and vice verse; receiving mail exchange and authoritative name servers for domain; and receiving other information about domain from DNS server. > JDK provides above functionality in JNDI DNS service provider [1]. But JNDI technology is too abstract and obfuscates communication with DNS servers, which leads to users don't use JNDI DNS SP. > Attached classes provide evident API for receiving information from DNS server as wrapper for JNDI DNS SP. Also these classes provide necessary additional parsing of answers. > Examples how to use created API can be found in DNSClientTest unit test. This library requires only JDK and JUnit to run the test. > [1] http://java.sun.com/javase/6/docs/technotes/guides/jndi/jndi-dns.html -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org