VLJ Iteration II, v. 1.0.0.193

gov.va.med.foundations.samples
Class VistaLinkRpcSwingSimple

java.lang.Object
  |
  +--gov.va.med.foundations.samples.VistaLinkRpcSwingSimple

public final class VistaLinkRpcSwingSimple
extends java.lang.Object

Swing application demonstration of VistALink's Vista connectivity and RPC functionality.

NOTE: This application is a demonstration of how to use VistALink. It is *not* meant to be a demonstration of Swing development "best practices".

Command-Line Parameters

This application takes a program argument and a VM argument:

The "-s configname" program argument refers to a configuration name in the JAAS configuration file specified in the VM argument -Djava.security.auth.login.config.

There are several ways to specify the location of the JAAS configuration file, perhaps the most convenient of which is the VM argument. So this application could be launched as follows:

java -Djava.security.auth.login.config="./jaas.config" gov.va.med.foundations.samples.VistaLinkRpcSwingSimple -sRpcSample
Log4J Initialization

For Log4J initialization, the Log4J config file 'log4JConfig.xml' is expected to be in the classpath location:

Version:
1.0.0.193
Author:
Application Modernization - Foundations Team

Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(java.lang.String[] args)
Parameters:
args - see the online help sent to system output when launched

VLJ Iteration II, v. 1.0.0.193

VistaLink Iteration II, v. 1.0.0.193