You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@harmony.apache.org by Alexei Zakharov <al...@gmail.com> on 2006/03/27 17:52:53 UTC

Contribution of DNS service provider for JNDI

Hi,

I would like to announce the next code contribution to Harmony project on
behalf of Intel corporation. This contribution contains the implementation
of DNS service provider for JNDI.

The archive with this contribution can be found at:

http://issues.apache.org/jira/browse/HARMONY-256<http://issues.apache.org/jira/browse/HARMONY-xxx>

The DNS service provider enables Java applications to access information
stored in Domain Name System databases by means of the Java Naming and
Directory Interface. The provider presents the DNS namespace as a tree of
JNDI directory contexts, and DNS resource records as JNDI attributes. For
more information please see the documentation distributed along with the
bundle.

The code is a result of efforts of Intel Middleware Product Division team.
One should be able to run this code with a 1.4+ compatible JRE/VM (was
tested using commercial VMs). No classes require special support from the
VM. All code is pure Java. The implementation is done according to Java 1.4
specification of DirContext interface.

The archive contains the README file that explains the building and running
process for this code. If any additional comments or clarifications are
needed, feel free to contact me. I will be happy to answer all questions
about this contribution and to participate in its further
development/maintenance and integration into Harmony.

Alexei Zakharov,
Intel Middleware Product Division

Re: Contribution of DNS service provider for JNDI

Posted by Tim Ellison <t....@gmail.com>.
That sounds great -- thank you Alexei & the Intel middleware team!

Regards,
Tim

Alexei Zakharov wrote:
> Hi,
> 
> I would like to announce the next code contribution to Harmony project on
> behalf of Intel corporation. This contribution contains the implementation
> of DNS service provider for JNDI.
> 
> The archive with this contribution can be found at:
> 
> http://issues.apache.org/jira/browse/HARMONY-256<http://issues.apache.org/jira/browse/HARMONY-xxx>
> 
> The DNS service provider enables Java applications to access information
> stored in Domain Name System databases by means of the Java Naming and
> Directory Interface. The provider presents the DNS namespace as a tree of
> JNDI directory contexts, and DNS resource records as JNDI attributes. For
> more information please see the documentation distributed along with the
> bundle.
> 
> The code is a result of efforts of Intel Middleware Product Division team.
> One should be able to run this code with a 1.4+ compatible JRE/VM (was
> tested using commercial VMs). No classes require special support from the
> VM. All code is pure Java. The implementation is done according to Java 1.4
> specification of DirContext interface.
> 
> The archive contains the README file that explains the building and running
> process for this code. If any additional comments or clarifications are
> needed, feel free to contact me. I will be happy to answer all questions
> about this contribution and to participate in its further
> development/maintenance and integration into Harmony.
> 
> Alexei Zakharov,
> Intel Middleware Product Division
> 

-- 

Tim Ellison (t.p.ellison@gmail.com)
IBM Java technology centre, UK.

Re: Contribution of DNS service provider for JNDI

Posted by Alexei Zakharov <al...@gmail.com>.
Sorry for broken link. The correct one is:
http://issues.apache.org/jira/browse/HARMONY-256

2006/3/27, Alexei Zakharov <al...@gmail.com>:
>
>
>
> Hi,
>
> I would like to announce the next code contribution to Harmony project on
> behalf of Intel corporation. This contribution contains the implementation
> of DNS service provider for JNDI.
>
> The archive with this contribution can be found at:
>
> http://issues.apache.org/jira/browse/HARMONY-256
>
> The DNS service provider enables Java applications to access information
> stored in Domain Name System databases by means of the Java Naming and
> Directory Interface. The provider presents the DNS namespace as a tree of
> JNDI directory contexts, and DNS resource records as JNDI attributes. For
> more information please see the documentation distributed along with the
> bundle.
>
> The code is a result of efforts of Intel Middleware Product Division team.
> One should be able to run this code with a 1.4+ compatible JRE/VM (was
> tested using commercial VMs). No classes require special support from the
> VM. All code is pure Java. The implementation is done according to Java 1.4
> specification of DirContext interface.
>
> The archive contains the README file that explains the building and running
> process for this code. If any additional comments or clarifications are
> needed, feel free to contact me. I will be happy to answer all questions
> about this contribution and to participate in its further
> development/maintenance and integration into Harmony.
>
>
> Alexei Zakharov,
> Intel Middleware Product Division

--
Alexei Zakharov,
Intel Middleware Product Division