[ 
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to