You can access from here the java code in sensei, including the JavaRMI interfaces.
The IDL specification is visible from this other link.
The code pages do not show the .java files, but preprocessed files displaying syntax
highlighting. To get the .java file, it must be done from the Download & Build section
(or just copy the text on the browser).
While navigating through the directory structure, please note that any package is
implemented/defined using three directories:
sensei
|-------corba
| |-------sensei
| |-------middleware
| |-------gms(1)
|-------rmi
| |-------sensei
| |-------middleware
| |-------gms(2)
|-------gms (3)
- The directory (1) contains the bytecode compiled from the IDL specification.
- The directory (2) contains the bytecode compiled from the JavaRMI interfaces,
as well as the RMI stubs and skeletons.
- The directory (3) contains the shared implementation.
For a whole explanation, please follow the Design link.
See the code (opens a different window).
|