Sensei


Overview

Design

Sensei GMS

Sensei Domains

Sensei GMNS

Sensei UMA

Code

IDL specification

Download & Build

Configuration

Examples

Documentation

Links


Last Updated:
30th May 2004



My personal homepage java_lmp@yahoo.co.uk
Code

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).