1 | Gateway is a middle-tier written in pure Java and CORBA and supports both data-flow and event-driven computation. |
2 | It supports the sessions of multiple users and even more each user can deal multiple applications at the same time |
3 | The Server and each context are just instantiation of our implementation class of GatewayContext interface |
4 | Servers can be put into a hierarchical tree so that user can view his distributed application as a unit. |
5 | It supports the server-side collaborative environment because of inherent collaborative feature of CORBA objects that anyone can access to if he knows its reference |