List of Figures
-
Figure 3.1: The vi editor in ex command mode.
-
Figure 3.2: The Emacs editor window in Red Hat Linux 8.0 (GNOME desktop).
-
Figure 3.3: The Emacs editor window in SuSE Linux 8.1 (KDE desktop).
-
Figure 3.4: How the sed editor works.
Chapter 5: Object-Oriented Programming
-
Figure 5.1: Pointer variable containing address of the char array.
-
Figure 5.2: Output of the console application demonstrating object references.
-
Figure 5.3: Output of the console application demonstrating template classes.
-
Figure 5.4: Output of the console application demonstrating dynamic_cast operator.
-
Figure 5.5: Output of the console application demonstrating __closure keyword extension.
-
Figure 5.6: Output of the console application demonstrating object construction sequence.
Chapter 7: Building Distributed Java Applications
-
Figure 7.1: A Java server module serving clients in different environments.
-
Figure 7.2: A client application accessing an RMI object.
-
Figure 7.3: Screenshot showing RMI client console output.
-
Figure 7.4: CORBA servant implementation using the Inheritance Model.
-
Figure 7.5: CORBA servant implementation using the Delegation Model.
-
Figure 7.6: Sequence of steps involved in instantiating CORBA servants.
-
Figure 7.7: CORBA client application command-line window.
-
Figure 7.8: JBuilder8 Enterprise Setup Wizard main page.
-
Figure 7.9: JBuilder8 Enterprise Setup Wizard—‘Edit Configuration’ page.
-
Figure 7.10: JBuilder8 Enterprise Setup Wizard—‘Select a Different Library’ page.
-
Figure 7.11: JBuilder8 New Library Wizard main page.
-
Figure 7.12: JBuilder8 New Library Wizard—Select One or More Directories page.
-
Figure 7.13: JBuilder8 Configure Libraries Wizard.
-
Figure 7.14: JBuilder8 Object Gallery.
-
Figure 7.15: JBuilder8 Project Properties dialog.
-
Figure 7.16: CORBA Server Application Wizard.
-
Figure 7.17: CORBA server project in JBuilder8.
-
Figure 7.18: CORBA server and client outputs in JBuilder8.
-
Figure 7.19: Console output of the JMS Sender program.
-
Figure 7.20: Console output of the JMS Recipient program.