This page collects clients, servers and utilities useful for implementing networking functionality in Java and Android

Active Directory

CIFS

  • The jCIFS client library is obsolete, use jcifs-ng instead. This also works on Android.
  • smbj

DNS

FTP

HTTP

Mail

  • Aspirin, a send-only SMTP server (it doesn't handle SPF and DKIM, so its use for sending public mails is limited these days)
  • James, an email server written in Java
  • Jakarta Mail, a mail client library
  • java-utils-mail-dkim adds DKIM support to Jakarta Mail

SNMP

SSH

UPnP

Wake-on-LAN or WOL

Miscellaneous



CategoryJava