To establish a connection to a server, you must
use one of the connect
methods of the
BdbServerConnection
class. To connect to
a server without SSL, use
BdbServerConnection.connect
and specify
the host name and port of the server:
BdbServerConnection conn = BdbServerConnection.connect("localhost", 8080);