Objective:

    This example shows how to create and use DynamicAny objects. This 
    demonstrates many of the types including char, string, arrays, enum, 
    structs.    
    
How to Run:
    Compile:
        ant
    Run NamingServer:
        ns.bat c:/NS_Ref
    Run Server:
        jaco demo.dynany.Server
    Run Client:
        jaco demo.dynany.Client

    Make sure that jacorb.properties is in place and has
    the name server reference such as -
    ORBInitRef.NameService=file:/c:/NS_Ref
