Dynamically loaded modules in SRTransport on Solaris HPUX and Linux
csh
% setenv SRHOME path_to_srtransport_directory
% setenv SRBUNDLES $SRHOME/SchemaJDBC.bundle:$SRHOME/SRXML.bundle
sh
% SRHOME=path_to_srtransport_directory
% export SRHOME
% SRBUNDLES=$SRHOME/SchemaJDBC.bundle:$SRHOME/SRXML.bundle
% export SRBUNDLES
SRTransport supports two types of bundles: ObjectiveC bundles and C++ bundles. Most of Schema's bundles are available in both "flavors".
SRTransport supports ObjectiveC bundles on NT/WebObjects MacOSX and MacOSX-Server.
SRTransport supports C++ bundles on Solaris HPUX and Linux.
ObjectiveC bundles may be supported on Solaris and HPUX in the future (with WebObjects).
C++ bundles may be supported on NT, MacOSX and MacOSX-Server in the future.
|