|
Download and Installation of the SDLIP Distribution
|
SDLIP document map and recommended reading sequence
(click to navigate):
The complete SDLIP code distribution consists of the following files:
SDLIP Version 1.x
-
sdlip-1_2.jar
(120 KB)
SDLIP interfaces, SDLIP/DASL transport modules, utitilies etc.
-
corba-sdlip-1_2.jar
(688 KB)
SDLIP/CORBA transport modules and a complete CORBA ORB.
-
examples-sdlip-1_2.jar
(61 KB)
Example applications (the Z39.50 wrapper requires OCLC Z39.50 libraries 202 KB).
-
source-sdlip-1_2.jar
(641 KB)
Source code and documentation.
SDLIP Version 2.x
-
sdlip-2_0.jar
(100 KB)
SDLIP interfaces, SDLIP/DASL transport modules, utitilies etc.
-
examples-sdlip-2_0.jar
(36 KB)
Example applications (the Z39.50 wrapper requires OCLC Z39.50 libraries 202 KB).
-
source-sdlip-2_0.jar
(550 KB)
Source code and documentation.
Download the above JAR files and store them on your local file system.
The first three files must not be unpacked. Just include them into your
CLASSPATH environment variable. The tutorial
describes this procedure.
The source code and documentation can be unpacked using the following
command:
jar -vxf source-sdlip-1_x.jar
Please refer to the tutorial
and documentation (sdlip 1.x or
sdlip 2.x) for additional information.
If you use Netscape 4.x, try out a simple Java-based SDLIP client. (Note: a new applet-based SDLIP client is in preparation).
Frequently Asked Questions
-
What are the URIs of the running examples?
-
http://coke.stanford.edu:8080/simplelsp
-
http://coke.stanford.edu:8080/peoplelookup
-
sdlipns:http://coke.stanford.edu:8181/simplelsp
-
sdlipns:http://coke.stanford.edu:8181/peoplelookup
-
How can I change the default port 8181 for the SDLIP object reference resolution
mechanism?
java -Dsdlip.CORBA.NS.port=XXXX sdlip.examples.SimpleLSP 8080
-
How can I use SDLIP with JBuilder or other JVM with a built-in ORB?
java -Dorg.omg.CORBA.ORBSingletonClass=jacorb.orb.ORB sdlip.examples.SimpleLSP
8080