|
For the Visigenics VisiBroker's environment to be set up, the following environment variables must be set up properly:- Path
-
Vbroker_adm
- Classpath
The VisiBroker development environment includes:- Administration and programming tools
- Java class files
- ORB
- Gatekeeper (for applets)
The following VisiBroker tools are used:- Idl2ir – to populate an interface repository with interfaces defined in an IDL file.
- Idl2java – Generates Java stubs and skeletons from an IDL file.
- Java2iiop – Also called Caffeine compiler, it allows the usage of Java language rather than IDL to define interfaces to CORBA objects
- Java2idl – One of the features of Caffeine creates an IDL from Java file.
Some of the administrative tools of VisiBroker are:- irep – Starts an interface repository server
- oadutil- List, registers and unregisters ORB object implementations
- osagent – Starts Smart Agent which makes it easy to obtain object references
- oadj – Starts OAD which activates a server, registers and unregisters, and lists objects.
|