tags:

views:

46

answers:

2

I'm experimenting with an idea for a local network application that requires a dynamic DNS server that get new addresses from a database. This is only for prototyping but I need to be able to extend it using some Java logic and a SQL database. Any ideas?

+1  A: 

DNSJava

OMG Ponies
A: 

Have you considered using Zeroconf for this? Allows you to easily add and remove hosts in the .local. domain.

See http://jmdns.sourceforge.net/

Thorbjørn Ravn Andersen