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