Research on Component Application Server of CORBA

Traditional CORBA server only supports the service object which runs as EXE,and some limitations exist in it. This paper provides a model of component application server,and it can manage CORBA service object which runs as DLL. The method based on the DLL can manage service object by component and dynamically add the new service object and stop the old service object. It ensures that the system based on CORBA can run consistently. CAS is consist of CAS manager,service object and object adapter.