TOC PREV NEXT INDEX



Broadcasting an application from the development workstation


Double clicking on any Java class icon in the IDE will launch the Class Viewer. If this class includes a public static void main(String[]) method, the dialog will include a Run button along with an area to enter command line parameters (one per line). Pressing the Run button will start the application on the local workstation by executing the main method using the supplied parameters.

In Simplicity Professional, the developer may choose to select the Broadcast to remote clients checkbox. Selecting this checkbox indicates that the application should not be started on the development workstation, but rather a message should be sent to all clients on the local network that the developer has requested that they run the application.

Any computer on the local network that is running the remote testing client software will respond. Classes are loaded dynamically on the testing workstations by making requests to the development workstation. The development workstation will report the progress of class requests in the Java Console.


Data Representations, Inc.
http://www.datarepresentations.com
support@datarepresentations.com
sales@datarepresentations.com
TOC PREV NEXT INDEX