Copyright (c) Qusay H. Mahmoud
30
Anatomy of a CORBA-based App
l
The steps involved:
–
Define an interface
–
Map IDL to Java (idlj compiler)
–
Implement the interface
–
Write a Server
–
Write a Client
–
Run the application
l
Example: a step-by-step Hello example