Java-CORBA

 

 

 

Foreword

Resources

Code Listings

Foil Sets

Assignments

Solutions

External Resources

SiteMap

Search

Home

Java-Basics ] Java-Beans ] Java-RMI ] [ Java-CORBA ] Java-IDL ] [  Databases ] JDCE ] WebFlow ] Object WebFlow ] TVR ]

 




    Random Generator- This example contains two different client applications accessing the same remote object implementation. The individual applets can be viewed seperately using the following links


    Imaging - Our age old imaging application :)


    NOTE: CPS6X6 students please note that these examples have been done using ORBacus for Java. This is installed on NPAC systems at /usr/npac/ORBacusJava-3.2.1/. For those using c-shell please add the following statements in your .cshrc file

    setenv ORBACUS_HOME /usr/npac/ORBacusJava-3.2.1
    set path= (/usr/npac/ORBacusJava-3.2.1/bin $path)
    # Classpath for Orbacus for Java
    setenv CLASSPATH .
    setenv CLASSPATH ${CLASSPATH}:$ORBACUS_HOME/lib/OB.jar: $ORBACUS_HOME/lib/OBNaming.jar:$ORBACUS_HOME/lib/OBEvent.jar: $ORBACUS_HOME/lib/OBProperty.jar:$ORBACUS_HOME/lib/OBTest.jar


    Users using k-shell would use the corresponding EXPORT statements.


    To see your applets running, please do the following at the code base of your respective application directories, to ensure that the ORB is set up inside the browser.

    • %ln -s /usr/npac/ORBacusJava-3.2.1/lib/org org
    • %ln -s /usr/npac/ORBacusJava-3.2.1/lib/com com