README
上传用户:romrleung
上传日期:2022-05-23
资源大小:18897k
文件大小:1k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. Berkeley DB Java RPC server, copyright (C) 2002 Sleepycat Software
  2. The Java implementation of the Berkeley DB RPC server is intended
  3. primarily for testing purposes.  It provides the same interface
  4. as the C and C++ RPC servers, but is implemented via the Java API
  5. rather than the C or C++ APIs.  This allows the existing Tcl test
  6. suite to exercise the Java API without modification.
  7. The Java RPC server relies on a Java version of rpcgen to
  8. automatically generate appropriate Java classes from the RPC
  9. interface specification (../db_server.x).  We use jrpcgen, which
  10. is part of the Remote Tea for Java project:
  11.   acplt.plt.rwth-aachen.de/ks/english/remotetea.html
  12. To rebuild the Java stubs from db_server.x, you will need to
  13. download the full Remote Tea package, but if you just want to
  14. compile the Java sources and run the Java RPC server, the runtime
  15. component of Remote Tea is included in oncrpc.jar.  Building
  16. the Java RPC server is automatic when Berkeley DB is configured
  17. with the both --enable-rpc and --enable-java.
  18. All of the Remote Tea project is licensed under the Library GNU
  19. Public License, and we have made no modifications to their
  20. released code.