Domain Name Service:
DNS in Java has been done already. See
http://sourceforge.net/projects/dnsjava/. This is LGPL licensed software so could not
be hosted by Apache if a port were undertaken. It might be best to start afresh as there are
so many possibilities for abstractions and configurable concepts (forwarding DNS impls, DNSlet,
Some using persistence stores, some using databases
Network Time Daemon:
The service that Internet based computers use to synchronise their clocks. Very useful
for secure and time critical services.
Secure Shell (SSH):
A Heavy crypto mechanism to provide secure access to a remote client.
See http://www.openssh.org/java.html
for details about available java tools. Mindterm, listed there, would be a good
candidate, but it forked and went in two directions (1) Commercial/closed (2)
GPL. The latter is not allowed to import ASF licensed code ("Block" being an example)
so could not be ported. A from scratch impl would be best here.
CIFS/Samba Server:
See http://jcifs.samba.org/.
This is LGPL licensed so could be ported to Avalon, but not hosted at Apache.