You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
unknown 155e78f014 BDB 4.1.24 23 years ago
..
gen BDB 4.1.24 23 years ago
DbDispatcher.java BDB 4.1.24 23 years ago
DbServer.java BDB 4.1.24 23 years ago
FreeList.java BDB 4.1.24 23 years ago
LocalIterator.java BDB 4.1.24 23 years ago
README BDB 4.1.24 23 years ago
RpcDb.java BDB 4.1.24 23 years ago
RpcDbEnv.java BDB 4.1.24 23 years ago
RpcDbTxn.java BDB 4.1.24 23 years ago
RpcDbc.java BDB 4.1.24 23 years ago
Timer.java BDB 4.1.24 23 years ago
jrpcgen.jar BDB 4.1.24 23 years ago
oncrpc.jar BDB 4.1.24 23 years ago
s_jrpcgen BDB 4.1.24 23 years ago

README

Berkeley DB Java RPC server, copyright (C) 2002 Sleepycat Software

The Java implementation of the Berkeley DB RPC server is intended
primarily for testing purposes. It provides the same interface
as the C and C++ RPC servers, but is implemented via the Java API
rather than the C or C++ APIs. This allows the existing Tcl test
suite to exercise the Java API without modification.

The Java RPC server relies on a Java version of rpcgen to
automatically generate appropriate Java classes from the RPC
interface specification (../db_server.x). We use jrpcgen, which
is part of the Remote Tea for Java project:
acplt.plt.rwth-aachen.de/ks/english/remotetea.html

To rebuild the Java stubs from db_server.x, you will need to
download the full Remote Tea package, but if you just want to
compile the Java sources and run the Java RPC server, the runtime
component of Remote Tea is included in oncrpc.jar. Building
the Java RPC server is automatic when Berkeley DB is configured
with the both --enable-rpc and --enable-java.

All of the Remote Tea project is licensed under the Library GNU
Public License, and we have made no modifications to their
released code.