CORBA Application Development (contd.)
3. Implement client, server code in Java (or what ever language).
4. Compile client.java, server.java and all the other source files generated by IDL compiler. (javac)
5. Register the server (object) with the ORB Implementation Repository.
6. Run CORBA (Ex: OrbixWeb) daemon, the server (if needed) and the client.(java)