Previous Topic: JSP SampleNext Topic: XML Test Application (Optional)


Stand-alone Application

The generation and installation process creates everything you need to invoke the stand-alone Proxy sample application. The \samples\APP directory contains a Test<method-name>.jar files.

When the JAR file is created, all of the generated code and runtime files needed to execute the sample application is incorporated into it. This means that the proxy JAR and the runtime JAR files have been copied there. If any one of them changes, the Build Tool rebuilds the proxy and subsequently repackages the sample JAR files.

The JAR file created is considered an executable JAR file. The JAR file can be launched automatically with the -jar parameter to the JVM. To execute the sample Application, launch the executable from Windows Explorer or execute the following from a command line:

java -jar Test<method-name>.jar

No parameters are required. Once the application starts, simply enter the import view and system information as needed. Click Execute to invoke the server. The export view results are then displayed. Errors are shown in a popup dialog box.